summaryrefslogtreecommitdiffstats
path: root/examples/speech/quickspeech/quickspeech.pro
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-05-16 17:12:27 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-05-21 11:51:17 +0200
commit07ce95a6094ced5c2a718255d663a6c67d0f26b7 (patch)
tree023108aa4075280ac2511c98cbc1446ea68f6bde /examples/speech/quickspeech/quickspeech.pro
parent9b60e7bd06c26507141a8e1de156638bc7dd9252 (diff)
Documentation fixes
The name of the module is QtTextToSpeech, not Qt Speech, rename things accordingly, esp the QML import URI, and adjust examples. Update the module's index page to use the global macro for generating the "Using the module" section, and add a changes file with some first bits about porting to Qt 6. Add an examples page and a documentation page for the Qt Quick example, which also needs a qmake project file to prevent a qdoc warning (even though there is no project that needs to be built). Change-Id: I29d9126f52dc0f3a0294a27a34af89daa249db5d Reviewed-by: Axel Spoerl <axel.spoerl@qt.io> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi>
Diffstat (limited to 'examples/speech/quickspeech/quickspeech.pro')
-rw-r--r--examples/speech/quickspeech/quickspeech.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/speech/quickspeech/quickspeech.pro b/examples/speech/quickspeech/quickspeech.pro
new file mode 100644
index 0000000..3f53fd7
--- /dev/null
+++ b/examples/speech/quickspeech/quickspeech.pro
@@ -0,0 +1 @@
+error(This example can be run directly with the qml tool!)