Is there any page with complete *.pro file syntax?

霸气de小男生 提交于 2019-12-03 15:11:21

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!