diff options
author | Oswald Buddenhagen <oswald.buddenhagen@digia.com> | 2013-04-26 13:35:09 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-05-03 19:37:13 +0200 |
commit | 05b531fc31913ddc46fc9ea8f93f0837a0557bac (patch) | |
tree | 34767198b15445ad2f4c8b3e20ee56a170315a82 /src/macdeployqt/macdeployqt.pro | |
parent | a5b2aa0ae8f9fc5b73f0c3f3f01a5c1f1d8119ed (diff) | |
download | qttools-05b531fc31913ddc46fc9ea8f93f0837a0557bac.tar.gz |
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>
Diffstat (limited to 'src/macdeployqt/macdeployqt.pro')
-rw-r--r-- | src/macdeployqt/macdeployqt.pro | 5 |
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 - -} |