aboutsummaryrefslogtreecommitdiffstats
path: root/doc/api/examples
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2014-05-25 08:45:19 +0300
committerOrgad Shaneh <orgads@gmail.com>2014-05-26 08:21:14 +0200
commit2ce5b3bc0b01546c6d96395ac7d9dc9d977ca37a (patch)
tree90e4e3808fcd03b9506754b5d0809bc0a85401dc /doc/api/examples
parent8d587fa816d065358eb507c1c8f9f508275fd244 (diff)
Remove remaining PROVIDER references
Change-Id: I0bfcd7136ec0329cfe15983278c25f6b62415b68 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'doc/api/examples')
-rw-r--r--doc/api/examples/exampleplugin/example.pro12
1 files changed, 4 insertions, 8 deletions
diff --git a/doc/api/examples/exampleplugin/example.pro b/doc/api/examples/exampleplugin/example.pro
index a264c42e241..c100894b7ba 100644
--- a/doc/api/examples/exampleplugin/example.pro
+++ b/doc/api/examples/exampleplugin/example.pro
@@ -34,11 +34,7 @@ isEmpty(IDE_BUILD_TREE):IDE_BUILD_TREE=/Users/example/qtcreator-build
# USE_USER_DESTDIR = yes
#! [4]
-#![5]
-PROVIDER = MyCompany
-#![5]
-
-#! [6]
+#! [5]
###### If the plugin can be depended upon by other plugins, this code needs to be outsourced to
###### <dirname>_dependencies.pri, where <dirname> is the name of the directory containing the
###### plugin's sources.
@@ -54,10 +50,10 @@ QTC_PLUGIN_RECOMMENDS += \
# optional plugin dependencies. nothing here at this time
###### End _dependencies.pri contents ######
-#! [6]
+#! [5]
-#![7]
+#![6]
include($$QTCREATOR_SOURCES/src/qtcreatorplugin.pri)
-#![7]
+#![6]