Skip to content

Commit

Permalink
Fix for numerical range of generated wrappers associated with Qt 4.8
Browse files Browse the repository at this point in the history
The numerical range should probably be detected automatically.
  • Loading branch information
pieper authored and jcfr committed Jul 12, 2012
1 parent 97df3b0 commit 654f324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 654f324

Please sign in to comment.