summaryrefslogtreecommitdiff
path: root/examples/demos/robotarm/main.qml
diff options
context:
space:
mode:
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 00000000..fc77418f
--- /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 {
+}