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

95 lines
2.8 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-06 22:01:05 +08:00
##Q1 V1
2018-04-06 11:16:37 +08:00
##-----------------------------------------------------------------
2018-04-06 22:01:05 +08:00
#第一种引用LibQQt的方法
2018-04-06 11:16:37 +08:00
#SUBDIRS += examples/qqtframe
#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
#-----------------------------------------------------------------
#Q3 V2
#QQt installed to Qt library or
#QQt installed to sdk or
#QQt is build
#-----------------------------------------------------------------
#第二种引用LibQQt的方式
#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
#
#-----------------------------------------------------------------
#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
#SUBDIRS += test/treeviewtest
#SUBDIRS += test/qqtdicttest
2018-04-06 22:01:05 +08:00
#
SUBDIRS += test/qqtdicttest2
2018-04-06 11:16:37 +08:00
#SUBDIRS += test/consoletest
#
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