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/qtwebbrowser/app.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'basicsuite/qtwebbrowser/app.pro') diff --git a/basicsuite/qtwebbrowser/app.pro b/basicsuite/qtwebbrowser/app.pro index eda1be9..a64f9f0 100644 --- a/basicsuite/qtwebbrowser/app.pro +++ b/basicsuite/qtwebbrowser/app.pro @@ -4,8 +4,8 @@ include(../shared/shared.pri) b2qtdemo_deploy_defaults() content.files = \ - *.qml \ - *.png + main.qml + content.path = $$DESTPATH OTHER_FILES += $${content.files} -- cgit v1.2.3