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

70 lines
2.2 KiB
Prolog
Raw Normal View History

2018-06-01 11:19:36 +08:00
##-----------------------------------------------------------------
##LibQQt样例工程入口
##不能随便编译,初始设置要求比较严格,请按照规程设置完整
##Example要编译必须先编译完LibQQt
##本Library基于Multi-link技术Example也是
##Example工程也就是App工程和Library工程不能放在一起编译,否则会引发 first time bug (add_deploy_library_on_mac).
##Library工程组和App工程组分开编译不会引发这个bug
##-----------------------------------------------------------------
TEMPLATE = subdirs
SUBDIRS =
#need webkit webkitwidgets - WebSupport
#webengine
#ignored
#lessThan(QT_MAJOR_VERSION , 5):SUBDIRS += test/qqtwebkittest
#lessThan(QT_MAJOR_VERSION , 5):SUBDIRS += test/qqtwebclient
#用于测试Multi-link对其他的lib的链接能力
2018-06-01 14:04:48 +08:00
#zh这个测试过程过于复杂
#废弃
2018-06-01 11:19:36 +08:00
#SUBDIRS += test/QQtMultiLinkTest
2018-06-01 14:04:48 +08:00
#在subdirs里面添加一次add_base_manager.pri是否可以影响全部子工程不会
#SUBDIRS += test/SubDirBaseManagerTest
2018-06-01 11:19:36 +08:00
########################################################################################
#支持添加开源的依赖项目
#这些工程用来测试添加依赖的成功与否
#所有的依赖添加pri都位于QQt/app-lib里暂时除了QQt的不能移动其他的pri都可以移动
########################################################################################
2018-06-03 15:38:01 +08:00
########################################################################################
#Windows
2018-06-01 11:19:36 +08:00
#need OpenCV SDK
2018-06-05 07:13:07 +08:00
#SUBDIRS += examples/QQtOpenCVExample
2018-06-01 11:19:36 +08:00
#need OSG SDK
#need win SDK
2018-06-02 20:52:43 +08:00
#string is not a type?
2018-06-05 07:13:07 +08:00
#SUBDIRS += examples/QQtOpenSceneGraphExample
2018-06-01 11:19:36 +08:00
#need Qwt SDK
2018-06-05 07:13:07 +08:00
#SUBDIRS += test/QQtQwtTest
2018-06-01 14:04:48 +08:00
#need QwtPlot3D sdk
2018-06-05 07:13:07 +08:00
#SUBDIRS += test/QQtQwtPlot3DTest
2018-06-01 14:04:48 +08:00
2018-06-03 15:38:01 +08:00
#need FMOD lowlevel SDK
2018-06-05 07:13:07 +08:00
#SUBDIRS += test/QQtFMODTest
2018-06-03 15:38:01 +08:00
#need vlcQt libvlc library
2018-06-05 07:13:07 +08:00
#SUBDIRS += test/qqtliveplayer
2018-06-03 15:38:01 +08:00
########################################################################################
#macOS
2018-06-01 14:04:48 +08:00
#need log4cpp sdk
2018-06-04 00:50:46 +08:00
#macOS无故会记忆过去的链接位置无解
2018-06-05 07:13:07 +08:00
#SUBDIRS += test/qqtlog4cpptest
2018-06-03 15:38:01 +08:00
#need ffmpeg library
2018-06-05 20:30:48 +08:00
#SUBDIRS += test/qqtffmpegplayer
2018-06-04 00:50:46 +08:00
#测试libQQt的链接
2018-06-05 22:15:08 +08:00
#
SUBDIRS += test/giftest
2018-06-06 18:48:21 +08:00
########################################################################################
#macOS Windows