Sync QT_MIN_VERSION with KF's REQUIRED_QT_VERSION
In KF we already looking for 5.15.2 and looking something lower than that is a bit meaningless
This commit is contained in:
parent
b25f7e07a8
commit
5373c03779
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ if (SAILFISHOS)
|
|||
set(QT_MIN_VERSION "5.6.0")
|
||||
else()
|
||||
set(KF5_MIN_VERSION "5.95.0")
|
||||
set(QT_MIN_VERSION "5.10.0")
|
||||
set(QT_MIN_VERSION "5.15.2")
|
||||
set(KDE_COMPILERSETTINGS_LEVEL "5.84.0")
|
||||
endif()
|
||||
set(KDE_COMPILERSETTINGS_LEVEL "5.82")
|
||||
|
|
Loading…
Reference in a new issue