summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorkarsten.heimrich@theqtcompany.com <karsten.heimrich@theqtcompany.com>2014-11-21 12:39:26 +0100
committerKarsten Heimrich <karsten.heimrich@theqtcompany.com>2014-11-21 13:18:50 +0100
commit2e30849eb94cf6d72cbd105b02a94aa35681794c (patch)
tree502f35260b4673098607811b12dd72f5f32bd15e /tools
parente5cda8db3cf533d3412bff7b22b25c616501f679 (diff)
Small cosmetical changes, no functional.
Change-Id: Ic984503444187dfcfcfa83f82768bebb329381d0 Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/binarycreator/binarycreator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binarycreator/binarycreator.cpp b/tools/binarycreator/binarycreator.cpp
index 7f5ef0eb1..ea11a3405 100644
--- a/tools/binarycreator/binarycreator.cpp
+++ b/tools/binarycreator/binarycreator.cpp
@@ -725,7 +725,7 @@ int main(int argc, char **argv)
confInternal.setValue(QLatin1String("offlineOnly"), offlineOnly);
}
-#if defined(Q_OS_OSX)
+#ifdef Q_OS_OSX
// on mac, we enforce building a bundle
if (!target.endsWith(QLatin1String(".app")) && !target.endsWith(QLatin1String(".dmg")))
target += QLatin1String(".app");