summaryrefslogtreecommitdiffstats
path: root/basicsuite/qtwebbrowser
diff options
context:
space:
mode:
authorKimmo Ollila <Kimmo.Ollila@qt.io>2016-12-07 15:10:43 +0200
committerKimmo Ollila <kimmo.ollila@theqtcompany.com>2016-12-08 07:09:35 +0000
commit5b26955f50d34afbb4938b00ba629a61be10b15d (patch)
tree030afe9dae24bf59070d01cc804d693318a9f228 /basicsuite/qtwebbrowser
parent2dcc014980437b87564b7f9f86a06894efa5ea75 (diff)
Fixed demo .pro files: removed exclude.txt and wildcards used with content files
Change-Id: Id4731a6438c95ca9abca5e8477bd17228c55cfc7 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
Diffstat (limited to 'basicsuite/qtwebbrowser')
-rw-r--r--basicsuite/qtwebbrowser/app.pro4
1 files changed, 2 insertions, 2 deletions
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}