CMake: reduce required KF5 version to support Debian
This commit is contained in:
parent
e1bb6f1eb3
commit
1a865fd2fb
@ -179,8 +179,8 @@ else()
|
|||||||
set(qtname "Qt5")
|
set(qtname "Qt5")
|
||||||
set(kfname "KF5")
|
set(kfname "KF5")
|
||||||
set(QT_VERSION 5.15.0)
|
set(QT_VERSION 5.15.0)
|
||||||
set(ECM_VERSION 5.100)
|
set(ECM_VERSION 5.78)
|
||||||
set(KF_VERSION 5.100)
|
set(KF_VERSION 5.78)
|
||||||
# API that was deprecated before Qt 5.15 causes a compile error
|
# API that was deprecated before Qt 5.15 causes a compile error
|
||||||
add_compile_definitions(QT_DISABLE_DEPRECATED_BEFORE=0x050f00)
|
add_compile_definitions(QT_DISABLE_DEPRECATED_BEFORE=0x050f00)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user