From bd617ed62ba35ee11da75b7e92db3fd190751b0f Mon Sep 17 00:00:00 2001 From: Peter Seiderer Date: Sat, 25 Nov 2017 22:26:58 +0100 Subject: Example flatstyle needs widgets module Fixes compile with disabled widgets module. Task-number: QTBUG-64761 Change-Id: I743884d77d51e89061d87cab006bab0cafc9ddb7 Reviewed-by: J-P Nurmi --- examples/quickcontrols2/quickcontrols2.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples') 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 -- cgit v1.2.3