aboutsummaryrefslogtreecommitdiffstats
path: root/doc/api/first-plugin.qdoc
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2014-11-25 08:05:17 +0100
committerEike Ziller <eike.ziller@theqtcompany.com>2014-11-25 11:23:22 +0100
commitdcb00b00dd67e113407f1fb0b0146ef501917e57 (patch)
tree1fa73fa6b6a392285e8cdce3232cb0e1502bbdd6 /doc/api/first-plugin.qdoc
parent09bfbf70e891d313cb84c5fa12aa362a785d4b66 (diff)
Extending Doc: Add warning about what the Qt Creator plugin wizard creates
Because we do not guarantee any source or binary compatibility, you should use the Qt Creator version that you want to develop for to create the plugin Change-Id: I747653f8bbd3df9cc82af7fac67abcf14e786241 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'doc/api/first-plugin.qdoc')
-rw-r--r--doc/api/first-plugin.qdoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/api/first-plugin.qdoc b/doc/api/first-plugin.qdoc
index 6f1e67b0db..d81cee4a13 100644
--- a/doc/api/first-plugin.qdoc
+++ b/doc/api/first-plugin.qdoc
@@ -35,6 +35,12 @@
build and use one for actually developing, and the other for testing
your plugin with.
+ You need to make sure that you use the same \QC version that you want
+ to develop for to create the plugin. Because of the
+ \l{Binary and Source Compatibility} rules of \QC, the \QC plugin wizard
+ creates a plugin that might only compile and run with the same \QC
+ version that it was created with.
+
\list 1
\li Select \gui{File > New File or Project > Libraries > Qt Creator Plugin > Choose}.