1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
LibQQt/QQt.pro

16 lines
534 B
Prolog
Raw Normal View History

2018-04-06 11:16:37 +08:00
##-----------------------------------------------------------------
##LibQQt主工程入口
##不能随便编译,初始设置要求比较严格,请按照规程设置完整
##-----------------------------------------------------------------
#TEMPLATE = subdirs
#CONFIG += ordered
2018-04-06 11:16:37 +08:00
2018-05-31 23:29:03 +08:00
#这几个选项自行决定QQt一次编译完成两个版本
#用户自行选择release还是debug版本使用即可
#比较方便
CONFIG += debug_and_release
CONFIG += build_all
2018-06-01 22:24:17 +08:00
#CONFIG += silent
2018-05-31 23:29:03 +08:00
include(src/qqt.pri)