I am converting a project from Delphi 5 to Delphi 2007 and am getting the compile error
Required package 'qrpt' not found.
I am not using Quick Reports in this project and I have tried commenting out some of the units in the uses clause to see if this would fix the issue but it did not.
Is there a way to find out which unit is using Quick Reports?
I've used Icarus in the past to generate a uses report for cleaning up my own delphi code. You can find it at http://www.peganza.com/products_icarus.htm. I am not affiliated with the company, I just like their tools (Pascal Analyzer especially - great offline profiler).