remove pointless mac scope
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>
Fri, 26 Apr 2013 11:35:09 +0000 (13:35 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 3 May 2013 17:37:13 +0000 (19:37 +0200)
this subdir is only entered on mac.
also, if this scope was actually skipped, the result would be rather
unexpected ...

Change-Id: Ie46b0bfcac081ff55b737c444d15ff6afaf1507b
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
src/macdeployqt/macdeployqt.pro

index 09ed698..a0d90b6 100644 (file)
@@ -1,7 +1,2 @@
-
-mac {
-
 TEMPLATE = subdirs
 SUBDIRS = macdeployqt macchangeqt
-
-}