summaryrefslogtreecommitdiffstats
path: root/src/Runtime/ogl-runtime/examples/simpleqml/simpleqml.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/Runtime/ogl-runtime/examples/simpleqml/simpleqml.pro')
m---------src/Runtime/ogl-runtime0
-rw-r--r--src/Runtime/ogl-runtime/examples/simpleqml/simpleqml.pro16
2 files changed, 0 insertions, 16 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/simpleqml/simpleqml.pro b/src/Runtime/ogl-runtime/examples/simpleqml/simpleqml.pro
deleted file mode 100644
index 62afa78e..00000000
--- a/src/Runtime/ogl-runtime/examples/simpleqml/simpleqml.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-TEMPLATE = app
-
-QT += widgets qml quick studio3d
-
-SOURCES += \
- main.cpp
-
-RESOURCES += simpleqml.qrc
-
-OTHER_FILES += \
- main.qml \
- doc/src/* \
- doc/images/*
-
-target.path = $$[QT_INSTALL_EXAMPLES]/studio3d/$$TARGET
-INSTALLS += target