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

12 lines
440 B
Prolog
Raw Normal View History

2018-04-06 11:16:37 +08:00
##-----------------------------------------------------------------
##LibQQt主工程入口
2018-08-20 19:09:23 +08:00
##LibQQt R2只有QQt一个库,没有任何额外辅助库,建议仅仅用于嵌入式开发.
##
2018-04-06 11:16:37 +08:00
##不能随便编译,初始设置要求比较严格,请按照规程设置完整
##-----------------------------------------------------------------
TEMPLATE = subdirs
CONFIG += ordered
2018-05-01 15:04:31 +08:00
SUBDIRS = src/qqt.pro
2018-05-17 14:35:17 +08:00
SUBDIRS += QQtExample.pro