summaryrefslogtreecommitdiffstats
path: root/examples/speech/CMakeLists.txt
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2019-09-17 10:27:32 +0200
committerJarkko Koivikko <jarkko.koivikko@code-q.fi>2022-02-11 15:39:43 +0200
commitb4dbc0de5b72442ebc982eb6f5e796afad027b62 (patch)
treee6b19b34c481f93bc429826a27de99f93d3f0e4b /examples/speech/CMakeLists.txt
parentf153303d1577dbf334101359f9978249b5445fa4 (diff)
Re-generate the CMake project files
Change-Id: I85d3f7aeae6fe3971eec5b7d2da4e975c09b124c Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi>
Diffstat (limited to 'examples/speech/CMakeLists.txt')
-rw-r--r--examples/speech/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/speech/CMakeLists.txt b/examples/speech/CMakeLists.txt
new file mode 100644
index 0000000..e66e7a0
--- /dev/null
+++ b/examples/speech/CMakeLists.txt
@@ -0,0 +1,5 @@
+# Generated from speech.pro.
+
+if(TARGET Qt::Widgets)
+ add_subdirectory(hello_speak)
+endif()