summaryrefslogtreecommitdiffstats
path: root/examples/speech/hello_speak/hello_speak.pro
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-08-21 12:37:36 +0200
committerFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2015-08-22 08:47:13 +0000
commitbc8a097b1ccfa7de31193b5dccb5a64f8bfd7551 (patch)
treec5682edc6c8d113703ad486f8cfb5dbe67b229f6 /examples/speech/hello_speak/hello_speak.pro
parent2e95885ca368b2f3cdc1a258fd6567b2e0a7fe3b (diff)
Doc: Moved the examples to examples/speech
With the earlier directory structure of examples/widgets, the speech examples would end up in the widgets directory along with other Qt Widgets examples in the Qt binary pkg. Change-Id: Ib9ad0826e23c493a4fc5b1d1e7acf9addad3be65 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
Diffstat (limited to 'examples/speech/hello_speak/hello_speak.pro')
-rw-r--r--examples/speech/hello_speak/hello_speak.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/speech/hello_speak/hello_speak.pro b/examples/speech/hello_speak/hello_speak.pro
new file mode 100644
index 0000000..40df883
--- /dev/null
+++ b/examples/speech/hello_speak/hello_speak.pro
@@ -0,0 +1,9 @@
+TEMPLATE = app
+
+QT += widgets texttospeech
+
+SOURCES = main.cpp \
+ mainwindow.cpp
+HEADERS = mainwindow.h
+
+FORMS = mainwindow.ui