aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtcreatorplugin.pri
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@theqtcompany.com>2016-05-17 14:39:09 +0200
committerChristian Stenger <christian.stenger@qt.io>2016-05-18 05:02:40 +0000
commit8da31c87ee643623602af679d6f475f6862850f0 (patch)
tree994094d0268cb07afc723fc613677d42b963947b /src/qtcreatorplugin.pri
parentfb3ffe4c2fe16cd51df4b3f48616f17b56f2514b (diff)
Add version number to lib dependencies on windows.
Change-Id: Ied3707f18cf2753679eeaa2bcff0edfba3c7517e Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
Diffstat (limited to 'src/qtcreatorplugin.pri')
-rw-r--r--src/qtcreatorplugin.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qtcreatorplugin.pri b/src/qtcreatorplugin.pri
index f86de2c313..fc5201f8e2 100644
--- a/src/qtcreatorplugin.pri
+++ b/src/qtcreatorplugin.pri
@@ -102,5 +102,5 @@ INSTALLS += target
MIMETYPES = $$_PRO_FILE_PWD_/$${TARGET}.mimetypes.xml
exists($$MIMETYPES):DISTFILES += $$MIMETYPES
-TARGET = $$qtLibraryName($$TARGET)
+TARGET = $$qtLibraryTargetName($$TARGET)