summaryrefslogtreecommitdiffstats
path: root/examples/speech/hello_speak/hello_speak.pro
diff options
context:
space:
mode:
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