aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/app.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-06-03 20:54:40 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-06-03 20:54:59 +0200
commit259197a500cab562e79c758a17f372027a74be73 (patch)
tree65da195835d56140767c3ef36d2fd3abfe478391 /src/app/app.pro
parentd2a8449bea58275723e769cd41c085468cb56295 (diff)
clean up OS conditionals in project files
Diffstat (limited to 'src/app/app.pro')
-rw-r--r--src/app/app.pro23
1 files changed, 8 insertions, 15 deletions
diff --git a/src/app/app.pro b/src/app/app.pro
index 3bb47607f0..4f29e1f263 100644
--- a/src/app/app.pro
+++ b/src/app/app.pro
@@ -5,29 +5,22 @@ TEMPLATE = app
TARGET = $$IDE_APP_TARGET
DESTDIR = $$IDE_APP_PATH
-
SOURCES += main.cpp
include(../rpath.pri)
win32 {
- RC_FILE = qtcreator.rc
-}
-
-macx {
- ICON = qtcreator.icns
- QMAKE_INFO_PLIST = Info.plist
-}
+ CONFIG(debug, debug|release):LIBS *= -lExtensionSystemd -lAggregationd
+ else:LIBS *= -lExtensionSystem -lAggregation
-macx {
+ RC_FILE = qtcreator.rc
+} else:macx {
CONFIG(debug, debug|release):LIBS *= -lExtensionSystem_debug -lAggregation_debug
else:LIBS *= -lExtensionSystem -lAggregation
-}
-win32 {
- CONFIG(debug, debug|release):LIBS *= -lExtensionSystemd -lAggregationd
- else:LIBS *= -lExtensionSystem -lAggregation
-}
-unix:!macx {
+
+ ICON = qtcreator.icns
+ QMAKE_INFO_PLIST = Info.plist
+} else {
LIBS *= -lExtensionSystem -lAggregation
target.path = /bin