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