Add note to add -DQT_NO_FOREACH and fix code

wilder-portage
Kurt Hindenburg 7 years ago
parent 74d91745e6
commit 7e55dcf11e
  1. 3
      CMakeLists.txt

@ -61,6 +61,9 @@ if(NOT APPLE)
endif()
set(HAVE_X11 ${X11_FOUND})
# FIXME: Fix code to allow this
#add_definitions(-DQT_NO_FOREACH)
# See above includes for defaults
add_definitions(
-DQT_STRICT_ITERATORS

Loading…
Cancel
Save