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

101 lines
3.0 KiB
Prolog
Raw Normal View History

2018-04-06 11:16:37 +08:00
##-----------------------------------------------------------------
##LibQQt主工程入口
##不能随便编译,初始设置要求比较严格,请按照规程设置完整
##-----------------------------------------------------------------
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = src/qqt.pro
##-----------------------------------------------------------------
2018-04-07 12:49:17 +08:00
##Q1级别 V1 第一版第一代
2018-04-06 11:16:37 +08:00
##-----------------------------------------------------------------
2018-04-12 00:28:19 +08:00
#古老的链接LibQQt的方式废弃
#App管理Application句柄的方式废弃
2018-04-06 11:16:37 +08:00
#SUBDIRS += examples/qqtframe
2018-04-12 00:28:19 +08:00
2018-04-06 11:16:37 +08:00
#SUBDIRS += examples/animationframe
#
2018-04-06 22:01:05 +08:00
#need vlcQt libvlc library
#SUBDIRS += test/qqtliveplayer
#need ffmpeg library
#SUBDIRS += test/qqtffmpegplayer
#need webkit webkitwidgets - WebSupport
#webengine
#ignored
#lessThan(QT_MAJOR_VERSION , 5):SUBDIRS += test/qqtwebkittest
#lessThan(QT_MAJOR_VERSION , 5):SUBDIRS += test/qqtwebclient
#-----------------------------------------------------------------
2018-04-07 12:49:17 +08:00
#Q3级别 V2 第二版第二代
2018-04-06 22:01:05 +08:00
#QQt installed to Qt library or
#QQt installed to sdk or
#QQt is build
#-----------------------------------------------------------------
#第二种引用LibQQt的方式
2018-04-12 00:28:19 +08:00
#方法include(.../LibQQt/src/app_base_manager.pri)
#QQt提供QQtApplication帮助App管理Application句柄
SUBDIRS += examples/qqtframe2
2018-04-06 11:16:37 +08:00
#
SUBDIRS += examples/exquisite
2018-04-06 22:01:05 +08:00
#
SUBDIRS += examples/tabwidgetexamples
#need QZXing, default closed.
2018-04-06 11:16:37 +08:00
#SUBDIRS += examples/qrcodeexample
#
2018-04-06 22:01:05 +08:00
SUBDIRS += examples/qqtnetworkexample
#
2018-04-06 11:16:37 +08:00
greaterThan(QT_VERSION, 4.6.0):SUBDIRS += test/voicetest
2018-04-06 22:01:05 +08:00
#
mac:lessThan(QT_MAJOR_VERSION , 5):SUBDIRS -= test/voicetest
2018-04-06 11:16:37 +08:00
#udp 嵌入式linuxQt编译了udp支持默认是支持的
2018-04-06 18:45:37 +08:00
#
2018-04-06 22:01:05 +08:00
SUBDIRS += examples/qqtudpexample
2018-04-06 11:16:37 +08:00
#
2018-04-06 22:01:05 +08:00
lessThan(QT_VERSION , 5.8.0):SUBDIRS -= examples/qqtudpexample
2018-04-06 11:16:37 +08:00
#
2018-04-06 22:01:05 +08:00
SUBDIRS += examples/qqtchartexample
#
2018-04-12 00:28:19 +08:00
#
SUBDIRS += examples/console_app
2018-04-06 22:01:05 +08:00
#-----------------------------------------------------------------
#need webaccessmanager - WebSupport
#need QSsl
#need GumoQuery
#-----------------------------------------------------------------
2018-04-06 11:16:37 +08:00
#greaterThan(QT_MAJOR_VERSION , 4):SUBDIRS += examples/QtSdkManager
#greaterThan(QT_MAJOR_VERSION , 4):SUBDIRS += demo/VegeTablesPrice
2018-04-06 22:01:05 +08:00
#SUBDIRS += examples/GuiBuildTool
2018-04-06 11:16:37 +08:00
#SUBDIRS += test/LearnCookieTest
2018-04-06 22:01:05 +08:00
#-----------------------------------------------------------------
#some test project
2018-04-06 11:16:37 +08:00
#SUBDIRS += test/gumbo_query_test
#SUBDIRS += test/svgtest
2018-04-06 22:01:05 +08:00
#
SUBDIRS += test/customqvariant
2018-04-06 11:16:37 +08:00
#SUBDIRS += test/framelesshelperwidget
2018-04-09 14:23:28 +08:00
#
SUBDIRS += test/treeviewtest
2018-04-06 11:16:37 +08:00
#SUBDIRS += test/qqtdicttest
2018-04-06 22:01:05 +08:00
#
SUBDIRS += test/qqtdicttest2
2018-04-06 11:16:37 +08:00
#
SUBDIRS += test/bytearraytest
#!contains(QKIT_PRIVATE, iOS|iOSSimulator){
# SUBDIRS += test/cmdwidget
#}
#SUBDIRS += test/coretest
2018-04-06 22:01:05 +08:00
#
SUBDIRS += test/giftest
2018-04-06 11:16:37 +08:00
#SUBDIRS += test/tmpproj
#
2018-04-06 22:01:05 +08:00
#need QtSoap - WebSupport
##SUBDIRS += test/easter
2018-04-06 11:16:37 +08:00
#SUBDIRS += test/soapQQtOnline
#
##need bluetooth library
#greaterThan(QT_MAJOR_VERSION , 4):SUBDIRS += test/qqtbtfileserver