Set Qt minimal version to 5.9

This commit is contained in:
Julien Wadel 2020-07-13 11:38:56 +02:00
parent 8dfd384e3d
commit 79b9d94514

View file

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