2017-09-17 08:46:57 +08:00
|
|
|
TEMPLATE = subdirs
|
2017-10-12 16:28:07 +08:00
|
|
|
CONFIG += ordered
|
2017-10-20 20:52:19 +08:00
|
|
|
|
2017-11-25 10:58:30 +08:00
|
|
|
SUBDIRS = src/qqt.pro
|
2017-11-20 16:38:10 +08:00
|
|
|
|
2017-11-28 12:15:56 +08:00
|
|
|
##-----------------------------------------------------------------
|
|
|
|
##basic example
|
|
|
|
##-----------------------------------------------------------------
|
|
|
|
#SUBDIRS += examples/qqtframe
|
2017-12-08 20:24:11 +08:00
|
|
|
#SUBDIRS += examples/qqtframe2
|
2017-11-28 12:15:56 +08:00
|
|
|
#SUBDIRS += examples/animationframe
|
|
|
|
#
|
|
|
|
##-----------------------------------------------------------------
|
|
|
|
##QQt installed to Qt library or
|
|
|
|
##QQt installed to sdk or
|
|
|
|
##QQt is build
|
|
|
|
##-----------------------------------------------------------------
|
|
|
|
#SUBDIRS += examples/exquisite
|
2017-12-09 17:54:47 +08:00
|
|
|
#
|
|
|
|
SUBDIRS += examples/tabwidgetexamples
|
2017-11-28 12:15:56 +08:00
|
|
|
#SUBDIRS += examples/qrcodeexample
|
|
|
|
#SUBDIRS += examples/qqtnetworkexample
|
|
|
|
#SUBDIRS += examples/qqtchartexample
|
|
|
|
#
|
|
|
|
#
|
|
|
|
##-----------------------------------------------------------------
|
|
|
|
##need webaccessmanager - WebSupport
|
|
|
|
##need QSsl
|
|
|
|
##need GumoQuery
|
|
|
|
##-----------------------------------------------------------------
|
|
|
|
#greaterThan(QT_MAJOR_VERSION , 4):SUBDIRS += examples/QtSdkManager
|
2017-12-03 08:39:32 +08:00
|
|
|
#greaterThan(QT_MAJOR_VERSION , 4):SUBDIRS += demo/VegeTablesPrice
|
2017-12-01 15:59:20 +08:00
|
|
|
#SUBDIRS += examples/GuiBuildTool
|
2017-11-28 12:15:56 +08:00
|
|
|
##-----------------------------------------------------------------
|
|
|
|
##some test project
|
|
|
|
##-----------------------------------------------------------------
|
|
|
|
#SUBDIRS += test/gumbo_query_test
|
|
|
|
#SUBDIRS += test/svgtest
|
|
|
|
#SUBDIRS += test/framelesshelperwidget
|
|
|
|
#SUBDIRS += test/treeviewtest
|
|
|
|
#SUBDIRS += test/qqtdicttest
|
|
|
|
#!contains(QKIT_PRIVATE, iOS|iOSSimulator){
|
|
|
|
# SUBDIRS += test/cmdwidget
|
|
|
|
#}
|
|
|
|
#SUBDIRS += test/coretest
|
|
|
|
#
|
|
|
|
##-----------------------------------------------------------------
|
|
|
|
##need webkit webkitwidgets - WebSupport
|
|
|
|
##webengine
|
|
|
|
##ignored
|
|
|
|
##-----------------------------------------------------------------
|
|
|
|
##lessThan(QT_MAJOR_VERSION , 5):SUBDIRS += test/qqtwebkittest
|
|
|
|
##lessThan(QT_MAJOR_VERSION , 5):SUBDIRS += test/qqtwebclient
|
|
|
|
##-----------------------------------------------------------------
|
|
|
|
##need QtSoap - WebSupport
|
|
|
|
##-----------------------------------------------------------------
|
|
|
|
#SUBDIRS += test/easter
|
|
|
|
#SUBDIRS += test/soapQQtOnline
|
|
|
|
##-----------------------------------------------------------------
|
|
|
|
##need vlcQt libvlc library
|
|
|
|
##-----------------------------------------------------------------
|
|
|
|
##SUBDIRS += test/qqtliveplayer
|
|
|
|
#
|
|
|
|
##-----------------------------------------------------------------
|
|
|
|
##need ffmpeg library
|
|
|
|
##-----------------------------------------------------------------
|
|
|
|
##SUBDIRS += test/qqtffmpegplayer
|
|
|
|
#
|
|
|
|
##need bluetooth library
|
|
|
|
#greaterThan(QT_MAJOR_VERSION , 4):SUBDIRS += test/qqtbtfileserver
|
2017-11-23 19:12:48 +08:00
|
|
|
|