summaryrefslogtreecommitdiffstats
path: root/basicsuite/graphicaleffects
diff options
context:
space:
mode:
authorKimmo Ollila <Kimmo.Ollila@qt.io>2016-12-07 15:10:43 +0200
committerKimmo Ollila <kimmo.ollila@theqtcompany.com>2016-12-08 07:09:35 +0000
commit5b26955f50d34afbb4938b00ba629a61be10b15d (patch)
tree030afe9dae24bf59070d01cc804d693318a9f228 /basicsuite/graphicaleffects
parent2dcc014980437b87564b7f9f86a06894efa5ea75 (diff)
Fixed demo .pro files: removed exclude.txt and wildcards used with content files
Change-Id: Id4731a6438c95ca9abca5e8477bd17228c55cfc7 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
Diffstat (limited to 'basicsuite/graphicaleffects')
-rw-r--r--basicsuite/graphicaleffects/graphicaleffects.pro17
1 files changed, 15 insertions, 2 deletions
diff --git a/basicsuite/graphicaleffects/graphicaleffects.pro b/basicsuite/graphicaleffects/graphicaleffects.pro
index 42e14ec..2c51fe7 100644
--- a/basicsuite/graphicaleffects/graphicaleffects.pro
+++ b/basicsuite/graphicaleffects/graphicaleffects.pro
@@ -4,10 +4,23 @@ include(../shared/shared.pri)
b2qtdemo_deploy_defaults()
content.files = \
- *.qml \
+ Checkers.qml \
+ effect_BrightnessContrast.qml \
+ effect_Colorize.qml \
+ effect_CustomDissolve.qml \
+ effect_CustomWave.qml \
+ effect_Displacement.qml \
+ effect_DropShadow.qml \
+ effect_GaussianBlur.qml \
+ effect_Glow.qml \
+ effect_HueSaturation.qml \
+ effect_OpacityMask.qml \
+ effect_ThresholdMask.qml \
+ main.qml \
images
+
content.path = $$DESTPATH
OTHER_FILES += $${content.files}
-INSTALLS += target content \ No newline at end of file
+INSTALLS += target content