summaryrefslogtreecommitdiffstats
path: root/basicsuite/enterprise-flat-controls
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2016-12-08 09:42:42 +0200
committerMikko Gronoff <mikko.gronoff@qt.io>2016-12-09 14:40:26 +0200
commit9f09b4b3fea17e7ef3a4ce3701e70b480dbd4b0a (patch)
tree8cd75a6c1d40783db8198a105e95eee956a52602 /basicsuite/enterprise-flat-controls
parentb9585b440819e1444b20f30435f81c46801158c5 (diff)
parent21b73aea69a45e2f7bcbdf1b10e9908ae6bd9559 (diff)
Merge remote-tracking branch 'origin/5.7' into 5.8
* origin/5.7: Fixed demo .pro files: removed exclude.txt and wildcards used with content files Change-Id: Icb391cbcf1796879417e42ebf206d07bd03d2fae
Diffstat (limited to 'basicsuite/enterprise-flat-controls')
-rw-r--r--basicsuite/enterprise-flat-controls/enterprise-flat-controls.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/basicsuite/enterprise-flat-controls/enterprise-flat-controls.pro b/basicsuite/enterprise-flat-controls/enterprise-flat-controls.pro
index accbc9d..eec4c3e 100644
--- a/basicsuite/enterprise-flat-controls/enterprise-flat-controls.pro
+++ b/basicsuite/enterprise-flat-controls/enterprise-flat-controls.pro
@@ -4,10 +4,11 @@ include(../shared/shared.pri)
b2qtdemo_deploy_defaults()
content.files = \
- *.qml \
- qml \
- fonts \
+ Content.qml \
+ main.qml \
+ SettingsIcon.qml \
images
+
content.path = $$DESTPATH
OTHER_FILES += $${content.files}