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
parent03908a0162540e3dfcdc2dc2102ab3b32cd08a88 (diff)
Move .pri files and "toolchain" folder in "qmake"
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/celt-0.11.0-build/celt-0.11.0-build.pro4
-rw-r--r--3rdparty/celt-0.7.0-build/celt-0.7.0-build.pro4
-rw-r--r--3rdparty/mach-override-build/mach-override-build.pro2
-rw-r--r--3rdparty/minhook-build/minhook-build.pro2
-rw-r--r--3rdparty/opus-build/opus-build.pro4
-rw-r--r--3rdparty/sbcelt-helper-build/sbcelt-helper-build.pro4
-rw-r--r--3rdparty/sbcelt-lib-build/sbcelt-lib-build.pro4
-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
-rw-r--r--3rdparty/xinputcheck-build/xinputcheck-build.pro4
12 files changed, 18 insertions, 18 deletions
diff --git a/3rdparty/celt-0.11.0-build/celt-0.11.0-build.pro b/3rdparty/celt-0.11.0-build/celt-0.11.0-build.pro
index 6cbcaa4d9..0be7db2ba 100644
--- a/3rdparty/celt-0.11.0-build/celt-0.11.0-build.pro
+++ b/3rdparty/celt-0.11.0-build/celt-0.11.0-build.pro
@@ -1,4 +1,4 @@
-include(../../compiler.pri)
+include(../../qmake/compiler.pri)
BUILDDIR=$$basename(PWD)
SOURCEDIR=$$replace(BUILDDIR,-build,-src)
@@ -67,4 +67,4 @@ CONFIG(release, debug|release) {
DESTDIR = ../../release
}
-include(../../symbols.pri)
+include(../../qmake/symbols.pri)
diff --git a/3rdparty/celt-0.7.0-build/celt-0.7.0-build.pro b/3rdparty/celt-0.7.0-build/celt-0.7.0-build.pro
index 68259d3d0..fc52f57d1 100644
--- a/3rdparty/celt-0.7.0-build/celt-0.7.0-build.pro
+++ b/3rdparty/celt-0.7.0-build/celt-0.7.0-build.pro
@@ -1,4 +1,4 @@
-include(../../compiler.pri)
+include(../../qmake/compiler.pri)
BUILDDIR=$$basename(PWD)
SOURCEDIR=$$replace(BUILDDIR,-build,-src)
@@ -74,4 +74,4 @@ CONFIG(release, debug|release) {
DESTDIR = ../../release
}
-include(../../symbols.pri)
+include(../../qmake/symbols.pri)
diff --git a/3rdparty/mach-override-build/mach-override-build.pro b/3rdparty/mach-override-build/mach-override-build.pro
index 1afe17ff5..86eabd27b 100644
--- a/3rdparty/mach-override-build/mach-override-build.pro
+++ b/3rdparty/mach-override-build/mach-override-build.pro
@@ -1,4 +1,4 @@
-include(../../compiler.pri)
+include(../../qmake/compiler.pri)
BUILDDIR=$$basename(PWD)
SOURCEDIR=$$replace(BUILDDIR,-build,-src)
diff --git a/3rdparty/minhook-build/minhook-build.pro b/3rdparty/minhook-build/minhook-build.pro
index 26ca56e3a..82795641b 100644
--- a/3rdparty/minhook-build/minhook-build.pro
+++ b/3rdparty/minhook-build/minhook-build.pro
@@ -1,5 +1,5 @@
CONFIG += force-x86_64-toolchain
-include(../../compiler.pri)
+include(../../qmake/compiler.pri)
BUILDDIR=$$basename(PWD)
SOURCEDIR=$$replace(BUILDDIR,-build,-src)
diff --git a/3rdparty/opus-build/opus-build.pro b/3rdparty/opus-build/opus-build.pro
index cfb777182..a7de5ed3e 100644
--- a/3rdparty/opus-build/opus-build.pro
+++ b/3rdparty/opus-build/opus-build.pro
@@ -1,4 +1,4 @@
-include(../../compiler.pri)
+include(../../qmake/compiler.pri)
BUILDDIR=$$basename(PWD)
SOURCEDIR=$$replace(BUILDDIR,-build,-src)
@@ -281,4 +281,4 @@ macx:!CONFIG(static) {
ALL_DEPS += libname
}
-include(../../symbols.pri)
+include(../../qmake/symbols.pri)
diff --git a/3rdparty/sbcelt-helper-build/sbcelt-helper-build.pro b/3rdparty/sbcelt-helper-build/sbcelt-helper-build.pro
index 2b504c750..eb07e4afa 100644
--- a/3rdparty/sbcelt-helper-build/sbcelt-helper-build.pro
+++ b/3rdparty/sbcelt-helper-build/sbcelt-helper-build.pro
@@ -1,4 +1,4 @@
-include (../../compiler.pri)
+include (../../qmake/compiler.pri)
BUILDDIR=$$basename(PWD)
SOURCEDIR=$$replace(BUILDDIR,-helper-build,-src)
@@ -76,4 +76,4 @@ CONFIG(debug, debug|release) {
DESTDIR = ../../debug/
}
-include(../../symbols.pri)
+include(../../qmake/symbols.pri)
diff --git a/3rdparty/sbcelt-lib-build/sbcelt-lib-build.pro b/3rdparty/sbcelt-lib-build/sbcelt-lib-build.pro
index dae0c83f4..69cb94252 100644
--- a/3rdparty/sbcelt-lib-build/sbcelt-lib-build.pro
+++ b/3rdparty/sbcelt-lib-build/sbcelt-lib-build.pro
@@ -1,4 +1,4 @@
-include(../../compiler.pri)
+include(../../qmake/compiler.pri)
BUILDDIR=$$basename(PWD)
SOURCEDIR=$$replace(BUILDDIR,-lib-build,-src)
@@ -61,4 +61,4 @@ CONFIG(release, debug|release) {
DESTDIR = ../../release
}
-include(../../symbols.pri)
+include(../../qmake/symbols.pri)
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:")
diff --git a/3rdparty/xinputcheck-build/xinputcheck-build.pro b/3rdparty/xinputcheck-build/xinputcheck-build.pro
index edbf78bdc..1404fde09 100644
--- a/3rdparty/xinputcheck-build/xinputcheck-build.pro
+++ b/3rdparty/xinputcheck-build/xinputcheck-build.pro
@@ -1,4 +1,4 @@
-include(../../compiler.pri)
+include(../../qmake/compiler.pri)
BUILDDIR=$$basename(PWD)
SOURCEDIR=$$replace(BUILDDIR,-lib-build,-src)
@@ -24,4 +24,4 @@ CONFIG(release, debug|release) {
DESTDIR = ../../release
}
-include(../../symbols.pri)
+include(../../qmake/symbols.pri)