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:
parent
69017c7a21
commit
a2ec5eaaec
1 changed files with 1 additions and 1 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue