当前位置:网站首页>Qt: Pro project file

Qt: Pro project file

2022-06-25 14:48:00 Happy Jiajia

qt: pro Engineering documents
1. Variable TEMPLATE: app Applications ,lib Build a library
2. Variable TARGET: Defines the name of the executable
3. Variable DESTDIR: Defines the directory where executable files are stored
4. Variable CONFIG: Defines compilation options , namely
debug Indicates that the object code created is a debug version
warn_on Ask the compiler to turn on the alarm switch when compiling the application
5. Variable OBJECTS_DIR: Describes compilation / Location of intermediate files generated during application connection , That is, the intermediate file generated by the compiler hello.o It is placed in the directory where the project files are located .

原网站

版权声明
本文为[Happy Jiajia]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202200519091620.html