diff -up bibletime-2.11.0/CMakeLists.txt.webengine bibletime-2.11.0/CMakeLists.txt --- bibletime-2.11.0/CMakeLists.txt.webengine 2017-01-15 22:12:29.655271244 +0100 +++ bibletime-2.11.0/CMakeLists.txt 2017-01-15 22:13:12.595271244 +0100 @@ -150,12 +150,6 @@ IF("${BIBLETIME_FRONTEND}" STREQUAL "MOB ADD_DEFINITIONS("-DBT_MOBILE") ENDIF() -IF(Qt5Core_VERSION VERSION_LESS 5.6.0) - SET(USEWEBENGINE OFF) -ELSE() - SET(USEWEBENGINE ON) -ENDIF() - IF(USEWEBENGINE) ADD_DEFINITIONS("-DUSEWEBENGINE") ENDIF()