Fix plugin docs regarding location of json files.

The commit 2ef52ca124 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>
bb10
Stephen Kelly 2012-08-27 14:09:02 +02:00 committed by Qt by Nokia
parent 3be101bee0
commit 6263e9078a
1 changed files with 2 additions and 1 deletions

View 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}