Doc: Moved QML "plugins" example to "qmlextensionplugins"

The example generates a plugins.html which collides with the
plugins.html from qtbase repository.

Task-number: QTBUG-32580
Change-Id: I47ce9e00378738f7696672e6e47dd3337bb4fafc
Reviewed-by: Martin Smith <martin.smith@digia.com>
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
This commit is contained in:
Jerome Pasion 2013-08-08 17:42:48 +02:00 committed by The Qt Project
parent 84a4d5d9fe
commit fc665d5127
13 changed files with 5 additions and 6 deletions

View File

@ -3,7 +3,7 @@ TEMPLATE = subdirs
qtHaveModule(quick): SUBDIRS += networkaccessmanagerfactory xmlhttprequest
SUBDIRS += \
plugins \
qmlextensionplugins \
referenceexamples \
shell

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -27,7 +27,7 @@
/*!
\title QML Plugin Example
\example plugins
\example qmlextensionplugins
\brief This example creates a C++ plugin extension by subclassing QQmlExtensionPlugin.

View File

Before

Width:  |  Height:  |  Size: 765 B

After

Width:  |  Height:  |  Size: 765 B

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 625 B

After

Width:  |  Height:  |  Size: 625 B

View File

Before

Width:  |  Height:  |  Size: 625 B

After

Width:  |  Height:  |  Size: 625 B

View File

@ -16,9 +16,8 @@ pluginfiles.files += \
imports/TimeExample/minute.png
qml.files = plugins.qml
qml.path += $$[QT_INSTALL_EXAMPLES]/qml/plugins
target.path += $$[QT_INSTALL_EXAMPLES]/qml/plugins/imports/TimeExample
pluginfiles.path += $$[QT_INSTALL_EXAMPLES]/qml/plugins/imports/TimeExample
qml.path += $$[QT_INSTALL_EXAMPLES]/qml/qmlextensionplugins
target.path += $$[QT_INSTALL_EXAMPLES]/qml/qmlextensionplugins/imports/TimeExample
pluginfiles.path += $$[QT_INSTALL_EXAMPLES]/qml/qmlextensionplugins/imports/TimeExample
INSTALLS += target qml pluginfiles