I've googled for a while for this and failed to find something that in my opinion should be the first google result... Does anyone know of a page or other resourse with complete (and I mean it) syntax of the Qt project (*.pro) file? All I can find now is random examples on multiples pages, nothing solid.
- qt-project.org/doc/qt-4.8/qmake-manual.htmlMat– Mat2013-05-26 18:09:39 +00:00Commented May 26, 2013 at 18:09
- More specifically, all the syntax is listed on a subpage: qt-project.org/doc/qt-4.8/qmake-advanced-usage.htmlcmannett85– cmannett852013-05-26 18:11:01 +00:00Commented May 26, 2013 at 18:11
- 3None of these specify all legal commands which is what I need. But this didn't stop someone from minusing me...NPS– NPS2013-05-26 18:21:16 +00:00Commented May 26, 2013 at 18:21
- 1Commands are not syntax, and any command you have found that is not listed in the docs has no guarantee of being API stable and therefore should be not used in client code. qt-project.org/doc/qt-4.8/qmake-function-reference.htmlcmannett85– cmannett852013-05-26 18:25:20 +00:00Commented May 26, 2013 at 18:25
Add a comment |