From 5b26955f50d34afbb4938b00ba629a61be10b15d Mon Sep 17 00:00:00 2001 From: Kimmo Ollila Date: Wed, 7 Dec 2016 15:10:43 +0200 Subject: Fixed demo .pro files: removed exclude.txt and wildcards used with content files Change-Id: Id4731a6438c95ca9abca5e8477bd17228c55cfc7 Reviewed-by: Teemu Holappa --- basicsuite/enterprise-charts/enterprise-charts.pro | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'basicsuite/enterprise-charts') diff --git a/basicsuite/enterprise-charts/enterprise-charts.pro b/basicsuite/enterprise-charts/enterprise-charts.pro index 13c41cf..7896c62 100644 --- a/basicsuite/enterprise-charts/enterprise-charts.pro +++ b/basicsuite/enterprise-charts/enterprise-charts.pro @@ -4,9 +4,23 @@ include(../shared/shared.pri) b2qtdemo_deploy_defaults() content.files = \ - *.qml + loader.qml \ + main.qml \ + View1.qml \ + View10.qml \ + View11.qml \ + View12.qml \ + View2.qml \ + View3.qml \ + View4.qml \ + View5.qml \ + View6.qml \ + View7.qml \ + View8.qml \ + View9.qml + content.path = $$DESTPATH OTHER_FILES += $${content.files} -INSTALLS += target content \ No newline at end of file +INSTALLS += target content -- cgit v1.2.3