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')
-rw-r--r--src/Runtime/ogl-runtime/examples/simpleqml/simpleqml.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/Runtime/ogl-runtime/examples/simpleqml/simpleqml.pro b/src/Runtime/ogl-runtime/examples/simpleqml/simpleqml.pro
new file mode 100644
index 00000000..62afa78e
--- /dev/null
+++ b/src/Runtime/ogl-runtime/examples/simpleqml/simpleqml.pro
@@ -0,0 +1,16 @@
+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