summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2019-06-26 11:31:17 +0200
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2019-06-26 11:31:27 +0200
commitce6978c11c928518fa8ed91631b845cea1e639b2 (patch)
tree51189882de7cfd180d99dbe5390c7365d5f0f861
parentfd9ba730f0426d04a21db655e401e9c5cc0b8ee4 (diff)
Only build example when we have widgets
Fixes: QTBUG-76691 Change-Id: Id26489f83ba4831e95c0e4b8fccfff8910ae82db Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
-rw-r--r--examples/speech/speech.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/speech/speech.pro b/examples/speech/speech.pro
index 708afae..2edc74c 100644
--- a/examples/speech/speech.pro
+++ b/examples/speech/speech.pro
@@ -1,2 +1,2 @@
TEMPLATE = subdirs
-SUBDIRS = hello_speak
+qtHaveModule(widgets): SUBDIRS += hello_speak