aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2017-04-11 13:36:42 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2017-04-11 13:37:52 +0200
commit4c6032ea69a607f1126e9746f9b16b4bd01b852f (patch)
tree2084987690561a4238f968465b8c21d85881d9c9 /examples
parent37da30b83021869b2fd069ea49d72d89b16c2046 (diff)
parent3480c2e0565eeb938fb6fb8ba1dad640fb0a0d12 (diff)
Merge remote-tracking branch 'origin/5.9' into dev
Diffstat (limited to 'examples')
-rw-r--r--examples/quick/demos/demos.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/quick/demos/demos.pro b/examples/quick/demos/demos.pro
index 0644b81a22..5a6fd52baf 100644
--- a/examples/quick/demos/demos.pro
+++ b/examples/quick/demos/demos.pro
@@ -7,5 +7,7 @@ SUBDIRS = samegame \
photosurface \
stocqt
-qtHaveModule(xmlpatterns): SUBDIRS += rssnews photoviewer
-
+qtHaveModule(xmlpatterns) {
+ SUBDIRS += rssnews
+ qtHaveModule(widgets): SUBDIRS += photoviewer
+}