summaryrefslogtreecommitdiffstats
path: root/examples/speech/hello_speak/hello_speak.pro
blob: e770adf438e5565f64d30231e1c216e23e684cd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = app

QT += widgets texttospeech
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