mirror of
https://gitee.com/drabel/LibQQt.git
synced 2025-01-04 10:18:44 +08:00
29 lines
712 B
Prolog
29 lines
712 B
Prolog
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS = src/qqt.pro
|
|
SUBDIRS += examples/framelesshelperwidget
|
|
SUBDIRS += examples/qqtframe
|
|
SUBDIRS += examples/qqtframe2
|
|
SUBDIRS += examples/animationframe
|
|
SUBDIRS += examples/cmdwidget
|
|
SUBDIRS += examples/qqtnetworkexample
|
|
SUBDIRS += examples/exquisite
|
|
SUBDIRS += examples/QtBuildTool
|
|
SUBDIRS += examples/QtSdkManager
|
|
SUBDIRS += examples/QQtInstaller
|
|
|
|
#need bluetooth library
|
|
#SUBDIRS += examples/qqtbluetoothfiletransferserver
|
|
|
|
#need vlcQt libvlc library
|
|
#SUBDIRS += examples/qqtliveplayer
|
|
|
|
#need ffmpeg library
|
|
#SUBDIRS += examples/qqtffmpegplayer
|
|
|
|
#need webkitwidgets
|
|
#SUBDIRS += examples/qqtftpclient
|
|
#SUBDIRS += examples/qqthttpclient
|
|
#SUBDIRS += examples/qqtwebkit
|