1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
This commit is contained in:
tianduanrui 2017-12-01 19:17:37 +08:00
parent 91ac90e41c
commit c8a3643354
2 changed files with 2 additions and 4 deletions

View File

@ -7,9 +7,7 @@ SUBDIRS = src/qqt.pro
##basic example
##-----------------------------------------------------------------
#SUBDIRS += examples/qqtframe
#
#
SUBDIRS += examples/qqtframe2
#SUBDIRS += examples/qqtframe2
#SUBDIRS += examples/animationframe
#
##-----------------------------------------------------------------

View File

@ -95,7 +95,7 @@ contains (CONFIG, QQT_SOURCE_BUILDIN) {
#qqt also can install sdk to qt library path, then to do that.
#need QQT_BUILD_ROOT
#need QKIT_PRIVATE from qqt_qkit.pri
!exists(.config.ini) {
!contains(CONFIG, TDR):!exists(.config.ini) {
$$system(echo [ROOT] > .config.ini)
$$system(echo QQT_BUILD_ROOT = >> .config.ini)
$$system(echo QQT_SDK_ROOT = >> .config.ini)