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 /overlay
parent27a983d09443c7c9f41d46ba640106acb3423734 (diff)
Fix assignment spacing in pro files
Consistently use single space before assignment operator.
Diffstat (limited to 'overlay')
-rw-r--r--overlay/overlay-shared.pro8
-rw-r--r--overlay/overlay_exe/overlay_exe-shared.pro4
2 files changed, 6 insertions, 6 deletions
diff --git a/overlay/overlay-shared.pro b/overlay/overlay-shared.pro
index e7346ea3a..c12d9c7bb 100644
--- a/overlay/overlay-shared.pro
+++ b/overlay/overlay-shared.pro
@@ -22,11 +22,11 @@ DIST = overlay.h overlay.fx HardHook.h
DEFINES -= UNICODE
-QMAKE_CXXFLAGS_RELEASE -= -MD
-QMAKE_CXXFLAGS_DEBUG -= -MDd
+QMAKE_CXXFLAGS_RELEASE -= -MD
+QMAKE_CXXFLAGS_DEBUG -= -MDd
-QMAKE_CXXFLAGS_RELEASE *= -MT
-QMAKE_CXXFLAGS_DEBUG *= -MTd
+QMAKE_CXXFLAGS_RELEASE *= -MT
+QMAKE_CXXFLAGS_DEBUG *= -MTd
LIBS *= -ldxguid -luuid -lole32 -luser32 -ladvapi32
LIBS *= -ld3d9 -ld3d10 -ld3d11 -ld3dcompiler -ldxgi
diff --git a/overlay/overlay_exe/overlay_exe-shared.pro b/overlay/overlay_exe/overlay_exe-shared.pro
index 844e293d9..c2c6ffefb 100644
--- a/overlay/overlay_exe/overlay_exe-shared.pro
+++ b/overlay/overlay_exe/overlay_exe-shared.pro
@@ -32,12 +32,12 @@ QMAKE_POST_LINK = $$QMAKE_POST_LINK$$escape_expand(\\n\\t)$$quote(mt.exe -nologo
CONFIG(debug, debug|release) {
CONFIG += console
DEFINES *= DEBUG
- DESTDIR = ../../debug
+ DESTDIR = ../../debug
}
CONFIG(release, debug|release) {
DEFINES *= NDEBUG
- DESTDIR = ../../release
+ DESTDIR = ../../release
}
include(../../qmake/symbols.pri)