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

76 lines
2.4 KiB
Prolog

TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = src/qqt.pro
#-----------------------------------------------------------------
#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
#-----------------------------------------------------------------
SUBDIRS += examples/exquisite
SUBDIRS += examples/tabwidgetexamples
SUBDIRS += examples/qrcodeexample
SUBDIRS += examples/qqtnetworkexample
SUBDIRS += examples/QtBuildTool
SUBDIRS += examples/QtSdkManager
SUBDIRS += examples/QQtInstaller
#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
#-----------------------------------------------------------------
#need QtSoap - WebSupport
#-----------------------------------------------------------------
SUBDIRS += examples/easter
SUBDIRS += examples/soapQQtOnline
#-----------------------------------------------------------------
#need webkit webkitwidgets - WebSupport
#webengine
#-----------------------------------------------------------------
#SUBDIRS += examples/qqtwebkit
#SUBDIRS += examples/qqthttpclient
#-----------------------------------------------------------------
#need webwork - WebSupport
#-----------------------------------------------------------------
SUBDIRS += examples/qqtftpclient
#-----------------------------------------------------------------
#some example project
#maybe demo
#-----------------------------------------------------------------
SUBDIRS += demo/VegeTablesPrice
SUBDIRS += demo/cmdwidget
#-----------------------------------------------------------------
#some test project
#maybe demo
#-----------------------------------------------------------------
SUBDIRS += test/gumbo_query_test
SUBDIRS += test/svgtest
SUBDIRS += test/framelesshelperwidget
SUBDIRS += test/treeviewtest