aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtcreatorplugin.pri
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-03-28 11:19:42 +0100
committerOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-04-03 14:37:56 +0200
commit06acd82adad090a3aeb92fbe997f1757aa982d95 (patch)
tree97060af0ce2709252d50094736567ee064cb3d4c /src/qtcreatorplugin.pri
parent66a3553107a43f56372f756b218e268e71390d19 (diff)
derive TARGET from QTC_{LIB,PLUGIN}_NAME
the information is redundant now Change-Id: Icc8c8b4ace11538d45c6c9e1dbe5a7976f4743e1 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src/qtcreatorplugin.pri')
-rw-r--r--src/qtcreatorplugin.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qtcreatorplugin.pri b/src/qtcreatorplugin.pri
index 37b4c5778c..4f2c1b0019 100644
--- a/src/qtcreatorplugin.pri
+++ b/src/qtcreatorplugin.pri
@@ -1,4 +1,5 @@
include($$replace(_PRO_FILE_PWD_, ([^/]+$), \\1/\\1_dependencies.pri))
+TARGET = $$QTC_PLUGIN_NAME
include(../qtcreator.pri)