From ab1ab1e7d5a7a76c98c589a064e39c8ddabcb4a8 Mon Sep 17 00:00:00 2001 From: AbelTian <2407223896@qq.com> Date: Tue, 24 Apr 2018 11:57:14 +0800 Subject: [PATCH] close example --- QQt.pro | 2 +- QQtExample.pro | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/QQt.pro b/QQt.pro index cd6a5302..e2a5b764 100644 --- a/QQt.pro +++ b/QQt.pro @@ -6,4 +6,4 @@ TEMPLATE = subdirs CONFIG += ordered SUBDIRS = src/qqt.pro -SUBDIRS += QQtExample.pro +#SUBDIRS += QQtExample.pro diff --git a/QQtExample.pro b/QQtExample.pro index 55b7e945..7f930def 100644 --- a/QQtExample.pro +++ b/QQtExample.pro @@ -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