summaryrefslogtreecommitdiffstats
path: root/examples/demos/robotarm/main.qml
diff options
context:
space:
mode:
authorKimmo Leppälä <kimmo.leppala@qt.io>2023-04-14 22:21:43 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-05-09 20:53:43 +0000
commit55ef491194ee6a733892ac86d345da78a0f29492 (patch)
tree274bf5da3d8465f017e0bbf30d5920c8de613ba5 /examples/demos/robotarm/main.qml
parent3103df60c3df27fba7ef626b165827a3cf7045fb (diff)
Move robotarm example from quick3d to qtdoc
Change-Id: Iac113bc7ed773f291ef09ebe144e1de1e0e58136 Reviewed-by: Kai Köhne <kai.koehne@qt.io> (cherry picked from commit 02efcba73d7f7d1d1eb49a6741558b2b6528838b) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/demos/robotarm/main.qml')
-rw-r--r--examples/demos/robotarm/main.qml11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/demos/robotarm/main.qml b/examples/demos/robotarm/main.qml
new file mode 100644
index 000000000..fc77418f5
--- /dev/null
+++ b/examples/demos/robotarm/main.qml
@@ -0,0 +1,11 @@
+// Copyright (C) 2022 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+
+/* This file is generated and only relevant for integrating the project into a Qt 6 and cmake based
+C++ project. */
+
+import QtQuick
+import content
+
+App {
+}