summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-04-26 13:35:09 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-03 19:37:13 +0200
commit05b531fc31913ddc46fc9ea8f93f0837a0557bac (patch)
tree34767198b15445ad2f4c8b3e20ee56a170315a82
parenta5b2aa0ae8f9fc5b73f0c3f3f01a5c1f1d8119ed (diff)
remove pointless mac scope
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>
-rw-r--r--src/macdeployqt/macdeployqt.pro5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/macdeployqt/macdeployqt.pro b/src/macdeployqt/macdeployqt.pro
index 09ed6989a..a0d90b640 100644
--- a/src/macdeployqt/macdeployqt.pro
+++ b/src/macdeployqt/macdeployqt.pro
@@ -1,7 +1,2 @@
-
-mac {
-
TEMPLATE = subdirs
SUBDIRS = macdeployqt macchangeqt
-
-}