summaryrefslogtreecommitdiffstats
path: root/examples/speech/hello_speak/hello_speak.pro
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-03-09 03:00:47 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-03-09 03:00:47 +0100
commitf98930fc465412d5921486ec0497bb5d5b74ae8b (patch)
tree29805278cc18ea81e8e00f9cb9d8c5adf5e3cb52 /examples/speech/hello_speak/hello_speak.pro
parent4a972ad8027b2e4845a8a3ac3f119dc0f3b05407 (diff)
parentca42f92ab22c26fbcd6b1408ef57ed5199313456 (diff)
Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta1
Diffstat (limited to 'examples/speech/hello_speak/hello_speak.pro')
-rw-r--r--examples/speech/hello_speak/hello_speak.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/speech/hello_speak/hello_speak.pro b/examples/speech/hello_speak/hello_speak.pro
index e770adf..575e041 100644
--- a/examples/speech/hello_speak/hello_speak.pro
+++ b/examples/speech/hello_speak/hello_speak.pro
@@ -1,7 +1,8 @@
TEMPLATE = app
QT += widgets texttospeech
-requires(qtConfig(combobox))
+requires(qtHaveModule(gui))
+qtHaveModule(gui): requires(qtConfig(combobox))
SOURCES = main.cpp \
mainwindow.cpp