问题
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.
回答1:
*.pro files are actually qmake project files. There are a lot of information about qmake:
- qmake Advanced Usage
- qmake reference
- Variable reference
- Function reference
来源:https://stackoverflow.com/questions/16762199/is-there-any-page-with-complete-pro-file-syntax