Remove defunc & now deprecated SHOW_DEPRECATIONS flag

ecm_set_disabled_deprecation_versions() in versions < 5.96 was brokwn
when it comes to SHOW_DEPRECATIONS, warnings for newer deprecations
were disabled if the flag was set or not.
Starting with ECM 5.96 the macro now enables warnings by default,
so the flag is no longer needed.

GIT_SILENT
This commit is contained in:
Friedrich W. H. Kossebau
2022-06-28 23:28:21 +02:00
parent c82ce66061
commit a24ab0841d

View File

@@ -56,7 +56,6 @@ if(QT_MAJOR_VERSION EQUAL "6")
# with Qt6, you have latest ECM anyway
include(ECMDeprecationSettings)
ecm_set_disabled_deprecation_versions(
SHOW_DEPRECATIONS
QT 5.15.2
KF 5.93.0
)