From 07ce95a6094ced5c2a718255d663a6c67d0f26b7 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Mon, 16 May 2022 17:12:27 +0200 Subject: 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 Reviewed-by: Volker Hilsheimer Reviewed-by: Jarkko Koivikko --- examples/speech/quickspeech/quickspeech.pro | 1 + 1 file changed, 1 insertion(+) create mode 100644 examples/speech/quickspeech/quickspeech.pro (limited to 'examples/speech/quickspeech/quickspeech.pro') 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!) -- cgit v1.2.3