summaryrefslogtreecommitdiffstats
path: root/examples/studio3d/dynamicelement/dynamicelement.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/studio3d/dynamicelement/dynamicelement.pro')
-rw-r--r--examples/studio3d/dynamicelement/dynamicelement.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/studio3d/dynamicelement/dynamicelement.pro b/examples/studio3d/dynamicelement/dynamicelement.pro
new file mode 100644
index 0000000..1b804fd
--- /dev/null
+++ b/examples/studio3d/dynamicelement/dynamicelement.pro
@@ -0,0 +1,15 @@
+TEMPLATE = app
+
+QT += qml quick studio3d
+
+SOURCES += \
+ demo.cpp \
+ main.cpp
+
+HEADERS += \
+ demo.h
+
+RESOURCES += dynamicelement.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/studio3d/$$TARGET
+INSTALLS += target