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

23 lines
1.0 KiB
Prolog
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

##-----------------------------------------------------------------
##LibQQt主工程入口
##不能随便编译,初始设置要求比较严格,请按照规程设置完整
##-----------------------------------------------------------------
TEMPLATE = subdirs
CONFIG += ordered
#警告如果发现编译面板里链接成功了App程序死活说找不到-lLibName去那个源文件改一改源文件只要有一点改动就可以链接成功
#Windows系统里有这种bug不确定是mingw编译器的还是系统的
#这几个选项自行决定QQt一次编译完成两个版本
#用户自行选择release还是debug版本使用即可
#比较方便
#不会影响subdirs
#CONFIG += debug_and_release
#CONFIG += build_all
#CONFIG += silent
#注意这里用include保证了路径直接在QQt.pro下边
#如果用SUBDIRS+=会在子目录src里
#但是这里必须用subdirsinclude有个特点pro或者pri的PWD不是pro的路径而是调用者的路径
SUBDIRS += src/QQt.pro