1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
LibQQt/QQt.pro
tianduanrui 444a97e6c9 move example to QQtExample.pro
QQtExample工程依赖于QQt工程
2018-04-23 18:29:20 +08:00

10 lines
342 B
Prolog

##-----------------------------------------------------------------
##LibQQt主工程入口
##不能随便编译,初始设置要求比较严格,请按照规程设置完整
##-----------------------------------------------------------------
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = src/qqt.pro
SUBDIRS += QQtExample.pro