From 6263e9078aa1884923014b4b09c6f8eaab13c654 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Mon, 27 Aug 2012 14:09:02 +0200 Subject: Fix plugin docs regarding location of json files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The commit 2ef52ca12416baa96feb64e02186aae04f883a12 introduced an error regarding where the json file must reside. Change-Id: I296c93abebb3e9f8c9e7e29a4a433201064969f0 Reviewed-by: Peter Kümmel Reviewed-by: Lars Knoll --- src/corelib/plugin/qplugin.qdoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} -- cgit v1.2.3