aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtcreatorplugin.pri
diff options
context:
space:
mode:
authordt <qtc-committer@nokia.com>2010-09-08 10:35:42 +0200
committerdt <qtc-committer@nokia.com>2010-09-08 10:36:16 +0200
commit7873cabde93e1141c2a972466250a7ad6ad5ec1a (patch)
tree77317a4282d959d94778c3c7763faee69e32dd7c /src/qtcreatorplugin.pri
parentad95e3372d87d25beeb007cb64d24cc2120da114 (diff)
Fix pluginspec on windows
Reported on IRC Reviewed-By: hjk
Diffstat (limited to 'src/qtcreatorplugin.pri')
-rw-r--r--src/qtcreatorplugin.pri4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/qtcreatorplugin.pri b/src/qtcreatorplugin.pri
index 7dbe5a8711..76a068687a 100644
--- a/src/qtcreatorplugin.pri
+++ b/src/qtcreatorplugin.pri
@@ -23,7 +23,6 @@ copy2build.name = COPY ${QMAKE_FILE_IN}
copy2build.CONFIG += no_link
QMAKE_EXTRA_COMPILERS += copy2build
-TARGET = $$qtLibraryTarget($$TARGET)
macx {
QMAKE_LFLAGS_SONAME = -Wl,-install_name,@executable_path/../PlugIns/$${PROVIDER}/
@@ -48,3 +47,6 @@ CONFIG += plugin plugin_with_soname
pluginspec.path = /$$IDE_LIBRARY_BASENAME/qtcreator/plugins/$$PROVIDER
INSTALLS += target pluginspec
}
+
+TARGET = $$qtLibraryTarget($$TARGET)
+