From e79c58807a4a7b6d29adda2efc4199fa4ec33cdd Mon Sep 17 00:00:00 2001 From: Kevin Ottens Date: Tue, 22 Oct 2013 14:19:15 +0200 Subject: [PATCH] KLocale moved in KDE4Support --- src/declarativeimports/locale/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)