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

update example

This commit is contained in:
tianduanrui 2019-07-09 19:54:39 +08:00
parent 8c774b9ded
commit bfa3ca7acf
2 changed files with 7 additions and 8 deletions

View File

@ -80,10 +80,8 @@ SUBDIRS += test/qqtdicttest2
#SUBDIRS += test/giftest
#必开 这个例子是关于LibQQt MultiMedia的最好展示
#
greaterThan(QT_VERSION, 4.6.0):SUBDIRS += test/voicetest
#
mac:lessThan(QT_MAJOR_VERSION , 5):SUBDIRS -= test/voicetest
SUBDIRS += test/voicetest
SUBDIRS += test/voicetest2
SUBDIRS += test/videotest
SUBDIRS += test/videotest2
SUBDIRS += test/videotest3

View File

@ -109,10 +109,11 @@ SUBDIRS += test/qqtdicttest2
SUBDIRS += test/giftest
#必开 这个例子是关于LibQQt MultiMedia的最好展示
#
greaterThan(QT_VERSION, 4.6.0):SUBDIRS += test/voicetest
#
mac:lessThan(QT_MAJOR_VERSION , 5):SUBDIRS -= test/voicetest
SUBDIRS += test/voicetest
SUBDIRS += test/voicetest2
SUBDIRS += test/videotest
SUBDIRS += test/videotest2
SUBDIRS += test/videotest3
#
SUBDIRS += examples/qqtclientexample
#