From 0c5d6dbbc290b781e4f5a2106d22ee4ebb97f6a0 Mon Sep 17 00:00:00 2001
From: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Date: Tue, 24 Aug 2010 15:23:03 +0200
Subject: [PATCH] deconvolute project file conditionals

---
 src/plugins/projectexplorer/projectexplorer.pro | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/plugins/projectexplorer/projectexplorer.pro b/src/plugins/projectexplorer/projectexplorer.pro
index 42d142824c5..cb353c7fbe3 100644
--- a/src/plugins/projectexplorer/projectexplorer.pro
+++ b/src/plugins/projectexplorer/projectexplorer.pro
@@ -194,13 +194,10 @@ win32 {
     SOURCES += applicationlauncher_win.cpp \
         winguiprocess.cpp
     HEADERS += winguiprocess.h
-}
-else:macx { 
+} else {
     SOURCES += applicationlauncher_x11.cpp
-    LIBS += -framework \
-        Carbon
+    macx:LIBS += -framework Carbon
 }
-else:unix:SOURCES += applicationlauncher_x11.cpp
 RESOURCES += projectexplorer.qrc
 DEFINES += PROJECTEXPLORER_LIBRARY
 OTHER_FILES += ProjectExplorer.pluginspec
-- 
GitLab