summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2015-02-13 12:47:03 +0100
committerFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2015-02-16 09:06:57 +0000
commitbb8b927840b857ad925f5b1263dd0fe57141ecbe (patch)
treec3b68498d0a03ffa3f1f48e94487b8c17a67e283 /tests
parent7093e000ee0f2b884340a18641ed12c5e57a21f7 (diff)
Fix CMake test
Change-Id: Ia2b8a4f26d25499a48ef4b71867e547c2e07808f Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/cmake/CMakeLists.txt2
-rw-r--r--tests/auto/cmake/cmake.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/cmake/CMakeLists.txt b/tests/auto/cmake/CMakeLists.txt
index ebda3be..95c1309 100644
--- a/tests/auto/cmake/CMakeLists.txt
+++ b/tests/auto/cmake/CMakeLists.txt
@@ -7,5 +7,5 @@ find_package(Qt5Core REQUIRED)
include("${_Qt5CTestMacros}")
test_module_includes(
- QtTextToSpeech
+ TextToSpeech QTextToSpeech
)
diff --git a/tests/auto/cmake/cmake.pro b/tests/auto/cmake/cmake.pro
index 511f057..c4ef553 100644
--- a/tests/auto/cmake/cmake.pro
+++ b/tests/auto/cmake/cmake.pro
@@ -1,4 +1,4 @@
# Cause make to do nothing.
TEMPLATE = subdirs
-CMAKE_QT_MODULES_UNDER_TEST = qtspeech
+CMAKE_QT_MODULES_UNDER_TEST = texttospeech
CONFIG += ctest_testcase