qt_pro_support.txt 708 B

123456789101112131415161718
  1. Qt .pro file Support
  2. ---------------------
  3. This feature is under developement and may not work as expected in a number of situations.
  4. The "--qtpro <filename.pro>" option causes Raptor to build Qt projects directly without
  5. having to use qmake to generate bld.inf and mmp files first.
  6. It does this by running qmake itself automatically.
  7. For any ".pro" file such as "XXX.pro" raptor will generate a bld.inf in the same directory
  8. and then use it to build the project.
  9. Limitations:
  10. 1) Does not yet work with the parallel parsing option (-pp=on)
  11. 2) There is no support for system definitions which have ".pro" components listed in them.
  12. 3) There is no support for cleaning up the files that qmake generates.