${KDE4Support_LIBRARIES} => KF5::KDE4Support

Fixes a few link errors
icc-effect-5.14.5
Aurélien Gâteau 2013-10-29 13:00:46 +01:00
parent 4bd28e90af
commit 05b6de1002
9 changed files with 9 additions and 9 deletions

View File

@ -247,7 +247,7 @@ set(kwin_QT_LIBS
)
set(kwin_KDE_LIBS
${KDE4Support_LIBRARIES}
KF5::KDE4Support
KF5::KDeclarative
KF5::KConfigCore
KF5::KCoreAddons

View File

@ -3,7 +3,7 @@ set(kwin_effect_OWN_LIBS
)
set(kwin_effect_KDE_LIBS
${KDE4Support_LIBRARIES}
KF5::KDE4Support
KF5::KConfigCore
KF5::KConfigWidgets
KF5::KI18n

View File

@ -33,7 +33,7 @@ target_link_libraries(kcm_kwindecoration
KF5::KCompletion
KF5::KI18n
${KDE4_KNEWSTUFF3_LIBS}
${KDE4Support_LIBRARIES}
KF5::KDE4Support
)
install(TARGETS kcm_kwindecoration DESTINATION ${PLUGIN_INSTALL_DIR} )

View File

@ -13,7 +13,7 @@ target_link_libraries(kcm_kwindesktop
KF5::KI18n
KF5::KWindowSystem
KF5::XmlGui
${KDE4Support_LIBRARIES}
KF5::KDE4Support
${X11_LIBRARIES}
)

View File

@ -3,7 +3,7 @@
set(kcm_kwinoptions_PART_SRCS windows.cpp mouse.cpp main.cpp )
kde4_add_ui_files(kcm_kwinoptions_PART_SRCS actions.ui advanced.ui focus.ui mouse.ui moving.ui)
kde4_add_plugin(kcm_kwinoptions ${kcm_kwinoptions_PART_SRCS})
target_link_libraries(kcm_kwinoptions Qt5::DBus KF5::KCompletion KF5::KI18n KF5::KCMUtils ${KDE4Support_LIBRARIES})
target_link_libraries(kcm_kwinoptions Qt5::DBus KF5::KCompletion KF5::KI18n KF5::KCMUtils KF5::KDE4Support)
install(TARGETS kcm_kwinoptions DESTINATION ${PLUGIN_INSTALL_DIR} )

View File

@ -25,7 +25,7 @@ set(kcm_libs
KF5::KI18n
KF5::KWindowSystem
KF5::XmlGui
${KDE4Support_LIBRARIES}
KF5::KDE4Support
${X11_LIBRARIES}
)

View File

@ -16,7 +16,7 @@ target_link_libraries( kcm_kwinscreenedges ${X11_LIBRARIES}
KF5::KI18n
KF5::KService
KF5::Plasma
${KDE4Support_LIBRARIES}
KF5::KDE4Support
)
install( TARGETS kcm_kwinscreenedges DESTINATION ${PLUGIN_INSTALL_DIR} )

View File

@ -16,7 +16,7 @@ target_link_libraries(kcm_kwin_scripts
KF5::KIOCore
KF5::KI18n
KF5::Plasma
${KDE4Support_LIBRARIES}
KF5::KDE4Support
${KDE4_KNEWSTUFF3_LIBS}
)

View File

@ -31,7 +31,7 @@ target_link_libraries(kcm_kwintabbox
KF5::Plasma
KF5::XmlGui
${KDE4_KNEWSTUFF3_LIBS}
${KDE4Support_LIBRARIES}
KF5::KDE4Support
${XCB_XCB_LIBRARY})
install(TARGETS kcm_kwintabbox DESTINATION ${PLUGIN_INSTALL_DIR} )