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

use newer multi-link

This commit is contained in:
tianduanrui 2018-06-08 08:30:44 +08:00
parent f18adcc8ad
commit 2f450a5a82
4 changed files with 11 additions and 7 deletions

View File

@ -47,8 +47,7 @@ SUBDIRS =
#SUBDIRS += test/QQtQwtPlot3DTest #SUBDIRS += test/QQtQwtPlot3DTest
#need FMOD lowlevel SDK #need FMOD lowlevel SDK
# #SUBDIRS += test/QQtFMODTest
SUBDIRS += test/QQtFMODTest
#need vlcQt libvlc library #need vlcQt libvlc library
#SUBDIRS += test/qqtliveplayer #SUBDIRS += test/qqtliveplayer
@ -59,9 +58,6 @@ SUBDIRS += test/QQtFMODTest
#macOS无故会记忆过去的链接位置无解 #macOS无故会记忆过去的链接位置无解
#SUBDIRS += test/qqtlog4cpptest #SUBDIRS += test/qqtlog4cpptest
#测试libQQt的链接
#SUBDIRS += test/giftest
######################################################################################## ########################################################################################
#macOS Windows #macOS Windows
#need ffmpeg library #need ffmpeg library
@ -70,5 +66,7 @@ SUBDIRS += test/QQtFMODTest
######################################################################################## ########################################################################################
#macOS Windows linux #macOS Windows linux
#测试libQQt的链接
#SUBDIRS += test/giftest
SUBDIRS += test/voicetest

@ -1 +1 @@
Subproject commit 45dc6a1f0ac826faa084e20112c07a8f43e95787 Subproject commit 8c56e357b65dcec376a150eca74060d940e6177b

View File

@ -493,7 +493,11 @@ void MainWindow::on_pushButton_7_clicked()
QQtWavSound ( res ( "9612.wav" ) ); QQtWavSound ( res ( "9612.wav" ) );
} }
#ifdef __ANDROID__
#define TMPFILE "/data/data/temp.wav"
#else
#define TMPFILE "./temp.wav" #define TMPFILE "./temp.wav"
#endif
void MainWindow::on_pushButton_8_clicked() void MainWindow::on_pushButton_8_clicked()
{ {

View File

@ -66,3 +66,5 @@ add_dependent_manager(QQt)
#发布配置文件 把AppRoot里的配置项目拷贝到运行目录和发布目录 #发布配置文件 把AppRoot里的配置项目拷贝到运行目录和发布目录
add_deploy_config($${PWD}/AppRoot) add_deploy_config($${PWD}/AppRoot)
message($$ANDROID_EXTRA_LIBS)