Skip to content

Commit 654f324

Browse files
pieperjcfr
authored andcommittedJul 12, 2012
Fix for numerical range of generated wrappers associated with Qt 4.8
The numerical range should probably be detected automatically.
1 parent 97df3b0 commit 654f324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ foreach(qtlib core gui network opengl sql svg uitools webkit xml xmlpatterns)
158158

159159
set(file_prefix generated_cpp${generated_cpp_suffix}/com_trolltech_qt_${qtlib}/com_trolltech_qt_${qtlib})
160160

161-
foreach(index RANGE 0 10)
161+
foreach(index RANGE 0 11)
162162

163163
# Source files
164164
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${file_prefix}${index}.cpp)

0 commit comments

Comments
 (0)
Please sign in to comment.