mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-03 11:53:41 +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} )
|
add_executable( ${PROGRAM_EXE} ${PROGRAM_SRC} )
|
||||||
|
|
||||||
# Libraries
|
# 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 )
|
target_link_libraries( ${PROGRAM_EXE} Qt5::Core Qt5::Widgets common )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue