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

close example

This commit is contained in:
AbelTian 2018-04-24 11:57:14 +08:00
parent fb540c4e96
commit ab1ab1e7d5
2 changed files with 6 additions and 8 deletions

View File

@ -6,4 +6,4 @@ TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = src/qqt.pro
SUBDIRS += QQtExample.pro
#SUBDIRS += QQtExample.pro

View File

@ -48,13 +48,11 @@ SUBDIRS += examples/qqtaudioexample
#必开 客户端的 basic
SUBDIRS += examples/qqtnetworkexample
#这边是个组合项,客户端和服务器一起的
contains(DEFINES, __HIGHGRADE__) {
SUBDIRS += examples/qqtclientexample
SUBDIRS += demo/QQtClientCreator
#服务器的 highgrade
SUBDIRS += examples/qqtserverexample
SUBDIRS += demo/QQtServerCreator
}
#SUBDIRS += examples/qqtclientexample
#SUBDIRS += demo/QQtClientCreator
#服务器的 highgrade
#SUBDIRS += examples/qqtserverexample
#SUBDIRS += demo/QQtServerCreator
#greaterThan(QT_VERSION, 4.6.0):SUBDIRS += test/voicetest
#mac:lessThan(QT_MAJOR_VERSION , 5):SUBDIRS -= test/voicetest