summaryrefslogtreecommitdiffstats
path: root/examples/remoteobjects/clientapp/qmldir
diff options
context:
space:
mode:
authorØystein Heskestad <oystein.heskestad@qt.io>2023-06-28 18:45:22 +0200
committerØystein Heskestad <oystein.heskestad@qt.io>2023-07-06 09:35:15 +0200
commit1e1807220c61861a4077ef35b553e7dd74d85d69 (patch)
tree8ab88cef91dcb2e5ed9b04ee7635502950b140e8 /examples/remoteobjects/clientapp/qmldir
parentc4317ff10cae425e47c3636351e749f007195f2f (diff)
Revamp clientapp and remoteobjects_server examples
Merge clientapp and plugins into a single stand-alone example. Add documentation of clientapp and remoteobjects_server. Task-number: QTBUG-112850 Pick-to: 6.6 6.5 Change-Id: I03340d3208fac7448f7de5d7720a61d2eeaf5a0a Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'examples/remoteobjects/clientapp/qmldir')
-rw-r--r--examples/remoteobjects/clientapp/qmldir3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/remoteobjects/clientapp/qmldir b/examples/remoteobjects/clientapp/qmldir
new file mode 100644
index 0000000..e1a33a2
--- /dev/null
+++ b/examples/remoteobjects/clientapp/qmldir
@@ -0,0 +1,3 @@
+module TimeExample
+Clock 1.0 Clock.qml
+plugin clientapp