当前位置:网站首页>qt之.pro文件详解
qt之.pro文件详解
2022-04-23 14:29:00 【hebao0】
Qt程序版本号之rc文件
,
发布的应用程序,可以设置版本号,鼠标右键exe文件,属性中查看,像这样:
QT工程pro文件模板变量(TEMPLATE)
模板变量告诉qmake为这个应用程序生成哪种makefile。下面是可供使用的选择:
app - 建立一个应用程序的makefile。这是默认值,所以如果模板没有被指定,这个将被使用。
lib - 建立一个库的makefile。
vcapp - 建立一个应用程序的Visual Studio项目文件。
vclib - 建立一个库的Visual Studio项目文件。
subdirs - 这是一个特殊的模板,它可以创建一个能够进入特定目录并且为一个项目文件生成makefile并且为它调用make的makefile。
版权声明
本文为[hebao0]所创,转载请带上原文链接,感谢
https://blog.csdn.net/weixin_46338291/article/details/124328873
边栏推荐
猜你喜欢
随机推荐
QT actual combat: Yunxi chat room
JumpServer
爬虫练习题(一)
全连接层的作用是什么?
Flop effect
LotusDB 设计与实现—1 基本概念
L'externalisation a duré quatre ans.
流程控制之分支语句
KVM learning resources
想要成为架构师?夯实基础最重要
Eight way responder system 51 Single Chip Microcomputer Design [with Proteus simulation, C program, schematic diagram, PCB files, component list and papers, etc.]
Nacos uses demo as configuration center (IV)
SED 学以致用
Solve the problem of SSH configuration file optimization and slow connection
Redis源码分析之PSYNC同步
51单片机的直流电机PWM调速控制系统(附Proteus仿真+C程序等全套资料)
Detailed explanation of C language P2 selection branch statement
详解TCP的三次握手
ArrayList集合基本使用
QT actual combat: Yunxi calendar