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.pro15
1 files changed, 7 insertions, 8 deletions
diff --git a/basicsuite/graphicaleffects/graphicaleffects.pro b/basicsuite/graphicaleffects/graphicaleffects.pro
index da9e8a3..508ede4 100644
--- a/basicsuite/graphicaleffects/graphicaleffects.pro
+++ b/basicsuite/graphicaleffects/graphicaleffects.pro
@@ -1,7 +1,6 @@
TARGET = graphicaleffects
include(../shared/shared.pri)
-b2qtdemo_deploy_defaults()
content.files = \
Checkers.qml \
@@ -16,11 +15,11 @@ content.files = \
effect_HueSaturation.qml \
effect_OpacityMask.qml \
effect_ThresholdMask.qml \
- main.qml \
- images \
+ main.qml
-content.path = $$DESTPATH
-
-OTHER_FILES += $${content.files}
-
-INSTALLS += target content
+!contains(DEFINES, DESKTOP_BUILD) {
+ content.files += \
+ images
+} else {
+ copyToDestDir($$PWD/images, $$OUT_PWD)
+}