File: hello_speak.pro

package info (click to toggle)
qtspeech-opensource-src 5.15.15-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 908 kB
  • sloc: cpp: 3,241; java: 231; makefile: 17; ansic: 12; xml: 7
file content (15 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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