aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtcreatorplugin.pri
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 /src/qtcreatorplugin.pri
parent4f0b90dd43fb2b047b28b9020b5b8d252951726d (diff)
Change the default plugin provider to QtProject.
Change-Id: I4fbfeb3668d6688e4947cda514c1a56f7d01ca52 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/qtcreatorplugin.pri')
-rw-r--r--src/qtcreatorplugin.pri6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qtcreatorplugin.pri b/src/qtcreatorplugin.pri
index 26ff57afd8..c760433b5a 100644
--- a/src/qtcreatorplugin.pri
+++ b/src/qtcreatorplugin.pri
@@ -4,9 +4,9 @@ include(../qtcreator.pri)
isEmpty(PRECOMPILED_HEADER):PRECOMPILED_HEADER = $$PWD/shared/qtcreator_gui_pch.h
isEmpty(PROVIDER) {
- PROVIDER = Nokia
+ PROVIDER = QtProject
} else {
- LIBS += -L$$IDE_PLUGIN_PATH/Nokia
+ LIBS += -L$$IDE_PLUGIN_PATH/QtProject
}
isEmpty(USE_USER_DESTDIR) {
@@ -24,7 +24,7 @@ isEmpty(USE_USER_DESTDIR) {
DESTDIRBASE = "$$(XDG_DATA_HOME)"
isEmpty(DESTDIRBASE):DESTDIRBASE = "$$(HOME)/.local/share/data"
}
- DESTDIR = "$$DESTDIRBASE/Nokia/$$DESTDIRAPPNAME/plugins/$$QTCREATOR_VERSION/$$PROVIDER"
+ DESTDIR = "$$DESTDIRBASE/QtProject/$$DESTDIRAPPNAME/plugins/$$QTCREATOR_VERSION/$$PROVIDER"
}
LIBS += -L$$DESTDIR