aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2017-11-25 22:26:58 +0100
committerPeter Seiderer <ps.report@gmx.net>2017-11-26 09:12:30 +0000
commitbd617ed62ba35ee11da75b7e92db3fd190751b0f (patch)
tree18531c9b774974231086ace38f331fe02745d19c /examples/quickcontrols2
parenta2fd760d341c9984df4e8a4b84b8ac389fab4931 (diff)
Example flatstyle needs widgets module
Fixes compile with disabled widgets module. Task-number: QTBUG-64761 Change-Id: I743884d77d51e89061d87cab006bab0cafc9ddb7 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'examples/quickcontrols2')
-rw-r--r--examples/quickcontrols2/quickcontrols2.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/quickcontrols2/quickcontrols2.pro b/examples/quickcontrols2/quickcontrols2.pro
index 858759fb..8310e9b2 100644
--- a/examples/quickcontrols2/quickcontrols2.pro
+++ b/examples/quickcontrols2/quickcontrols2.pro
@@ -6,5 +6,6 @@ SUBDIRS += \
contactlist \
sidepanel \
swipetoremove \
- flatstyle \
wearable
+
+qtHaveModule(widgets): SUBDIRS += flatstyle