diff --git a/tests/auto/cmake/CMakeLists.txt b/tests/auto/cmake/CMakeLists.txt index 6ee8ee2126a..46d1d784a8a 100644 --- a/tests/auto/cmake/CMakeLists.txt +++ b/tests/auto/cmake/CMakeLists.txt @@ -28,8 +28,8 @@ # 9/11 Test #9: test_dbus_module ................. Passed 3.46 sec # Start 10: test_multiple_find_package # 10/11 Test #10: test_multiple_find_package ....... Passed 0.07 sec -# Start 11: test_add_resources_delyed_file -# 11/11 Test #11: test_add_resources_delyed_file ... Passed 0.38 sec +# Start 11: test_add_resources_delayed_file +# 11/11 Test #11: test_add_resources_delayed_file .. Passed 0.38 sec # # # Note that if Qt is not installed, or if it is installed to a @@ -67,5 +67,5 @@ if (Qt5DBus_FOUND AND NOT APPLE) expect_pass(test_dbus_module) endif() expect_pass(test_multiple_find_package) -expect_pass(test_add_resources_delyed_file) +expect_pass(test_add_resources_delayed_file) expect_pass(test_private_includes) diff --git a/tests/auto/cmake/test_add_resources_delyed_file/CMakeLists.txt b/tests/auto/cmake/test_add_resources_delayed_file/CMakeLists.txt similarity index 55% rename from tests/auto/cmake/test_add_resources_delyed_file/CMakeLists.txt rename to tests/auto/cmake/test_add_resources_delayed_file/CMakeLists.txt index a64f1680da2..a2dbe76c4f2 100644 --- a/tests/auto/cmake/test_add_resources_delyed_file/CMakeLists.txt +++ b/tests/auto/cmake/test_add_resources_delayed_file/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) -project(test_add_resources_delyed_file) +project(test_add_resources_delayed_file) find_package(Qt5Core REQUIRED) @@ -9,9 +9,9 @@ include_directories(${Qt5Core_INCLUDE_DIRS}) add_definitions(${Qt5Core_DEFINITIONS}) -qt5_add_resources(rcc_files "${CMAKE_CURRENT_BINARY_DIR}/test_add_resources_delyed_file.qrc") +qt5_add_resources(rcc_files "${CMAKE_CURRENT_BINARY_DIR}/test_add_resources_delayed_file.qrc") -file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/test_add_resources_delyed_file.qrc" " +file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/test_add_resources_delayed_file.qrc" " ${CMAKE_CURRENT_SOURCE_DIR}/resource_file.txt @@ -20,5 +20,5 @@ file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/test_add_resources_delyed_file.qrc" "