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

69 lines
2.3 KiB
Prolog
Raw Normal View History

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-25 17:55:19 +08:00
#-----------------------------------------------------------------
#basic example
#-----------------------------------------------------------------
SUBDIRS += examples/qqtframe
SUBDIRS += examples/qqtframe2
SUBDIRS += examples/animationframe
2017-11-23 19:12:48 +08:00
2017-11-25 17:55:19 +08:00
#-----------------------------------------------------------------
#QQt installed to Qt library or
#QQt installed to sdk or
#QQt is build
#-----------------------------------------------------------------
SUBDIRS += examples/exquisite
SUBDIRS += examples/tabwidgetexamples
SUBDIRS += examples/qrcodeexample
SUBDIRS += examples/qqtnetworkexample
SUBDIRS += examples/qqtchartexample
#-----------------------------------------------------------------
#need webaccessmanager - WebSupport
2017-11-25 21:26:09 +08:00
#need QSsl
2017-11-25 17:55:19 +08:00
#need GumoQuery
#-----------------------------------------------------------------
2017-11-25 21:26:09 +08:00
greaterThan(QT_MAJOR_VERSION , 4):SUBDIRS += examples/QtSdkManager
2017-11-25 17:55:19 +08:00
greaterThan(QT_MAJOR_VERSION , 4):SUBDIRS += demo/VegeTablesPrice
#-----------------------------------------------------------------
#some test project
#-----------------------------------------------------------------
SUBDIRS += test/gumbo_query_test
SUBDIRS += test/svgtest
SUBDIRS += test/framelesshelperwidget
SUBDIRS += test/treeviewtest
SUBDIRS += test/qqtdicttest
2017-11-26 09:47:57 +08:00
!contains(QKIT_PRIVATE, iOS|iOSSimulator){
SUBDIRS += test/cmdwidget
}
2017-11-25 17:55:19 +08:00
SUBDIRS += test/coretest
#-----------------------------------------------------------------
#need webkit webkitwidgets - WebSupport
#webengine
#-----------------------------------------------------------------
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
SUBDIRS += test/qqtbtfileserver
2017-11-23 19:12:48 +08:00