aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/snippets/qml/myimageprovider.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/doc/snippets/qml/myimageprovider.txt')
-rw-r--r--src/qml/doc/snippets/qml/myimageprovider.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/qml/doc/snippets/qml/myimageprovider.txt b/src/qml/doc/snippets/qml/myimageprovider.txt
new file mode 100644
index 0000000000..4605734398
--- /dev/null
+++ b/src/qml/doc/snippets/qml/myimageprovider.txt
@@ -0,0 +1,15 @@
+qt_add_qml_module(imageproviderplugin
+ VERSION 1.0
+ URI "ImageProvider"
+ PLUGIN_TARGET imageproviderplugin
+ NO_PLUGIN_OPTIONAL
+ NO_GENERATE_PLUGIN_SOURCE
+ CLASS_NAME ImageProviderExtensionPlugin
+ QML_FILES
+ AAA.qml
+ BBB.qml
+ SOURCES
+ moretypes.cpp moretypes.h
+ myimageprovider.cpp myimageprovider.h
+ plugin.cpp
+)