summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@digia.com>2014-10-08 13:48:14 +0300
committerKalle Viironen <kalle.viironen@digia.com>2014-10-08 16:10:18 +0300
commit1effa27c079735c38e746a09c1673fa103f06054 (patch)
tree798f9d3c62ef0fe9af7fc31f9101e1c5cb7dde5c
parentae14d3c26e3c429fdfd502d18b3498f25bc670ba (diff)
Correctly include all qml files in enterprise controls demos
Task-number: QTEE-788 Change-Id: I5fdb6e837fd3a0248e503dc0eca0dd86d9ee3226 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com> Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
-rw-r--r--basicsuite/enterprise-dashboard/enterprise-dashboard.pro3
-rw-r--r--basicsuite/enterprise-gallery/enterprise-gallery.pro3
2 files changed, 4 insertions, 2 deletions
diff --git a/basicsuite/enterprise-dashboard/enterprise-dashboard.pro b/basicsuite/enterprise-dashboard/enterprise-dashboard.pro
index 9692d78..d61e3a6 100644
--- a/basicsuite/enterprise-dashboard/enterprise-dashboard.pro
+++ b/basicsuite/enterprise-dashboard/enterprise-dashboard.pro
@@ -4,7 +4,8 @@ include(../shared/shared.pri)
b2qtdemo_deploy_defaults()
content.files = \
- qml/*.qml \
+ *.qml \
+ qml \
images
content.path = $$DESTPATH
diff --git a/basicsuite/enterprise-gallery/enterprise-gallery.pro b/basicsuite/enterprise-gallery/enterprise-gallery.pro
index 32550a3..accbc9d 100644
--- a/basicsuite/enterprise-gallery/enterprise-gallery.pro
+++ b/basicsuite/enterprise-gallery/enterprise-gallery.pro
@@ -4,7 +4,8 @@ include(../shared/shared.pri)
b2qtdemo_deploy_defaults()
content.files = \
- qml/*.qml \
+ *.qml \
+ qml \
fonts \
images
content.path = $$DESTPATH