aboutsummaryrefslogtreecommitdiffstats
path: root/doc/api/examples/exampleplugin/example.pro
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2012-10-09 12:21:04 +0200
committerTobias Hunger <tobias.hunger@digia.com>2012-10-09 12:24:24 +0200
commit1504ca67fb0c611a5f6b91eeb61f4484ed661e9c (patch)
tree8b416198275f256354bd6674a2f95ee02b548f49 /doc/api/examples/exampleplugin/example.pro
parent2b56943a8e6efa4e60c14b11afc8d9fefcca13eb (diff)
More Nokia -> Digia/QtProject changes
Change-Id: If52505dbc95ee48ac3467cdfbbea91629c11089c Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'doc/api/examples/exampleplugin/example.pro')
-rw-r--r--doc/api/examples/exampleplugin/example.pro8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/examples/exampleplugin/example.pro b/doc/api/examples/exampleplugin/example.pro
index 060aa5aa8f..b427449677 100644
--- a/doc/api/examples/exampleplugin/example.pro
+++ b/doc/api/examples/exampleplugin/example.pro
@@ -31,9 +31,9 @@ isEmpty(IDE_BUILD_TREE):IDE_BUILD_TREE=/Users/example/qtcreator-build
## uncomment to build plugin into user config directory
## <localappdata>/plugins/<ideversion>
## where <localappdata> is e.g.
-## "%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
+## "%LOCALAPPDATA%\QtProject\qtcreator" on Windows Vista and later
+## "$XDG_DATA_HOME/QtProject/qtcreator" or "~/.local/share/QtProject/qtcreator" on Linux
+## "~/Library/Application Support/QtProject/Qt Creator" on Mac
# USE_USER_DESTDIR = yes
#! [4]
@@ -45,6 +45,6 @@ PROVIDER = MyCompany
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
#![6]