aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/app.pro
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2010-10-11 16:25:38 +0200
committercon <qtc-committer@nokia.com>2010-10-13 12:42:38 +0200
commit30a5067610489925fd6e4a2f94f212390ba299c9 (patch)
tree31a2ac29d709e70e2a625906377c94e3e5961268 /src/app/app.pro
parent4b6876180052b9c3fe9a22cb5388aac99f20f207 (diff)
Make app.pro use the qtLibraryName function
Diffstat (limited to 'src/app/app.pro')
-rw-r--r--src/app/app.pro9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/app/app.pro b/src/app/app.pro
index f46135df84..f86433d6af 100644
--- a/src/app/app.pro
+++ b/src/app/app.pro
@@ -9,20 +9,17 @@ SOURCES += main.cpp
include(../rpath.pri)
+LIBS *= -l$$qtLibraryName(ExtensionSystem) -l$$qtLibraryName(Aggregation)
+
QT_BREAKPAD_ROOT_PATH = $$(QT_BREAKPAD_ROOT_PATH)
!isEmpty(QT_BREAKPAD_ROOT_PATH) {
include($$QT_BREAKPAD_ROOT_PATH/qtbreakpad.pri)
}
win32 {
- CONFIG(debug, debug|release):LIBS *= -lExtensionSystemd -lAggregationd
- else:LIBS *= -lExtensionSystem -lAggregation
-
RC_FILE = qtcreator.rc
target.path = /bin
INSTALLS += target
} else:macx {
- CONFIG(debug, debug|release):LIBS *= -lExtensionSystem_debug -lAggregation_debug
- else:LIBS *= -lExtensionSystem -lAggregation
LIBS += -framework CoreFoundation
ICON = qtcreator.icns
QMAKE_INFO_PLIST = Info.plist
@@ -30,8 +27,6 @@ win32 {
FILETYPES.path = Contents/Resources
QMAKE_BUNDLE_DATA += FILETYPES
} else {
- LIBS *= -lExtensionSystem -lAggregation
-
target.path = /bin
INSTALLS += target
}