1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-17 03:50:03 +02:00

gui/CMakeLists.txt: Force Qt 5.11 or later.

This commit is contained in:
Henrik Hautakoski 2020-04-09 14:03:01 +02:00
parent 69017c7a21
commit a2ec5eaaec

View file

@ -18,5 +18,5 @@ set( PROGRAM_SRC
add_executable( ${PROGRAM_EXE} ${PROGRAM_SRC} )
# Libraries
find_package( Qt5 COMPONENTS Core Widgets REQUIRED )
find_package( Qt5 5.11 COMPONENTS Core Widgets REQUIRED )
target_link_libraries( ${PROGRAM_EXE} Qt5::Core Qt5::Widgets common )