┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDāvis Mosāns <[email protected]>2023-02-06 21:46:02 +0000
committerDāvis Mosāns <[email protected]>2023-03-04 23:49:48 +0000
commitc2ef0392e985988a248854523362c39824480d1e (patch)
tree06de0d7a890af9d644a146d258c9bc03cfc74256 /CMakeLists.txt
parentd0fd5e3869e485b47757cc999b428a443d6aff5a (diff)
Remove deprecated KServiceTypeTrader
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3828af00e..424e30f6f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -152,7 +152,6 @@ endif()
ecm_set_disabled_deprecation_versions(
QT 5.15
KF 5.90
- KSERVICE 5.89 # We use KServiceTypeTrader in a compat code path
)
add_subdirectory(src)