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/speex-build
parent27a983d09443c7c9f41d46ba640106acb3423734 (diff)
Fix assignment spacing in pro files
Consistently use single space before assignment operator.
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.pro8
4 files changed, 7 insertions, 7 deletions
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