aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2012-10-09 11:16:35 +0200
committerTobias Hunger <tobias.hunger@digia.com>2012-10-09 11:39:40 +0200
commit2b56943a8e6efa4e60c14b11afc8d9fefcca13eb (patch)
tree2d0bc991caebf27a7fc54628e63d5040019e7676 /share
parent4f0b90dd43fb2b047b28b9020b5b8d252951726d (diff)
Change the default plugin provider to QtProject.
Change-Id: I4fbfeb3668d6688e4947cda514c1a56f7d01ca52 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/templates/wizards/qtcreatorplugin/myplugin.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/templates/wizards/qtcreatorplugin/myplugin.pro b/share/qtcreator/templates/wizards/qtcreatorplugin/myplugin.pro
index 8bf2f3358a..1f99486a71 100644
--- a/share/qtcreator/templates/wizards/qtcreatorplugin/myplugin.pro
+++ b/share/qtcreator/templates/wizards/qtcreatorplugin/myplugin.pro
@@ -34,4 +34,4 @@ PROVIDER = %VendorName%
include($$QTCREATOR_SOURCES/src/qtcreatorplugin.pri)
include($$QTCREATOR_SOURCES/src/plugins/coreplugin/coreplugin.pri)
-LIBS += -L$$IDE_PLUGIN_PATH/Nokia
+LIBS += -L$$IDE_PLUGIN_PATH/QtProject