diff --git a/src/declarativeimports/locale/CMakeLists.txt b/src/declarativeimports/locale/CMakeLists.txt index 2d78db724..3e2aa6d28 100644 --- a/src/declarativeimports/locale/CMakeLists.txt +++ b/src/declarativeimports/locale/CMakeLists.txt @@ -20,7 +20,7 @@ target_link_libraries(localebindingsplugin ${Qt5Quick_LIBRARIES} ${Qt5Qml_LIBRARIES} ${KCore_LIBRARIES} - KF5::KDE4Attic + ${KDE4Support_LIBRARIES} KF5::KI18n ) install(TARGETS localebindingsplugin DESTINATION ${QML_INSTALL_DIR}/org/kde/locale)