summaryrefslogtreecommitdiffstats
path: root/examples/speech/hello_speak/hello_speak.pro
diff options
context:
space:
mode:
authorRainer Keller <Rainer.Keller@qt.io>2018-01-12 13:32:13 +0100
committerRainer Keller <Rainer.Keller@qt.io>2018-01-12 12:43:19 +0000
commite7f2b89f4b400003b3da6d41507dba31c822aaf8 (patch)
tree781953fa66081fb0e40f375d609070680f1e08c4 /examples/speech/hello_speak/hello_speak.pro
parent964b71d8b92cdbbbbf49ecd2b3fbc55a240f6d4f (diff)
qtlite: Skip building examples when configured with no-feature-itemviews
Task-number: QTBUG-53141 Change-Id: Ia0ac2009e60e31f945c2af1716c4c4b13028c167 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
Diffstat (limited to 'examples/speech/hello_speak/hello_speak.pro')
-rw-r--r--examples/speech/hello_speak/hello_speak.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/speech/hello_speak/hello_speak.pro b/examples/speech/hello_speak/hello_speak.pro
index ca5ecc4..e770adf 100644
--- a/examples/speech/hello_speak/hello_speak.pro
+++ b/examples/speech/hello_speak/hello_speak.pro
@@ -1,6 +1,7 @@
TEMPLATE = app
QT += widgets texttospeech
+requires(qtConfig(combobox))
SOURCES = main.cpp \
mainwindow.cpp