From ecb20e57d4980320e4155ca03bc62dd8055feeb9 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Tue, 19 Mar 2013 23:10:40 +0100 Subject: Rename the qtinclude variable to qtclass. Change-Id: If454627be464e388cb8f529a6041d3ec804f22ce Reviewed-by: Oswald Buddenhagen Reviewed-by: Stephen Kelly --- src/corelib/Qt5CTestMacros.cmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/corelib/Qt5CTestMacros.cmake') diff --git a/src/corelib/Qt5CTestMacros.cmake b/src/corelib/Qt5CTestMacros.cmake index b313cd5c08..fd9ada874c 100644 --- a/src/corelib/Qt5CTestMacros.cmake +++ b/src/corelib/Qt5CTestMacros.cmake @@ -134,18 +134,18 @@ function(test_module_includes) set(instances_string "") while(all_args) list(GET all_args 0 qtmodule) - list(GET all_args 1 qtinclude) + list(GET all_args 1 qtclass) list(REMOVE_AT all_args 0 1) set(includes_string "${includes_string} - #include <${qtinclude}> - #include + #include <${qtclass}> + #include #include #include " ) set(instances_string "${instances_string} - ${qtinclude} local${qtinclude}; + ${qtclass} local${qtclass}; ") endwhile() -- cgit v1.2.3