From 165b65f2174fc96a92f0dee2ed699a3ffd8c457b Mon Sep 17 00:00:00 2001 From: tianduanrui Date: Fri, 6 Apr 2018 09:23:43 +0800 Subject: [PATCH] update --- QQt.pro | 3 ++- usage.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/QQt.pro b/QQt.pro index 254e19ff..80b1d047 100644 --- a/QQt.pro +++ b/QQt.pro @@ -24,7 +24,8 @@ SUBDIRS += examples/exquisite #SUBDIRS += examples/tabwidgetexamples #SUBDIRS += examples/qrcodeexample #SUBDIRS += examples/qqtnetworkexample -#SUBDIRS += test/voicetest +# +SUBDIRS += test/voicetest mac:lessThan(QT_MAJOR_VERSION , 5):SUBDIRS -= test/voicetest #udp 嵌入式linux,Qt编译了udp支持,默认是支持的 #SUBDIRS += examples/qqtudpexample diff --git a/usage.md b/usage.md index 0caf2a3a..7dbad560 100644 --- a/usage.md +++ b/usage.md @@ -16,7 +16,7 @@ APP_DEPLOY_ROOT = /Users/abel/Develop/d1-product ![设置成功显示](screenshot/6.png) 如果设置成功,qmake应当显示如上例程的样子 -#V2.1.6更新链接QQt的方法 +# V2.1.6更新链接QQt的方法 ![链接QQt](screenshot/7.png "这是链接QQt的方法,pri都在LibQQt目录里") ![QQt内部pri的设置](screenshot/8.png "这是LibQQt需要设置的几个路径,这是新的版本,pri位置有改动")