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

17 lines
688 B
Prolog
Raw Normal View History

2018-06-01 11:19:36 +08:00
##-----------------------------------------------------------------
##LibQQt样例工程入口
##不能随便编译,初始设置要求比较严格,请按照规程设置完整
##Example要编译必须先编译完LibQQt
##本Library基于Multi-link技术Example也是
##Example工程也就是App工程和Library工程不能放在一起编译,否则会引发 first time bug (add_deploy_library_on_mac).
##Library工程组和App工程组分开编译不会引发这个bug
##-----------------------------------------------------------------
TEMPLATE = subdirs
2018-06-06 20:29:54 +08:00
CONFIG += ordered
2018-06-01 11:19:36 +08:00
SUBDIRS =
2018-06-08 08:30:44 +08:00
#SUBDIRS += test/giftest
2018-06-08 09:28:09 +08:00
#SUBDIRS += test/voicetest
2018-06-13 15:05:20 +08:00
#SUBDIRS += examples/exquisite