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-22 19:22:53 +08:00
|
|
|
SUBDIRS = src/qqt.pro
|
2017-11-20 16:38:10 +08:00
|
|
|
|
2017-11-22 21:05:27 +08:00
|
|
|
##-----------------------------------------------------------------
|
|
|
|
##basic example
|
|
|
|
##-----------------------------------------------------------------
|
|
|
|
#SUBDIRS += examples/qqtframe
|
|
|
|
#SUBDIRS += examples/qqtframe2
|
|
|
|
#SUBDIRS += examples/qqtframe3
|
|
|
|
#SUBDIRS += examples/animationframe
|
|
|
|
#
|
|
|
|
##-----------------------------------------------------------------
|
|
|
|
##QQt installed to Qt library or
|
|
|
|
##QQt installed to sdk or
|
|
|
|
##QQt is build
|
|
|
|
##-----------------------------------------------------------------
|
2017-11-24 13:27:45 +08:00
|
|
|
#SUBDIRS += examples/exquisite
|
2017-11-22 21:05:27 +08:00
|
|
|
#SUBDIRS += examples/tabwidgetexamples
|
|
|
|
#SUBDIRS += examples/qrcodeexample
|
|
|
|
#SUBDIRS += examples/QtBuildTool
|
|
|
|
#SUBDIRS += examples/QtSdkManager
|
|
|
|
#SUBDIRS += examples/QQtInstaller
|
2017-11-23 19:12:48 +08:00
|
|
|
#SUBDIRS += examples/qqtnetworkexample
|
|
|
|
|
2017-11-22 21:05:27 +08:00
|
|
|
#
|
|
|
|
##can't support ios
|
|
|
|
#SUBDIRS += examples/qqtprintsupportexample
|
|
|
|
#
|
|
|
|
##-----------------------------------------------------------------
|
|
|
|
##need vlcQt libvlc library
|
|
|
|
##-----------------------------------------------------------------
|
|
|
|
##SUBDIRS += examples/qqtliveplayer
|
|
|
|
#
|
|
|
|
##-----------------------------------------------------------------
|
|
|
|
##need ffmpeg library
|
|
|
|
##-----------------------------------------------------------------
|
|
|
|
##SUBDIRS += examples/qqtffmpegplayer
|
|
|
|
#
|
|
|
|
##need bluetooth library
|
|
|
|
#SUBDIRS += examples/qqtbluetoothfiletransferserver
|
|
|
|
#
|
2017-11-23 19:12:48 +08:00
|
|
|
|
2017-11-22 21:05:27 +08:00
|
|
|
##-----------------------------------------------------------------
|
|
|
|
##need QtSoap - WebSupport
|
|
|
|
##-----------------------------------------------------------------
|
|
|
|
#SUBDIRS += examples/easter
|
|
|
|
#SUBDIRS += examples/soapQQtOnline
|
|
|
|
#
|
|
|
|
##-----------------------------------------------------------------
|
|
|
|
##need webkit webkitwidgets - WebSupport
|
|
|
|
##webengine
|
|
|
|
##-----------------------------------------------------------------
|
|
|
|
##SUBDIRS += examples/qqtwebkit
|
|
|
|
##SUBDIRS += examples/qqthttpclient
|
|
|
|
#
|
|
|
|
##-----------------------------------------------------------------
|
2017-11-23 12:33:32 +08:00
|
|
|
##need webaccessmanager - WebSupport
|
2017-11-23 19:12:48 +08:00
|
|
|
##need GumoQuery
|
2017-11-22 21:05:27 +08:00
|
|
|
##-----------------------------------------------------------------
|
|
|
|
#SUBDIRS += examples/qqtftpclient
|
2017-11-24 13:27:45 +08:00
|
|
|
#
|
|
|
|
greaterThan(QT_MAJOR_VERSION, 4):SUBDIRS += examples/qqthttpdownload
|
2017-11-23 19:12:48 +08:00
|
|
|
#greaterThan(QT_MAJOR_VERSION , 4):SUBDIRS += demo/VegeTablesPrice
|
|
|
|
#
|
2017-11-22 21:05:27 +08:00
|
|
|
##-----------------------------------------------------------------
|
|
|
|
##some example project
|
|
|
|
##maybe demo
|
|
|
|
##-----------------------------------------------------------------
|
|
|
|
#
|
2017-11-23 12:33:32 +08:00
|
|
|
#
|
2017-11-22 21:05:27 +08:00
|
|
|
#SUBDIRS += demo/cmdwidget
|
|
|
|
#
|
|
|
|
##-----------------------------------------------------------------
|
|
|
|
##some test project
|
|
|
|
##maybe demo
|
|
|
|
##-----------------------------------------------------------------
|
|
|
|
#SUBDIRS += test/gumbo_query_test
|
|
|
|
#SUBDIRS += test/svgtest
|
|
|
|
#SUBDIRS += test/framelesshelperwidget
|
|
|
|
#SUBDIRS += test/treeviewtest
|