From 2e30849eb94cf6d72cbd105b02a94aa35681794c Mon Sep 17 00:00:00 2001 From: "karsten.heimrich@theqtcompany.com" Date: Fri, 21 Nov 2014 12:39:26 +0100 Subject: Small cosmetical changes, no functional. Change-Id: Ic984503444187dfcfcfa83f82768bebb329381d0 Reviewed-by: Niels Weber --- tools/binarycreator/binarycreator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/binarycreator') 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"); -- cgit v1.2.3