mirror of
https://gitee.com/drabel/LibQQt.git
synced 2025-01-04 10:18:44 +08:00
move src/qqt.pro to src/qqt.pri
fix build
This commit is contained in:
parent
12991ae9b0
commit
1d94bb0789
6
QQt.pro
6
QQt.pro
@ -2,7 +2,7 @@
|
||||
##LibQQt主工程入口
|
||||
##不能随便编译,初始设置要求比较严格,请按照规程设置完整。
|
||||
##-----------------------------------------------------------------
|
||||
TEMPLATE = subdirs
|
||||
CONFIG += ordered
|
||||
#TEMPLATE = subdirs
|
||||
#CONFIG += ordered
|
||||
|
||||
SUBDIRS = src/qqt.pro
|
||||
include(src/qqt.pri)
|
||||
|
@ -42,8 +42,7 @@ THIS_PRI_PWD = $${PWD}
|
||||
#################################################################
|
||||
defineTest(add_dependent_manager_QQt){
|
||||
!equals(TARGET_PRIVATE, QQt):
|
||||
exists($${THIS_PRI_PWD}/../app-lib/add_library_QQt.pri):
|
||||
exists($${THIS_PRI_PWD}/../src/core/qqtcore.cpp) {
|
||||
exists($${THIS_PRI_PWD}/../app-lib/add_library_QQt.pri) {
|
||||
include ($${THIS_PRI_PWD}/../app-lib/add_library_QQt.pri)
|
||||
contains(TEMPLATE, app):add_dependent_library_QQt()
|
||||
else:contains(TEMPLATE, lib):add_link_library_QQt()
|
||||
|
@ -45,7 +45,9 @@ UI_DIR = obj/ui.h
|
||||
RCC_DIR = qrc
|
||||
DESTDIR = bin
|
||||
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#install app
|
||||
@ -86,7 +88,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
#-------------------------------------------------
|
||||
##project environ
|
||||
|
@ -47,4 +47,4 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
@ -42,6 +42,8 @@ MOBILITY =
|
||||
#促使编译源代码,qmake pri配置里面的QMAKE_XX_LINK命令就会执行。
|
||||
system("touch main.cpp")
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
#这个的设置有特点,要先设置
|
||||
add_version (1,0,0,0)
|
||||
@ -52,7 +54,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
#发布配置文件 把AppRoot里的配置项目拷贝到运行目录和发布目录
|
||||
add_deploy_config($${PWD}/AppRoot)
|
||||
|
@ -43,6 +43,8 @@ FORMS += \
|
||||
#促使编译源代码,qmake pri配置里面的QMAKE_XX_LINK命令就会执行。
|
||||
system("touch main.cpp")
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
#这个的设置有特点,要先设置
|
||||
add_version (1,0,0,0)
|
||||
@ -53,7 +55,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
#发布配置文件 把AppRoot里的配置项目拷贝到运行目录和发布目录
|
||||
add_deploy_config($${PWD}/AppRoot)
|
||||
|
@ -51,7 +51,9 @@ system("touch main.cpp")
|
||||
#if you link a library to your app, on android you must select the running kit to the app, not LibQQt e.g.
|
||||
#user can modify any infomation under this annotation
|
||||
#-------------------------------------------------
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#user app may use these these settings prefertly
|
||||
@ -95,7 +97,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
#-------------------------------------------------
|
||||
##project environ
|
||||
|
@ -36,6 +36,8 @@ FORMS += \
|
||||
system("touch main.cpp")
|
||||
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
#这个的设置有特点,要先设置
|
||||
add_version (1,0,0,0)
|
||||
@ -46,4 +48,4 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
@ -47,7 +47,9 @@ system("touch main.cpp")
|
||||
msvc{
|
||||
include($${PWD}\\..\\..\\src\\app_base_manager.pri)
|
||||
}else{
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
}
|
||||
#-------------------------------------------------
|
||||
#install app
|
||||
@ -88,7 +90,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
#-------------------------------------------------
|
||||
##project environ
|
||||
|
@ -38,7 +38,9 @@ system("touch main.cpp")
|
||||
#if you link a library to your app, on android you must select the running kit to the app, not LibQQt e.g.
|
||||
#user can modify any infomation under this annotation
|
||||
#-------------------------------------------------
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#user app may use these these settings prefertly
|
||||
@ -82,7 +84,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
#-------------------------------------------------
|
||||
##project environ
|
||||
|
@ -48,7 +48,7 @@ include (../../app-lib/add_library_OpenCV.pri)
|
||||
#这里做的事情,可以拷贝custom manager到app目录里再custom manager里面完成。
|
||||
add_version(1,0,0,0)
|
||||
add_deploy()
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
add_deploy_config($$PWD/AppRoot)
|
||||
|
||||
#添加其他library
|
||||
|
@ -41,7 +41,7 @@ include (../../app-lib/add_library_OpenSceneGraph.pri)
|
||||
system(touch mainwindow.cpp)
|
||||
add_version(1,0,0,0)
|
||||
add_deploy()
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
mingw{
|
||||
#Qt is static, but osg is dynamic
|
||||
#add_defines(OSG_LIBRARY_STATIC)
|
||||
|
@ -28,7 +28,9 @@ system("touch main.cpp")
|
||||
#if you link a library to your app, on android you must select the running kit to the app, not LibQQt e.g.
|
||||
#user can modify any infomation under this annotation
|
||||
#-------------------------------------------------
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#user app may use these these settings prefertly
|
||||
@ -72,7 +74,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
#-------------------------------------------------
|
||||
##project environ
|
||||
|
@ -25,7 +25,9 @@ SOURCES += main.cpp
|
||||
system("touch main.cpp")
|
||||
#用户在console工程中,只要不使用LibQQt的图形Class,就可以在控制台程序中游刃有余的完成app功能了。
|
||||
#你用也没必要,而且不能用,控制台工程就是不能用widgets。不如在widgets工程当中隐藏窗口,然后在某个时机显示。
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
#这个的设置有特点,要先设置
|
||||
add_version (1,0,0,0)
|
||||
@ -36,5 +38,5 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
|
@ -55,7 +55,9 @@ equals(QSYS_PRIVATE, macOS) {
|
||||
#if you link a library to your app, on android you must select the running kit to the app, not LibQQt e.g.
|
||||
#user can modify any infomation under this annotation
|
||||
#-------------------------------------------------
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
#include(/Users/abel/Develop/a0-develop/LibQQt/multi-link/add_base_manager.pri)
|
||||
|
||||
#-------------------------------------------------
|
||||
@ -100,7 +102,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
#-------------------------------------------------
|
||||
##project environ
|
||||
|
@ -39,6 +39,8 @@ MOBILITY =
|
||||
system(touch main.cpp)
|
||||
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
contains(QSYS_PRIVATE, Android|AndroidX86) {
|
||||
CONFIG += mobility
|
||||
@ -61,7 +63,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
#发布配置文件 把AppRoot里的配置项目拷贝到运行目录和发布目录
|
||||
add_deploy_config($${PWD}/AppRoot)
|
||||
|
@ -44,7 +44,9 @@ system("touch main.cpp")
|
||||
#if you link a library to your app, on android you must select the running kit to the app, not LibQQt e.g.
|
||||
#user can modify any infomation under this annotation
|
||||
#-------------------------------------------------
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#user app may use these these settings prefertly
|
||||
@ -88,7 +90,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
#-------------------------------------------------
|
||||
##project environ
|
||||
|
@ -45,6 +45,8 @@ system("touch main.cpp")
|
||||
#user can modify any infomation under this annotation
|
||||
#-------------------------------------------------
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#user app may use these these settings prefertly
|
||||
@ -88,7 +90,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
|
@ -25,7 +25,9 @@ system("touch main.cpp")
|
||||
#if you link a library to your app, on android you must select the running kit to the app, not LibQQt e.g.
|
||||
#user can modify any infomation under this annotation
|
||||
#-------------------------------------------------
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#user app may use these these settings prefertly
|
||||
@ -69,7 +71,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
#-------------------------------------------------
|
||||
##project environ
|
||||
|
@ -28,7 +28,9 @@ FORMS += \
|
||||
|
||||
system(touch main.cpp)
|
||||
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
#这个的设置有特点,要先设置
|
||||
add_version (1,0,0,0)
|
||||
@ -39,4 +41,4 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
@ -65,6 +65,8 @@ system("touch main.cpp")
|
||||
#user can modify any infomation under this annotation
|
||||
#-------------------------------------------------
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
contains (DEFINES, __BLUETOOTH__){
|
||||
SOURCES += \
|
||||
@ -82,5 +84,5 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
|
@ -46,6 +46,8 @@ system("touch main.cpp")
|
||||
#user can modify any infomation under this annotation
|
||||
#-------------------------------------------------
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
#这个的设置有特点,要先设置
|
||||
add_version (1,0,0,0)
|
||||
@ -56,5 +58,5 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
|
@ -50,7 +50,9 @@ MOBILITY =
|
||||
|
||||
#促使编译源代码,qmake pri配置里面的QMAKE_XX_LINK命令就会执行。
|
||||
system("touch main.cpp")
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
#这个的设置有特点,要先设置
|
||||
add_version (1,0,0,0)
|
||||
|
||||
@ -60,5 +62,5 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
|
@ -43,7 +43,9 @@ system("touch main.cpp")
|
||||
#if you link a library to your app, on android you must select the running kit to the app, not LibQQt e.g.
|
||||
#user can modify any infomation under this annotation
|
||||
#-------------------------------------------------
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#user app may use these these settings prefertly
|
||||
@ -87,7 +89,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
|
@ -44,7 +44,9 @@ system("touch main.cpp")
|
||||
#if you link a library to your app, on android you must select the running kit to the app, not LibQQt e.g.
|
||||
#user can modify any infomation under this annotation
|
||||
#-------------------------------------------------
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#user app may use these these settings prefertly
|
||||
@ -88,7 +90,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
|
@ -57,6 +57,7 @@ include ($${PWD}/add_language.pri)
|
||||
####################################################################################
|
||||
#base manager 都做了以下这些事情
|
||||
####################################################################################
|
||||
|
||||
#################################################################
|
||||
#定义外部函数
|
||||
#################################################################
|
||||
@ -226,7 +227,9 @@ defineTest(add_source){
|
||||
#################################################################
|
||||
#这个编译,build pane比较简洁
|
||||
#CONFIG += silent
|
||||
#multi-link v2.0对这个功能有良好的支持。
|
||||
#CONFIG += debug_and_release
|
||||
#编译全部
|
||||
#CONFIG += build_all
|
||||
|
||||
#修饰TARGET LIB必要 APP可选 only once
|
||||
|
@ -32,10 +32,13 @@
|
||||
TARGET = QQt
|
||||
TEMPLATE = lib
|
||||
|
||||
CONFIG += debug_and_release
|
||||
CONFIG += build_all
|
||||
|
||||
#################################################################
|
||||
#包含基础管理者
|
||||
#################################################################
|
||||
include (../multi-link/add_base_manager.pri)
|
||||
include ($${PWD}/../multi-link/add_base_manager.pri)
|
||||
|
||||
#根据multi-link提供的动态编译 静态编译设定进行编译,添加我自己的QQt的宏定义。
|
||||
contains(DEFINES, LIB_LIBRARY) {
|
||||
@ -77,7 +80,7 @@ include ($$PWD/qqt_source.pri)
|
||||
#目标
|
||||
#源代码目录
|
||||
#编译在相对编译目录
|
||||
add_sdk($$TARGET, $$PWD, src/$$DESTDIR)
|
||||
add_sdk($$TARGET, $$PWD, $$DESTDIR)
|
||||
|
||||
#################################################################
|
||||
#其他设置
|
||||
@ -102,15 +105,8 @@ win32 {
|
||||
################################################
|
||||
##project resource
|
||||
################################################
|
||||
#DISTFILES += \
|
||||
# linux_cp_files.sh \
|
||||
# linux_cur_path.sh \
|
||||
# linux_cd_path.sh \
|
||||
# linux_read_ini.sh \
|
||||
# linux_write_ini.sh \
|
||||
# win_read_ini.bat
|
||||
RESOURCES += \
|
||||
qqt.qrc
|
||||
$${PWD}/qqt.qrc
|
||||
|
||||
#################################################################
|
||||
##QQt Lib工程持续编译
|
@ -47,7 +47,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
#发布配置文件 把AppRoot里的配置项目拷贝到运行目录和发布目录
|
||||
add_deploy_config($${PWD}/AppRoot)
|
||||
|
@ -42,4 +42,4 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
@ -42,7 +42,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
#发布配置文件 把AppRoot里的配置项目拷贝到运行目录和发布目录
|
||||
add_deploy_config($${PWD}/AppRoot)
|
||||
|
@ -35,6 +35,8 @@ FORMS += \
|
||||
|
||||
system("touch mainwindow.cpp")
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
#这个的设置有特点,要先设置
|
||||
add_version (1,0,0,0)
|
||||
|
||||
@ -44,5 +46,5 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
|
@ -28,7 +28,9 @@ system("touch main.cpp")
|
||||
#if you link a library to your app, on android you must select the running kit to the app, not LibQQt e.g.
|
||||
#user can modify any infomation under this annotation
|
||||
#-------------------------------------------------
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#user app may use these these settings prefertly
|
||||
@ -72,7 +74,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
#-------------------------------------------------
|
||||
##project environ
|
||||
|
@ -41,7 +41,9 @@ system("touch main.cpp")
|
||||
#if you link a library to your app, on android you must select the running kit to the app, not LibQQt e.g.
|
||||
#user can modify any infomation under this annotation
|
||||
#-------------------------------------------------
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#user app may use these these settings prefertly
|
||||
@ -85,7 +87,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
#-------------------------------------------------
|
||||
##project environ
|
||||
|
@ -46,5 +46,5 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
|
@ -14,7 +14,9 @@ system("touch main.cpp")
|
||||
#if you link a library to your app, on android you must select the running kit to the app, not LibQQt e.g.
|
||||
#user can modify any infomation under this annotation
|
||||
#-------------------------------------------------
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#user app may use these these settings prefertly
|
||||
@ -58,7 +60,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
|
@ -40,7 +40,9 @@ system("touch main.cpp")
|
||||
#if you link a library to your app, on android you must select the running kit to the app, not LibQQt e.g.
|
||||
#user can modify any infomation under this annotation
|
||||
#-------------------------------------------------
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#user app may use these these settings prefertly
|
||||
@ -84,7 +86,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
|
@ -36,7 +36,9 @@ FORMS += \
|
||||
|
||||
#促使编译源代码,qmake pri配置里面的QMAKE_XX_LINK命令就会执行。
|
||||
system("touch main.cpp")
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
include(./app_custom_manager.pri)
|
||||
|
||||
contains(QSYS_PRIVATE, ANDROID||ANDROIDX86) {
|
||||
@ -61,7 +63,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
#发布配置文件 把AppRoot里的配置项目拷贝到运行目录和发布目录
|
||||
add_deploy_config($${PWD}/AppRoot)
|
||||
|
@ -27,7 +27,9 @@ system("touch main.cpp")
|
||||
#if you link a library to your app, on android you must select the running kit to the app, not LibQQt e.g.
|
||||
#user can modify any infomation under this annotation
|
||||
#-------------------------------------------------
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#user app may use these these settings prefertly
|
||||
@ -71,7 +73,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
|
@ -39,6 +39,8 @@ MOBILITY =
|
||||
system("touch main.cpp")
|
||||
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
#这个的设置有特点,要先设置
|
||||
add_version (1,0,0,0)
|
||||
@ -49,7 +51,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
#发布配置文件 把AppRoot里的配置项目拷贝到运行目录和发布目录
|
||||
add_deploy_config($${PWD}/AppRoot)
|
||||
|
@ -41,6 +41,8 @@ MOBILITY =
|
||||
|
||||
system("touch main.cpp")
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
#这个的设置有特点,要先设置
|
||||
add_version (1,0,0,0)
|
||||
@ -51,5 +53,5 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
|
@ -37,6 +37,8 @@ FORMS += \
|
||||
system("touch main.cpp")
|
||||
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
#这个的设置有特点,要先设置
|
||||
add_version (1,0,0,0)
|
||||
@ -47,7 +49,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
#发布配置文件 把AppRoot里的配置项目拷贝到运行目录和发布目录
|
||||
add_deploy_config($${PWD}/AppRoot)
|
||||
|
@ -47,7 +47,9 @@ system("touch main.cpp")
|
||||
#if you link a library to your app, on android you must select the running kit to the app, not LibQQt e.g.
|
||||
#user can modify any infomation under this annotation
|
||||
#-------------------------------------------------
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#user app may use these these settings prefertly
|
||||
@ -91,7 +93,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
|
@ -37,7 +37,9 @@ system("touch main.cpp")
|
||||
#if you link a library to your app, on android you must select the running kit to the app, not LibQQt e.g.
|
||||
#user can modify any infomation under this annotation
|
||||
#-------------------------------------------------
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#user app may use these these settings prefertly
|
||||
@ -81,7 +83,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
|
@ -37,7 +37,9 @@ CONFIG += mobility
|
||||
MOBILITY =
|
||||
|
||||
system(touch widget.cpp)
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
#这个的设置有特点,要先设置
|
||||
add_version (1,0,0,0)
|
||||
|
||||
@ -47,4 +49,4 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
@ -20,7 +20,9 @@ HEADERS += $$PWD/qqtapp.h $$PWD/qqtwindow.h \
|
||||
|
||||
FORMS += $$PWD/qqtwindow.ui
|
||||
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
include(../../app-lib/add_library_FFmpeg.pri)
|
||||
|
||||
#这个的设置有特点,要先设置
|
||||
@ -32,6 +34,6 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
add_dependent_library_FFmpeg()
|
||||
|
@ -25,7 +25,9 @@ FORMS += $$PWD/qqtwindow.ui
|
||||
############################################
|
||||
#添加所有提供函数的pri 很有美感
|
||||
############################################
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
include(../../app-lib/add_library_VLC.pri)
|
||||
|
||||
############################################
|
||||
@ -39,7 +41,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
#添加其他library
|
||||
#libVLCQt从sdk到build和deploy
|
||||
add_dependent_library_VLC()
|
||||
|
@ -28,7 +28,9 @@ system("touch main.cpp")
|
||||
#if you link a library to your app, on android you must select the running kit to the app, not LibQQt e.g.
|
||||
#user can modify any infomation under this annotation
|
||||
#-------------------------------------------------
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#user app may use these these settings prefertly
|
||||
@ -72,7 +74,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
|
@ -27,7 +27,9 @@ system("touch main.cpp")
|
||||
#if you link a library to your app, on android you must select the running kit to the app, not LibQQt e.g.
|
||||
#user can modify any infomation under this annotation
|
||||
#-------------------------------------------------
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#user app may use these these settings prefertly
|
||||
@ -71,7 +73,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
|
@ -45,7 +45,9 @@ system("touch main.cpp")
|
||||
#if you link a library to your app, on android you must select the running kit to the app, not LibQQt e.g.
|
||||
#user can modify any infomation under this annotation
|
||||
#-------------------------------------------------
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#user app may use these these settings prefertly
|
||||
@ -89,7 +91,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
#发布配置文件 把AppRoot里的配置项目拷贝到运行目录和发布目录
|
||||
add_deploy_config($${PWD}/AppRoot)
|
||||
|
@ -48,5 +48,5 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
|
@ -47,7 +47,9 @@ system("touch main.cpp")
|
||||
#-------------------------------------------------
|
||||
|
||||
#include manager
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include(../../multi-link/add_base_manager.pri)
|
||||
include (../../app-lib/add_custom_manager.pri)
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#user app may use these these settings prefertly
|
||||
@ -91,7 +93,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
#-------------------------------------------------
|
||||
##project environ
|
||||
|
@ -62,7 +62,7 @@ add_deploy()
|
||||
|
||||
#后发布依赖
|
||||
#libQQt从sdk到build和deploy
|
||||
add_dependent_library_QQt()
|
||||
add_dependent_manager_QQt()
|
||||
|
||||
#发布配置文件 把AppRoot里的配置项目拷贝到运行目录和发布目录
|
||||
add_deploy_config($${PWD}/AppRoot)
|
||||
|
Loading…
x
Reference in New Issue
Block a user