aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/dynamicscene/dynamicscene.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/dynamicscene/dynamicscene.pro')
-rw-r--r--examples/qml/dynamicscene/dynamicscene.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/qml/dynamicscene/dynamicscene.pro b/examples/qml/dynamicscene/dynamicscene.pro
new file mode 100644
index 0000000000..29a3fa97e2
--- /dev/null
+++ b/examples/qml/dynamicscene/dynamicscene.pro
@@ -0,0 +1,9 @@
+TEMPLATE = app
+
+QT += quick qml
+SOURCES += main.cpp
+
+RESOURCES += dynamicscene.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/qml/dynamicscene
+INSTALLS += target