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-20 16:38:10 +08:00
|
|
|
SUBDIRS = src/qqt.pro
|
|
|
|
|
2017-11-12 21:04:23 +08:00
|
|
|
#-----------------------------------------------------------------
|
|
|
|
#basic example
|
|
|
|
#-----------------------------------------------------------------
|
|
|
|
#SUBDIRS += examples/qqtframe
|
|
|
|
#SUBDIRS += examples/qqtframe2
|
2017-11-21 14:37:20 +08:00
|
|
|
#SUBDIRS += examples/qqtframe3
|
|
|
|
#SUBDIRS += examples/animationframe
|
2017-11-12 21:04:23 +08:00
|
|
|
|
|
|
|
#-----------------------------------------------------------------
|
2017-11-16 12:44:13 +08:00
|
|
|
#QQt installed to Qt library or
|
|
|
|
#QQt installed to sdk or
|
|
|
|
#QQt is build
|
2017-11-12 21:04:23 +08:00
|
|
|
#-----------------------------------------------------------------
|
2017-11-21 14:37:20 +08:00
|
|
|
#
|
|
|
|
SUBDIRS += examples/exquisite
|
2017-11-20 12:32:34 +08:00
|
|
|
#SUBDIRS += examples/tabwidgetexamples
|
2017-11-20 20:08:21 +08:00
|
|
|
#SUBDIRS += examples/qrcodeexample
|
2017-11-21 14:37:20 +08:00
|
|
|
#SUBDIRS += examples/qqtnetworkexample
|
|
|
|
#SUBDIRS += examples/QtBuildTool
|
|
|
|
#SUBDIRS += examples/QtSdkManager
|
|
|
|
#SUBDIRS += examples/QQtInstaller
|
2017-11-20 16:38:10 +08:00
|
|
|
|
|
|
|
#can't support ios
|
|
|
|
#SUBDIRS += examples/qqtprintsupportexample
|
2017-10-28 15:35:58 +08:00
|
|
|
|
2017-11-12 21:04:23 +08:00
|
|
|
#-----------------------------------------------------------------
|
2017-10-22 12:21:19 +08:00
|
|
|
#need vlcQt libvlc library
|
2017-11-12 21:04:23 +08:00
|
|
|
#-----------------------------------------------------------------
|
2017-10-20 20:52:19 +08:00
|
|
|
#SUBDIRS += examples/qqtliveplayer
|
2017-10-22 12:21:19 +08:00
|
|
|
|
2017-11-12 21:04:23 +08:00
|
|
|
#-----------------------------------------------------------------
|
2017-10-22 12:21:19 +08:00
|
|
|
#need ffmpeg library
|
2017-11-12 21:04:23 +08:00
|
|
|
#-----------------------------------------------------------------
|
2017-10-20 20:52:19 +08:00
|
|
|
#SUBDIRS += examples/qqtffmpegplayer
|
2017-10-22 12:21:19 +08:00
|
|
|
|
2017-10-29 09:45:37 +08:00
|
|
|
#need bluetooth library
|
2017-11-15 19:11:48 +08:00
|
|
|
#SUBDIRS += examples/qqtbluetoothfiletransferserver
|
2017-10-29 09:45:37 +08:00
|
|
|
|
2017-11-12 21:04:23 +08:00
|
|
|
#-----------------------------------------------------------------
|
2017-10-29 17:24:10 +08:00
|
|
|
#need QtSoap - WebSupport
|
2017-11-12 21:04:23 +08:00
|
|
|
#-----------------------------------------------------------------
|
|
|
|
#SUBDIRS += examples/easter
|
|
|
|
#SUBDIRS += examples/soapQQtOnline
|
2017-10-29 17:24:10 +08:00
|
|
|
|
2017-11-12 21:04:23 +08:00
|
|
|
#-----------------------------------------------------------------
|
2017-10-27 20:52:38 +08:00
|
|
|
#need webkitwidgets - WebSupport
|
2017-10-29 17:24:10 +08:00
|
|
|
#webkit webengine
|
2017-11-12 21:04:23 +08:00
|
|
|
#-----------------------------------------------------------------
|
2017-11-21 14:37:20 +08:00
|
|
|
#SUBDIRS += examples/qqtwebkit
|
|
|
|
|
|
|
|
#-----------------------------------------------------------------
|
|
|
|
#need webwork - WebSupport
|
|
|
|
#-----------------------------------------------------------------
|
2017-10-20 20:52:19 +08:00
|
|
|
#SUBDIRS += examples/qqtftpclient
|
|
|
|
#SUBDIRS += examples/qqthttpclient
|
2017-11-16 12:44:13 +08:00
|
|
|
|
|
|
|
#-----------------------------------------------------------------
|
|
|
|
#some example project
|
2017-11-19 13:40:31 +08:00
|
|
|
#maybe demo
|
2017-11-16 12:44:13 +08:00
|
|
|
#-----------------------------------------------------------------
|
2017-11-21 18:26:37 +08:00
|
|
|
#
|
|
|
|
SUBDIRS += demo/VegeTablesPrice
|
2017-11-21 14:37:20 +08:00
|
|
|
#SUBDIRS += demo/cmdwidget
|
|
|
|
|
|
|
|
#-----------------------------------------------------------------
|
|
|
|
#some test project
|
|
|
|
#maybe demo
|
|
|
|
#-----------------------------------------------------------------
|
|
|
|
#SUBDIRS += test/gumbo_query_test
|
|
|
|
#SUBDIRS += test/svgtest
|
|
|
|
#SUBDIRS += test/framelesshelperwidget
|
|
|
|
#SUBDIRS += test/treeviewtest
|