blob: 575e04118e3b42a8c0502a6fb80b5d4bcf2b23ec [file] [log] [blame]
TEMPLATE = app
QT += widgets texttospeech
requires(qtHaveModule(gui))
qtHaveModule(gui): requires(qtConfig(combobox))
SOURCES = main.cpp \
mainwindow.cpp
HEADERS = mainwindow.h
FORMS = mainwindow.ui
# install
target.path = $$[QT_INSTALL_EXAMPLES]/speech/hello_speak
INSTALLS += target