summaryrefslogtreecommitdiffstats
path: root/examples/webengine/webengine.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webengine/webengine.pro')
-rw-r--r--examples/webengine/webengine.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/webengine/webengine.pro b/examples/webengine/webengine.pro
index 3f55888cb..b20b8f118 100644
--- a/examples/webengine/webengine.pro
+++ b/examples/webengine/webengine.pro
@@ -3,5 +3,9 @@ TEMPLATE=subdirs
SUBDIRS += \
customdialogs \
minimal \
- quicknanobrowser \
- recipebrowser
+ quicknanobrowser
+
+qtHaveModule(quickcontrols2) {
+ SUBDIRS += \
+ recipebrowser
+}