From 654f3249d1cf3f3ff674b2ff6cca7a2ef3517f60 Mon Sep 17 00:00:00 2001 From: Steve Pieper Date: Thu, 12 Jul 2012 16:15:40 -0400 Subject: [PATCH] Fix for numerical range of generated wrappers associated with Qt 4.8 The numerical range should probably be detected automatically. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 932024de..e356304e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -158,7 +158,7 @@ foreach(qtlib core gui network opengl sql svg uitools webkit xml xmlpatterns) set(file_prefix generated_cpp${generated_cpp_suffix}/com_trolltech_qt_${qtlib}/com_trolltech_qt_${qtlib}) - foreach(index RANGE 0 10) + foreach(index RANGE 0 11) # Source files if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${file_prefix}${index}.cpp)