From 05b531fc31913ddc46fc9ea8f93f0837a0557bac Mon Sep 17 00:00:00 2001
From: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Date: Fri, 26 Apr 2013 13:35:09 +0200
Subject: [PATCH] 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>
---
 src/macdeployqt/macdeployqt.pro | 5 -----
 1 file changed, 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
-
-}
-- 
GitLab