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:
authorJan Klass <kissaki@posteo.de>2017-08-05 21:44:00 +0300
committerJan Klass <kissaki@posteo.de>2017-08-05 21:44:00 +0300
commit23e763888f3cea6613ca16d026e8d9e23d8f66b6 (patch)
tree62ca49b3a2be0268cf57d5f76295b89d455ce2fb /3rdparty
parent27a983d09443c7c9f41d46ba640106acb3423734 (diff)
Fix assignment spacing in pro files
Consistently use single space before assignment operator.
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/celt-0.11.0-build/celt-0.11.0-build.pro6
-rw-r--r--3rdparty/celt-0.7.0-build/celt-0.7.0-build.pro6
-rw-r--r--3rdparty/mach-override-build/mach-override-build.pro6
-rw-r--r--3rdparty/minhook-build/minhook-build.pro6
-rw-r--r--3rdparty/opus-build/opus-build.pro2
-rw-r--r--3rdparty/sbcelt-lib-build/sbcelt-lib-build.pro6
-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.pro8
-rw-r--r--3rdparty/xinputcheck-build/xinputcheck-build.pro6
11 files changed, 26 insertions, 26 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 1d8c614c0..9b29af8da 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
@@ -14,7 +14,7 @@ TEMPLATE = lib
CONFIG -= qt
CONFIG += debug_and_release
CONFIG += no_include_pwd
-VPATH = ../$$SOURCEDIR/libcelt
+VPATH = ../$$SOURCEDIR/libcelt
TARGET = celt0
RC_FILE = celt-0.11.0.rc
DEFINES += HAVE_CONFIG_H
@@ -68,11 +68,11 @@ SOURCES *= bands.c celt.c cwrs.c entcode.c entdec.c entenc.c header.c kiss_fft.c
CONFIG(debug, debug|release) {
CONFIG += console
- DESTDIR = ../../debug
+ DESTDIR = ../../debug
}
CONFIG(release, debug|release) {
- DESTDIR = ../../release
+ DESTDIR = ../../release
}
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 0ff2206d3..abfadbd4b 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
@@ -16,7 +16,7 @@ CONFIG += debug_and_release
CONFIG -= warn_on
CONFIG += warn_off
CONFIG += no_include_pwd
-VPATH = ../$$SOURCEDIR/libcelt
+VPATH = ../$$SOURCEDIR/libcelt
TARGET = celt0
RC_FILE = celt-0.7.0.rc
DEFINES += HAVE_CONFIG_H
@@ -75,11 +75,11 @@ SOURCES *= bands.c celt.c cwrs.c entcode.c entdec.c entenc.c header.c kiss_fft.c
CONFIG(debug, debug|release) {
CONFIG += console
- DESTDIR = ../../debug
+ DESTDIR = ../../debug
}
CONFIG(release, debug|release) {
- DESTDIR = ../../release
+ DESTDIR = ../../release
}
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 86eabd27b..f0c031741 100644
--- a/3rdparty/mach-override-build/mach-override-build.pro
+++ b/3rdparty/mach-override-build/mach-override-build.pro
@@ -10,11 +10,11 @@ SOURCEDIR=$$replace(BUILDDIR,-build,-src)
CONFIG(debug, debug|release) {
CONFIG += console
- DESTDIR = ../../debug
+ DESTDIR = ../../debug
}
CONFIG(release, debug|release) {
- DESTDIR = ../../release
+ DESTDIR = ../../release
}
TEMPLATE = lib
@@ -30,7 +30,7 @@ CONFIG += x86_64 x86
CONFIG += warn_off
}
-VPATH = ../mach-override-src
+VPATH = ../mach-override-src
TARGET = mach-override
INCLUDEPATH = ../mach-override-src/ ../mach-override-src/libudis86
diff --git a/3rdparty/minhook-build/minhook-build.pro b/3rdparty/minhook-build/minhook-build.pro
index 5d1e15862..06b851e61 100644
--- a/3rdparty/minhook-build/minhook-build.pro
+++ b/3rdparty/minhook-build/minhook-build.pro
@@ -11,18 +11,18 @@ SOURCEDIR=$$replace(BUILDDIR,-build,-src)
CONFIG(debug, debug|release) {
CONFIG += console
- DESTDIR = ../../debug
+ DESTDIR = ../../debug
}
CONFIG(release, debug|release) {
- DESTDIR = ../../release
+ DESTDIR = ../../release
}
TEMPLATE = lib
CONFIG -= qt
CONFIG += debug_and_release
CONFIG += staticlib
-VPATH = ../$$SOURCEDIR
+VPATH = ../$$SOURCEDIR
TARGET = minhook
INCLUDEPATH *= ../$$SOURCEDIR/src ../$$SOURCEDIR/src/hde ../$$SOURCEDIR/include
DEFINES += WIN32 _WINDOWS _USRDLL MINHOOK_EXPORTS
diff --git a/3rdparty/opus-build/opus-build.pro b/3rdparty/opus-build/opus-build.pro
index cb7d1f57a..2d51ec253 100644
--- a/3rdparty/opus-build/opus-build.pro
+++ b/3rdparty/opus-build/opus-build.pro
@@ -16,7 +16,7 @@ TEMPLATE = lib
CONFIG -= qt
CONFIG += debug_and_release
CONFIG += no_include_pwd
-VPATH = ../$$SOURCEDIR
+VPATH = ../$$SOURCEDIR
TARGET = opus
DEFINES += HAVE_CONFIG_H
diff --git a/3rdparty/sbcelt-lib-build/sbcelt-lib-build.pro b/3rdparty/sbcelt-lib-build/sbcelt-lib-build.pro
index 6b523ebbd..1ed09f417 100644
--- a/3rdparty/sbcelt-lib-build/sbcelt-lib-build.pro
+++ b/3rdparty/sbcelt-lib-build/sbcelt-lib-build.pro
@@ -25,7 +25,7 @@ CONFIG += debug_and_release
CONFIG -= warn_on
CONFIG += warn_off
CONFIG += static
-VPATH = ../$$SOURCEDIR/lib
+VPATH = ../$$SOURCEDIR/lib
TARGET = sbcelt
INCLUDEPATH = $$CELTDIR/libcelt
DEFINES += SBCELT_PREFIX_API
@@ -54,11 +54,11 @@ macx {
CONFIG(debug, debug|release) {
CONFIG += console
- DESTDIR = ../../debug
+ DESTDIR = ../../debug
}
CONFIG(release, debug|release) {
- DESTDIR = ../../release
+ DESTDIR = ../../release
}
include(../../qmake/symbols.pri)
diff --git a/3rdparty/speex-build/AGC.pro b/3rdparty/speex-build/AGC.pro
index cef7c9297..cd2e0f0b4 100644
--- a/3rdparty/speex-build/AGC.pro
+++ b/3rdparty/speex-build/AGC.pro
@@ -1,6 +1,6 @@
include(../../qmake/compiler.pri)
-TEMPLATE =app
+TEMPLATE =app
CONFIG += qt warn_on release console
QT -= gui
TARGET = AGC
diff --git a/3rdparty/speex-build/ResampMark.pro b/3rdparty/speex-build/ResampMark.pro
index 7b741cce0..d3385b2f4 100644
--- a/3rdparty/speex-build/ResampMark.pro
+++ b/3rdparty/speex-build/ResampMark.pro
@@ -1,6 +1,6 @@
include(../../qmake/compiler.pri)
-TEMPLATE =app
+TEMPLATE =app
CONFIG += qt warn_on release console
QT -= gui
TARGET = ResampMark
diff --git a/3rdparty/speex-build/SpeexMark.pro b/3rdparty/speex-build/SpeexMark.pro
index 5ab7d0f0b..3c2f763a3 100644
--- a/3rdparty/speex-build/SpeexMark.pro
+++ b/3rdparty/speex-build/SpeexMark.pro
@@ -1,6 +1,6 @@
include(../../qmake/compiler.pri)
-TEMPLATE =app
+TEMPLATE =app
CONFIG += qt warn_on release console
QT -= gui
TARGET = SpeexMark
diff --git a/3rdparty/speex-build/speex-build.pro b/3rdparty/speex-build/speex-build.pro
index 451a91f42..f9f6930c9 100644
--- a/3rdparty/speex-build/speex-build.pro
+++ b/3rdparty/speex-build/speex-build.pro
@@ -15,11 +15,11 @@ include(../../qmake/compiler.pri)
CONFIG(debug, debug|release) {
CONFIG += console
- DESTDIR = ../../debug
+ DESTDIR = ../../debug
}
CONFIG(release, debug|release) {
- DESTDIR = ../../release
+ DESTDIR = ../../release
}
TEMPLATE = lib
@@ -34,7 +34,7 @@ CONFIG += no_include_pwd
# below, and nmake is unable to figure out how to handle
# that.
CONFIG += no_batch
-VPATH = ../speex-src/libspeex ../speexdsp-src/libspeexdsp
+VPATH = ../speex-src/libspeex ../speexdsp-src/libspeexdsp
TARGET = speex
DEFINES += NDEBUG HAVE_CONFIG_H
@@ -61,7 +61,7 @@ win32 {
}
}
- SOURCES *= mumble_speex_init.c
+ SOURCES *= mumble_speex_init.c
CONFIG -= static
CONFIG += shared
diff --git a/3rdparty/xinputcheck-build/xinputcheck-build.pro b/3rdparty/xinputcheck-build/xinputcheck-build.pro
index 1404fde09..afa423676 100644
--- a/3rdparty/xinputcheck-build/xinputcheck-build.pro
+++ b/3rdparty/xinputcheck-build/xinputcheck-build.pro
@@ -9,7 +9,7 @@ CONFIG += debug_and_release
CONFIG -= warn_on
CONFIG += warn_off
CONFIG += static
-VPATH = ../xinputcheck-src
+VPATH = ../xinputcheck-src
TARGET = xinputcheck
INCLUDEPATH = ../$$SOURCEDIR
@@ -17,11 +17,11 @@ SOURCES *= xinputcheck.cpp
CONFIG(debug, debug|release) {
CONFIG += console
- DESTDIR = ../../debug
+ DESTDIR = ../../debug
}
CONFIG(release, debug|release) {
- DESTDIR = ../../release
+ DESTDIR = ../../release
}
include(../../qmake/symbols.pri)