summaryrefslogtreecommitdiff
path: root/share/qtcreator
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@nokia.com>2011-10-06 09:46:03 +0200
committerEike Ziller <eike.ziller@nokia.com>2011-10-06 09:52:22 +0200
commitae3a833b8c4b4660deb43441ee117bcea42b3d36 (patch)
tree0aeb7e73108cace498837c372464c70d432f6cc3 /share/qtcreator
parent3d4e508d0cf123e9566c6bd3892321a1a5e3556b (diff)
downloadqt-creator-ae3a833b8c4b4660deb43441ee117bcea42b3d36.tar.gz
Commit things that went missing from 2a4a56b2beec7a3c0be94302146461d2f730315d
Change-Id: I16f0d8880003156722cd80fdc51b0f8f21a5bfae Reviewed-on: http://codereview.qt-project.org/6120 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'share/qtcreator')
-rw-r--r--share/qtcreator/templates/wizards/qtcreatorplugin/myplugin.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/qtcreator/templates/wizards/qtcreatorplugin/myplugin.pro b/share/qtcreator/templates/wizards/qtcreatorplugin/myplugin.pro
index d2128b3411..1aa25570c8 100644
--- a/share/qtcreator/templates/wizards/qtcreatorplugin/myplugin.pro
+++ b/share/qtcreator/templates/wizards/qtcreatorplugin/myplugin.pro
@@ -27,9 +27,9 @@ isEmpty(IDE_BUILD_TREE):IDE_BUILD_TREE=%QtCreatorBuild%
## uncomment to build plugin into user config directory
## <localappdata>/plugins/<ideversion>
## where <localappdata> is e.g.
-## <drive>:\Users\<username>\AppData\Local\Nokia\QtCreator on Windows Vista and later
-## $XDG_DATA_HOME/Nokia/QtCreator or ~/.local/share/Nokia/QtCreator on Linux
-## ~/Library/Application Support/Nokia/QtCreator on Mac
+## "%LOCALAPPDATA%\Nokia\qtcreator" on Windows Vista and later
+## "$XDG_DATA_HOME/Nokia/qtcreator" or "~/.local/share/Nokia/qtcreator" on Linux
+## "~/Library/Application Support/Nokia/Qt Creator" on Mac
%DestDir%USE_USER_DESTDIR = yes
PROVIDER = %VendorName%