Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Beatrici <davidebeatrici@gmail.com>2017-03-05 15:20:12 +0300
committerDavide Beatrici <davidebeatrici@gmail.com>2017-03-05 17:48:16 +0300
commitd04995899a6c9fbd0b738c2aa2acc2499e83bfd9 (patch)
tree325a77aff33fa5136f265c97776bcb05881efc0d /3rdparty/speex-build
parent03908a0162540e3dfcdc2dc2102ab3b32cd08a88 (diff)
Move .pri files and "toolchain" folder in "qmake"
Diffstat (limited to '3rdparty/speex-build')
-rw-r--r--3rdparty/speex-build/AGC.pro2
-rw-r--r--3rdparty/speex-build/ResampMark.pro2
-rw-r--r--3rdparty/speex-build/SpeexMark.pro2
-rw-r--r--3rdparty/speex-build/speex-build.pro2
4 files changed, 4 insertions, 4 deletions
diff --git a/3rdparty/speex-build/AGC.pro b/3rdparty/speex-build/AGC.pro
index fd8e7fb78..cef7c9297 100644
--- a/3rdparty/speex-build/AGC.pro
+++ b/3rdparty/speex-build/AGC.pro
@@ -1,4 +1,4 @@
-include(../../compiler.pri)
+include(../../qmake/compiler.pri)
TEMPLATE =app
CONFIG += qt warn_on release console
diff --git a/3rdparty/speex-build/ResampMark.pro b/3rdparty/speex-build/ResampMark.pro
index 03ed771ab..7b741cce0 100644
--- a/3rdparty/speex-build/ResampMark.pro
+++ b/3rdparty/speex-build/ResampMark.pro
@@ -1,4 +1,4 @@
-include(../../compiler.pri)
+include(../../qmake/compiler.pri)
TEMPLATE =app
CONFIG += qt warn_on release console
diff --git a/3rdparty/speex-build/SpeexMark.pro b/3rdparty/speex-build/SpeexMark.pro
index ae9c3bfab..5ab7d0f0b 100644
--- a/3rdparty/speex-build/SpeexMark.pro
+++ b/3rdparty/speex-build/SpeexMark.pro
@@ -1,4 +1,4 @@
-include(../../compiler.pri)
+include(../../qmake/compiler.pri)
TEMPLATE =app
CONFIG += qt warn_on release console
diff --git a/3rdparty/speex-build/speex-build.pro b/3rdparty/speex-build/speex-build.pro
index ceb8c4b02..755665a15 100644
--- a/3rdparty/speex-build/speex-build.pro
+++ b/3rdparty/speex-build/speex-build.pro
@@ -1,4 +1,4 @@
-include(../../compiler.pri)
+include(../../qmake/compiler.pri)
!exists(../speex-src/COPYING) | !exists(../speexdsp-src/COPYING) {
message("The speex-src/ or speexdsp-src/ directories were not found. You need to do one of the following:")