summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 970c58c69..cc3bcc8ff 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,4 +1,8 @@
TEMPLATE=subdirs
SUBDIRS += quick/quicknanobrowser
-qtHaveModule(widgets): SUBDIRS += widgets/widgetsnanobrowser
+qtHaveModule(widgets) {
+ SUBDIRS += \
+ widgets/browser \
+ widgets/widgetsnanobrowser
+}