diff -r 92af50454cf2 -r 8054d9d775fd QTfrontend/CMakeLists.txt --- a/QTfrontend/CMakeLists.txt Fri Oct 11 11:55:31 2013 +0200 +++ b/QTfrontend/CMakeLists.txt Fri Oct 11 17:43:13 2013 +0200 @@ -13,6 +13,12 @@ find_package(Qt4 REQUIRED) include(${QT_USE_FILE}) +if(APPLE AND + ${QTVERSION} VERSION_GREATER "4.7.0" AND + ${QTVERSION} VERSION_LESS "4.7.4") + message(FATAL_ERROR "This version of QT is known *not* to work, please update or use a lower version") +endif() + find_package(SDL REQUIRED) #video in SDLInteraction find_package(SDL_mixer REQUIRED) #audio in SDLInteraction