summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-08-27 14:09:02 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-27 23:22:25 +0200
commit6263e9078aa1884923014b4b09c6f8eaab13c654 (patch)
treeb0bcd8594e7ccc67b78d98de0f851e3375dce4f9 /src/corelib
parent3be101bee043b8e1c0978384223674991930c1fa (diff)
Fix plugin docs regarding location of json files.
The commit 2ef52ca12416baa96feb64e02186aae04f883a12 introduced an error regarding where the json file must reside. Change-Id: I296c93abebb3e9f8c9e7e29a4a433201064969f0 Reviewed-by: Peter Kümmel <syntheticpp@gmx.net> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/plugin/qplugin.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corelib/plugin/qplugin.qdoc b/src/corelib/plugin/qplugin.qdoc
index 684ecd569b..e002b6a7d9 100644
--- a/src/corelib/plugin/qplugin.qdoc
+++ b/src/corelib/plugin/qplugin.qdoc
@@ -81,7 +81,8 @@
FILE is optional and points to a json file.
- The json file must reside in the same directory as the header file.
+ The json file must reside in one of the include directories specified
+ by the build-system.
moc exits with an error when it could not find the specified file.
\sa Q_DECLARE_INTERFACE(), {How to Create Qt Plugins}