summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-08-06 19:04:58 +0200
committerJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-08-20 18:15:27 +0200
commit63c45a18d37350e5455cf2869832e8b1743712a2 (patch)
tree76f775cd4f87dac796e79eece760d8b2c4ea7b9b /examples/examples.pro
parent68f3331b98d4d9996732117549cbdf4ea80cac70 (diff)
demo browser: Make it link.
The ifdefs should later be removed along with the feature implementations. Change-Id: If73f4c4c02c00e90d6cf54c6a08bb37f43fa95bc Reviewed-by: Andras Becsi <andras.becsi@digia.com>
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
+}