1
0
Fork 0
forked from lthn/blockchain

an attempt to fix linux build

This commit is contained in:
sowle 2024-05-04 02:05:17 +02:00
parent 2b1c1094a6
commit 5e07e3c4e0
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -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)