summaryrefslogtreecommitdiffstats
path: root/basicsuite/qt5-cinematicdemo/qt5-cinematicdemo.pro
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/qt5-cinematicdemo/qt5-cinematicdemo.pro')
-rw-r--r--basicsuite/qt5-cinematicdemo/qt5-cinematicdemo.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/basicsuite/qt5-cinematicdemo/qt5-cinematicdemo.pro b/basicsuite/qt5-cinematicdemo/qt5-cinematicdemo.pro
new file mode 100644
index 0000000..eb67555
--- /dev/null
+++ b/basicsuite/qt5-cinematicdemo/qt5-cinematicdemo.pro
@@ -0,0 +1,13 @@
+TARGET = qt5-cinematicdemo
+
+include(../shared/shared.pri)
+
+content.files = \
+ *.qml \
+ *.png \
+ content
+content.path = $$DESTPATH
+
+OTHER_FILES += $${content.files}
+
+INSTALLS += target content \ No newline at end of file