an attempt to fix linux build
This commit is contained in:
parent
2b1c1094a6
commit
5e07e3c4e0
1 changed files with 1 additions and 0 deletions
|
|
@ -264,6 +264,7 @@ elseif(NOT MSVC)
|
|||
endif()
|
||||
|
||||
if(BUILD_GUI)
|
||||
cmake_minimum_required(VERSION 3.1) # <-- this is important for Linux GUI build, don't touch it -- sowle
|
||||
find_package(Qt5Widgets REQUIRED)
|
||||
find_package(Qt5WebEngineWidgets REQUIRED)
|
||||
find_package(Qt5WebChannel REQUIRED)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue