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