summaryrefslogtreecommitdiffstats
path: root/examples/3dstudioruntime2/scenemanip/scenemanip.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/3dstudioruntime2/scenemanip/scenemanip.pro')
-rw-r--r--examples/3dstudioruntime2/scenemanip/scenemanip.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/3dstudioruntime2/scenemanip/scenemanip.pro b/examples/3dstudioruntime2/scenemanip/scenemanip.pro
new file mode 100644
index 0000000..0e462e5
--- /dev/null
+++ b/examples/3dstudioruntime2/scenemanip/scenemanip.pro
@@ -0,0 +1,14 @@
+TEMPLATE = app
+
+QT += quick 3dstudioruntime2-private
+
+SOURCES += \
+ main.cpp
+
+RESOURCES += scenemanip.qrc
+
+OTHER_FILES += \
+ main.qml
+
+target.path = $$[QT_INSTALL_EXAMPLES]/3dstudioruntime2/$$TARGET
+INSTALLS += target