From 00c7087a6dcaec455f296a9e5fdb534ffd31553a Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 13 Apr 2018 14:37:22 +0200 Subject: Branch of Qt5.11 features --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index f582600..ed4a485 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ option(Tests "Enable/disable some basic autotests" ON) # Libraries find_package(Qt5 COMPONENTS Core Widgets Concurrent REQUIRED) -find_package(Qt5 5.11 COMPONENTS WebEngineWidgets REQUIRED) +find_package(Qt5 5.10.1 COMPONENTS WebEngineWidgets REQUIRED) find_package(Boost COMPONENTS program_options REQUIRED) # Global C++ settings -- cgit v1.2.1