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

42 lines
1.5 KiB
Prolog
Raw Normal View History

2018-05-29 19:06:33 +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
2018-05-29 21:54:12 +08:00
SUBDIRS =
2018-05-29 19:06:33 +08:00
#need vlcQt libvlc library
#SUBDIRS += test/qqtliveplayer
#need ffmpeg library
2018-05-31 08:57:01 +08:00
#SUBDIRS += test/qqtffmpegplayer
2018-05-29 19:06:33 +08:00
#need webkit webkitwidgets - WebSupport
#webengine
#ignored
#lessThan(QT_MAJOR_VERSION , 5):SUBDIRS += test/qqtwebkittest
#lessThan(QT_MAJOR_VERSION , 5):SUBDIRS += test/qqtwebclient
2018-05-31 02:12:36 +08:00
#用于测试Multi-link对其他的lib的链接能力
#SUBDIRS += test/QQtMultiLinkTest
########################################################################################
#支持添加开源的依赖项目
#这些工程用来测试添加依赖的成功与否
#所有的依赖添加pri都位于QQt/app-lib里暂时除了QQt的不能移动其他的pri都可以移动
########################################################################################
#need OpenCV SDK
#SUBDIRS += examples/QQtOpenCVExample
2018-05-29 19:06:33 +08:00
2018-05-31 02:12:36 +08:00
#need OSG SDK
#need win SDK
2018-05-29 21:54:12 +08:00
#SUBDIRS += examples/QQtOpenSceneGraphExample
2018-05-30 22:16:00 +08:00
2018-05-31 02:12:36 +08:00
#need Qwt SDK
2018-05-31 02:03:13 +08:00
#
SUBDIRS += test/QQtQwtTest