mirror of
https://gitee.com/drabel/LibQQt.git
synced 2025-01-04 10:18:44 +08:00
add app_custom_manager in giftest
This commit is contained in:
parent
c6ba124ee1
commit
815e9a1213
@ -36,10 +36,6 @@ contains(CONFIG, administrator){
|
||||
################################################################
|
||||
include($${PWD}/app_link_qqt_library.pri)
|
||||
|
||||
################################################################
|
||||
##link Other library
|
||||
################################################################
|
||||
|
||||
################################################################
|
||||
##deploy app for install update deploy
|
||||
##config defination
|
||||
|
8
test/giftest/app_custom_manager.pri
Normal file
8
test/giftest/app_custom_manager.pri
Normal file
@ -0,0 +1,8 @@
|
||||
#----------------------------------------------------------------
|
||||
#app_custom_manager.pri
|
||||
#这个文件用于给用户自定义管理内容,随意添加自己所需要的library、defines、config等等。
|
||||
#----------------------------------------------------------------
|
||||
################################################################
|
||||
##link Other library
|
||||
################################################################
|
||||
#LIBS +=
|
@ -42,6 +42,7 @@ win32 {
|
||||
#促使编译源代码,qmake pri配置里面的QMAKE_XX_LINK命令就会执行。
|
||||
system("touch main.cpp")
|
||||
include(../../src/app_base_manager.pri)
|
||||
include(./app_custom_manager.pri)
|
||||
|
||||
contains(QKIT_PRIVATE, ANDROID||ANDROIDX86) {
|
||||
CONFIG += mobility
|
||||
|
Loading…
x
Reference in New Issue
Block a user