I'm trying to run uic3 -convert to convert some QT3 .ui files to QT4.
When I run it, uic3 reports that it's unable to find the rules file (q3porting.xml).
- Where does uic3 look for the q3porting.xml file
- Can I pass the rules file as an argument on the command line (similarly to using qt3to4 -rulesFile)? If not, what else can I do?