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

118 lines
3.7 KiB
Prolog
Raw Normal View History

##-----------------------------------------------------------------
##LibQQt样例工程入口
##不能随便编译,初始设置要求比较严格,请按照规程设置完整
##Example要编译必须先编译完LibQQt
##-----------------------------------------------------------------
TEMPLATE = subdirs
2018-04-23 18:58:14 +08:00
#如果不加order发布LibQQt的时候会进程间冲突
CONFIG += ordered
SUBDIRS =
##-----------------------------------------------------------------
##Q1级别 V1 第一版第一代
##-----------------------------------------------------------------
#古老的链接LibQQt的方式废弃
#App管理Application句柄的方式废弃
#SUBDIRS += examples/qqtframe
#SUBDIRS += examples/animationframe
#
#need vlcQt libvlc library
#SUBDIRS += test/qqtliveplayer
#need ffmpeg library
#SUBDIRS += test/qqtffmpegplayer
#need webkit webkitwidgets - WebSupport
#webengine
#ignored
#lessThan(QT_MAJOR_VERSION , 5):SUBDIRS += test/qqtwebkittest
#lessThan(QT_MAJOR_VERSION , 5):SUBDIRS += test/qqtwebclient
#-----------------------------------------------------------------
#Q3级别 V2 第二版第二代
#QQt installed to Qt library or
#QQt installed to sdk or
#QQt is build
#-----------------------------------------------------------------
#第二种引用LibQQt的方式
#方法include(.../LibQQt/src/app_base_manager.pri)
#QQt提供QQtApplication帮助App管理Application句柄
#SUBDIRS += examples/qqtframe2
2018-04-30 12:19:35 +08:00
#必看
#SUBDIRS += examples/exquisite
#SUBDIRS += examples/tabwidgetexamples
#need QZXing, default closed.
#SUBDIRS += examples/qrcodeexample
2018-04-30 12:19:35 +08:00
#SUBDIRS += examples/qqtchartexample
#
#SUBDIRS += examples/console_app
#-----------------------------------------------------------------
#need webaccessmanager - WebSupport
#need QSsl
#need GumoQuery
#-----------------------------------------------------------------
#greaterThan(QT_MAJOR_VERSION , 4):SUBDIRS += demo/QtSdkManager
2018-05-12 21:50:32 +08:00
#
greaterThan(QT_MAJOR_VERSION , 4):SUBDIRS += demo/VegeTablesPrice
#SUBDIRS += demo/GuiBuildTool
#SUBDIRS += demo/LearnCookieTest
#-----------------------------------------------------------------
#some test project
#SUBDIRS += test/gumbo_query_test
#SUBDIRS += test/customqvariant
2018-05-09 07:57:25 +08:00
#SUBDIRS += test/framelesshelperwidget
#SUBDIRS += test/treeviewtest
#SUBDIRS += test/bytearraytest
#!contains(QKIT_PRIVATE, iOS|iOSSimulator){
# SUBDIRS += test/cmdwidget
#}
#SUBDIRS += test/coretest
#SUBDIRS += test/tmpproj
2018-04-25 14:48:46 +08:00
#
#need QtSoap - WebSupport
##SUBDIRS += test/easter
#SUBDIRS += demo/soapQQtOnline
#
##need bluetooth library
#greaterThan(QT_MAJOR_VERSION , 4):SUBDIRS += test/qqtbtfileserver
2018-05-02 14:38:04 +08:00
#0000
#SUBDIRS += test/svgtest
2018-05-01 15:04:31 +08:00
#SUBDIRS += test/qqtdicttest
#必开
2018-05-02 14:38:04 +08:00
#SUBDIRS += test/qqtdicttest2
2018-05-01 15:04:31 +08:00
#必开
2018-05-02 14:38:04 +08:00
#SUBDIRS += test/giftest
2018-05-01 15:04:31 +08:00
#必开 这两个例子是关于QQtAudio的最好展示
2018-05-02 14:38:04 +08:00
#SUBDIRS += examples/qqtaudioexample
#111111
#greaterThan(QT_VERSION, 4.6.0):SUBDIRS += test/voicetest
2018-05-01 15:04:31 +08:00
#mac:lessThan(QT_MAJOR_VERSION , 5):SUBDIRS -= test/voicetest
#网络创建工具
2018-05-09 07:57:25 +08:00
#SUBDIRS += demo/QQtClientCreator
#SUBDIRS += demo/QQtServerCreator
2018-05-01 15:04:31 +08:00
#这边是个组合项,客户端和服务器一起的必看
#SUBDIRS += examples/qqtclientexample
#SUBDIRS += examples/qqtserverexample
#通信协议的复杂的例子
#SUBDIRS += examples/qqtnetworkexample
#udp 嵌入式linuxQt编译了udp支持默认是支持的
#SUBDIRS += examples/qqtudpexample
#lessThan(QT_VERSION , 5.8.0):SUBDIRS -= examples/qqtudpexample
2018-05-02 14:38:04 +08:00
#SUBDIRS += test/openglwidgettest
2018-05-14 10:31:30 +08:00
#SUBDIRS += test/osdtest
2018-05-05 15:17:18 +08:00
#SUBDIRS += test/inputtest
2018-05-06 17:05:20 +08:00
#SUBDIRS += demo/SysInfoNotify
2018-05-09 07:57:25 +08:00
#移除
#SUBDIRS += demo/TouchMonitor
#SUBDIRS += demo/TouchMonitorServer
2018-05-05 15:17:18 +08:00
2018-05-17 14:35:17 +08:00
SUBDIRS += test/QQtWidgetClickHelperTest