Fix plugin docs regarding location of json files.
authorStephen Kelly <stephen.kelly@kdab.com>
Mon, 27 Aug 2012 12:09:02 +0000 (14:09 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 27 Aug 2012 21:22:25 +0000 (23:22 +0200)
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>
src/corelib/plugin/qplugin.qdoc

index 684ecd5..e002b6a 100644 (file)
@@ -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}