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

QT += widgets texttospeech

SOURCES = main.cpp \
          mainwindow.cpp
HEADERS = mainwindow.h

FORMS = mainwindow.ui

# install
target.path = $$[QT_INSTALL_EXAMPLES]/speech/hello_speak
INSTALLS += target