summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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