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
path: root/macx
diff options
context:
space:
mode:
authorJan Klass <kissaki@posteo.de>2017-08-05 21:37:19 +0300
committerJan Klass <kissaki@posteo.de>2017-08-05 21:37:19 +0300
commit27a983d09443c7c9f41d46ba640106acb3423734 (patch)
treefcd94c93abde34927e6ded58c29a89f897ef6daf /macx
parenta3f0eb680e0a83451111e6115f1b6b1aa16c4f2a (diff)
Fix indentation in pro files
Make them consistently two spaces indentation. In two places a wrong indentation level was fixed.
Diffstat (limited to 'macx')
-rw-r--r--macx/compat/compat.pro14
-rw-r--r--macx/osax/osax.pro4
2 files changed, 9 insertions, 9 deletions
diff --git a/macx/compat/compat.pro b/macx/compat/compat.pro
index 5875a4105..04308946d 100644
--- a/macx/compat/compat.pro
+++ b/macx/compat/compat.pro
@@ -14,17 +14,17 @@ CONFIG -= qt app_bundle
CONFIG += debug_and_release
isEqual(QT_MAJOR_VERSION, 5) {
- QMAKE_CFLAGS += -arch i386
- QMAKE_OBJECTIVE_CFLAGS += -arch i386
- QMAKE_CXXFLAGS += -arch i386
- QMAKE_LFLAGS += -arch i386
+ QMAKE_CFLAGS += -arch i386
+ QMAKE_OBJECTIVE_CFLAGS += -arch i386
+ QMAKE_CXXFLAGS += -arch i386
+ QMAKE_LFLAGS += -arch i386
} else {
- CONFIG -= x86_64
- CONFIG += x86
+ CONFIG -= x86_64
+ CONFIG += x86
}
CONFIG(universal) {
- CONFIG += ppc
+ CONFIG += ppc
}
TARGET = Mumble.compat
diff --git a/macx/osax/osax.pro b/macx/osax/osax.pro
index 48a473c41..59c5402bb 100644
--- a/macx/osax/osax.pro
+++ b/macx/osax/osax.pro
@@ -10,7 +10,7 @@ include(../../qmake/compiler.pri)
CONFIG += x86_64 x86 debug_and_release
CONFIG(universal) {
- CONFIG += ppc
+ CONFIG += ppc
}
TEMPLATE = lib
@@ -18,7 +18,7 @@ CONFIG += plugin plugin_bundle
CONFIG -= gui qt
CONFIG(static) {
- CONFIG -= static
+ CONFIG -= static
}
TARGET = MumbleOverlay