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

96 lines
2.8 KiB
INI
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

##-----------------------------------------------------------------
##LibQQt主工程入口
##不能随便编译,初始设置要求比较严格,请按照规程设置完整。
##-----------------------------------------------------------------
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = src/qqt.pro
##-----------------------------------------------------------------
##Q1 V1
##-----------------------------------------------------------------
#第一种引用LibQQt的方法
#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的方式
#SUBDIRS += examples/qqtframe2
#
SUBDIRS += examples/exquisite
#
SUBDIRS += examples/tabwidgetexamples
#need QZXing, default closed.
#SUBDIRS += examples/qrcodeexample
#
SUBDIRS += examples/qqtnetworkexample
#
greaterThan(QT_VERSION, 4.6.0):SUBDIRS += test/voicetest
#
mac:lessThan(QT_MAJOR_VERSION , 5):SUBDIRS -= test/voicetest
#udp 嵌入式linuxQt编译了udp支持默认是支持的
#
SUBDIRS += examples/qqtudpexample
#
lessThan(QT_VERSION , 5.8.0):SUBDIRS -= examples/qqtudpexample
#
SUBDIRS += examples/qqtchartexample
#
#-----------------------------------------------------------------
#need webaccessmanager - WebSupport
#need QSsl
#need GumoQuery
#-----------------------------------------------------------------
#greaterThan(QT_MAJOR_VERSION , 4):SUBDIRS += examples/QtSdkManager
#greaterThan(QT_MAJOR_VERSION , 4):SUBDIRS += demo/VegeTablesPrice
#SUBDIRS += examples/GuiBuildTool
#SUBDIRS += test/LearnCookieTest
#-----------------------------------------------------------------
#some test project
#SUBDIRS += test/gumbo_query_test
#SUBDIRS += test/svgtest
#
SUBDIRS += test/customqvariant
#SUBDIRS += test/framelesshelperwidget
#
SUBDIRS += test/treeviewtest
#SUBDIRS += test/qqtdicttest
#
SUBDIRS += test/qqtdicttest2
#SUBDIRS += test/consoletest
#
SUBDIRS += test/bytearraytest
#!contains(QKIT_PRIVATE, iOS|iOSSimulator){
# SUBDIRS += test/cmdwidget
#}
#SUBDIRS += test/coretest
#
SUBDIRS += test/giftest
#SUBDIRS += test/tmpproj
#
#need QtSoap - WebSupport
##SUBDIRS += test/easter
#SUBDIRS += test/soapQQtOnline
#
##need bluetooth library
#greaterThan(QT_MAJOR_VERSION , 4):SUBDIRS += test/qqtbtfileserver