mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-23 06:38:07 +00:00
Set Qt minimal version to 5.9
This commit is contained in:
parent
8dfd384e3d
commit
79b9d94514
1 changed files with 2 additions and 2 deletions
|
|
@ -156,10 +156,10 @@ include(FindPkgConfig)
|
|||
set(APP_DEPENDS sdk)
|
||||
|
||||
|
||||
find_package(Qt5 5.12 COMPONENTS Core REQUIRED)
|
||||
find_package(Qt5 5.9 COMPONENTS Core REQUIRED)
|
||||
|
||||
if ( NOT Qt5_FOUND )
|
||||
message(FATAL_ERROR "Minimum supported Qt5 version is 5.12!")
|
||||
message(FATAL_ERROR "Minimum supported Qt5 version is 5.9!")
|
||||
endif()
|
||||
|
||||
find_package(LinphoneCxx CONFIG QUIET)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue