From 761e4876f649e7b300b0d9ebe4f6bb7344f2e51a Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Fri, 20 Jul 2012 14:54:50 +0200 Subject: [PATCH] Fix typo: delyed -> delayed Change-Id: I1e9c17a85a52f15f252392426fa0b30c101c7c30 Reviewed-by: Marius Storm-Olsen --- tests/auto/cmake/CMakeLists.txt | 6 +++--- .../CMakeLists.txt | 10 +++++----- .../main.cpp | 2 +- .../resource_file.txt | 0 4 files changed, 9 insertions(+), 9 deletions(-) rename tests/auto/cmake/{test_add_resources_delyed_file => test_add_resources_delayed_file}/CMakeLists.txt (55%) rename tests/auto/cmake/{test_add_resources_delyed_file => test_add_resources_delayed_file}/main.cpp (97%) rename tests/auto/cmake/{test_add_resources_delyed_file => test_add_resources_delayed_file}/resource_file.txt (100%) 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" "