aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtcreatorlibrary.pri
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2010-10-29 16:22:44 +0200
committercon <qtc-committer@nokia.com>2010-11-01 14:55:37 +0100
commit59c301a8c8ce9daa2c47f4651b39c7a1fed7226c (patch)
tree21ca0245a169ba0cada6096d8d87b3eb11c40a8d /src/qtcreatorlibrary.pri
parent724f67b31161c73d0ed2a38541a584408ac23f7c (diff)
Make tests compile on Mac. Use qtLibraryName instead of qtLibraryTarget.
qtLibraryTarget is only defined if used with TEMPLATE=lib, which makes it fail in pri files that are used for app pro files. The tests still don't run because of run time linking issues.
Diffstat (limited to 'src/qtcreatorlibrary.pri')
-rw-r--r--src/qtcreatorlibrary.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qtcreatorlibrary.pri b/src/qtcreatorlibrary.pri
index 35f2af4f24..9b35abb390 100644
--- a/src/qtcreatorlibrary.pri
+++ b/src/qtcreatorlibrary.pri
@@ -11,7 +11,7 @@ DESTDIR = $$IDE_LIBRARY_PATH
include(rpath.pri)
-TARGET = $$qtLibraryTarget($$TARGET)
+TARGET = $$qtLibraryName($$TARGET)
contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols