summaryrefslogtreecommitdiffstats
path: root/src/Runtime/ogl-runtime/examples/qmldatainput/qmldatainput.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/Runtime/ogl-runtime/examples/qmldatainput/qmldatainput.pro')
m---------src/Runtime/ogl-runtime0
-rw-r--r--src/Runtime/ogl-runtime/examples/qmldatainput/qmldatainput.pro20
2 files changed, 0 insertions, 20 deletions
diff --git a/src/Runtime/ogl-runtime b/src/Runtime/ogl-runtime
new file mode 160000
+Subproject 2025912174c4cf99270b7439ec3b021e1d089ae
diff --git a/src/Runtime/ogl-runtime/examples/qmldatainput/qmldatainput.pro b/src/Runtime/ogl-runtime/examples/qmldatainput/qmldatainput.pro
deleted file mode 100644
index 9bafed53..00000000
--- a/src/Runtime/ogl-runtime/examples/qmldatainput/qmldatainput.pro
+++ /dev/null
@@ -1,20 +0,0 @@
-TEMPLATE = app
-
-QT += widgets qml quick studio3d
-
-integrity: DEFINES += USE_EMBEDDED_FONTS
-
-target.path = $$[QT_INSTALL_EXAMPLES]/studio3d/$$TARGET
-INSTALLS += target
-
-SOURCES += main.cpp
-
-RESOURCES += \
- qmldatainput.qrc
-
-OTHER_FILES += qml/qmldatainput/* \
- doc/src/* \
- doc/images/*
-
-# Icon in case example is included in installer
-exists(example.ico): RC_ICONS = example.ico