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 2018-06-02 23:58:03 +08:00
parent fd47464154
commit 3cb448b64a
3 changed files with 3 additions and 8 deletions

View File

@ -49,5 +49,4 @@ SUBDIRS =
#SUBDIRS += test/QQtQwtPlot3DTest
#need log4cpp sdk
#
SUBDIRS += test/qqtlog4cpptest
#SUBDIRS += test/qqtlog4cpptest

View File

@ -19,7 +19,7 @@ unix {
#######################################################################################
#4.0
LIBRARYVER =
DEBUG = d
DEBUG =
#这个地方mingw比较特殊必须发布release版本其他平台不清楚。
mingw:DEBUG=
contains(BUILD, Release) {

View File

@ -21,9 +21,6 @@ HEADERS += $$PWD/qqtapp.h $$PWD/qqtwindow.h \
FORMS += $$PWD/qqtwindow.ui
include(../../multi-link/add_base_manager.pri)
include (../../app-lib/add_dependent_manager.pri)
include(../../app-lib/add_library_FFmpeg.pri)
#这个的设置有特点,要先设置
add_version (1,0,0,0)
@ -35,5 +32,4 @@ add_deploy()
#后发布依赖
#libQQt从sdk到build和deploy
add_dependent_manager(QQt)
add_dependent_library_FFmpeg()
add_dependent_manager(FFmpeg)