summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/oauth/oauth.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/examples/oauth/oauth.pro b/examples/oauth/oauth.pro
index 6124292..abac296 100644
--- a/examples/oauth/oauth.pro
+++ b/examples/oauth/oauth.pro
@@ -1,4 +1,7 @@
TEMPLATE = subdirs
-SUBDIRS += \
- twittertimeline \
- redditclient
+
+qtHaveModule(widgets) {
+ SUBDIRS += \
+ twittertimeline \
+ redditclient
+}