1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
LibQQt/QQtExample_Temp.pro
tianduanrui 35ea0fd51b 简化Multi-link技术
修复windows下链接QQt.
2018-06-03 23:43:33 +08:00

63 lines
2.1 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样例工程入口
##不能随便编译,初始设置要求比较严格,请按照规程设置完整。
##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的链接能力
#zh这个测试过程过于复杂。
#废弃
#SUBDIRS += test/QQtMultiLinkTest
#在subdirs里面添加一次add_base_manager.pri是否可以影响全部子工程不会
#SUBDIRS += test/SubDirBaseManagerTest
########################################################################################
#支持添加开源的依赖项目
#这些工程用来测试添加依赖的成功与否
#所有的依赖添加pri都位于QQt/app-lib里暂时除了QQt的不能移动其他的pri都可以移动。
########################################################################################
########################################################################################
#Windows
#need OpenCV SDK
#SUBDIRS += examples/QQtOpenCVExample
#need OSG SDK
#need win SDK
#string is not a type?
#SUBDIRS += examples/QQtOpenSceneGraphExample
#need Qwt SDK
#SUBDIRS += test/QQtQwtTest
#need QwtPlot3D sdk
#SUBDIRS += test/QQtQwtPlot3DTest
#need FMOD lowlevel SDK
#SUBDIRS += test/QQtFMODTest
#need vlcQt libvlc library
#SUBDIRS += test/qqtliveplayer
########################################################################################
#macOS
#need log4cpp sdk
#SUBDIRS += test/qqtlog4cpptest
#need ffmpeg library
#SUBDIRS += test/qqtffmpegplayer
SUBDIRS += test/giftest