Remove KWidgets references

This commit is contained in:
Hrvoje Senjan 2013-08-07 03:23:58 +02:00
parent 4d10921548
commit b2f5a68bbb
5 changed files with 0 additions and 5 deletions

View file

@ -32,7 +32,6 @@ set(decoration_plugin_SRCS
add_library(decorationplugin SHARED ${decoration_plugin_SRCS})
target_link_libraries(decorationplugin
KF5::KWidgets # KColorScheme
${KDE4_KDEUI_LIBRARY} # KGlobalSettings
${Qt5Declarative_LIBRARIES}
kdecorations

View file

@ -28,7 +28,6 @@ target_link_libraries(
KF5::KConfigWidgets
KF5::KGuiAddons
KF5::KI18n
KF5::KWidgets
KF5::KWindowSystem
${KDE4_KDEUI_LIBRARY} # KStyle
${Qt5Widgets_LIBRARIES}

View file

@ -37,7 +37,6 @@ target_link_libraries(kwin_oxygen_config
${KConfig_LIBRARIES}
${KCompletion_LIBRARIES}
${KGuiAddons_LIBRARIES}
${KWidgets_LIBRARIES}
${KWindowSystem_LIBRARIES}
${KI18n_LIBRARIES}
)

View file

@ -23,7 +23,6 @@ target_link_libraries(oxygen-shadow-demo
)
target_link_libraries(oxygen-shadow-demo
${KWidgets_LIBRARIES}
${KI18n_LIBRARIES}
)

View file

@ -11,7 +11,6 @@ target_link_libraries(kwin_killer_helper
${KDE4Support_LIBRARIES} # KCmdLineArgs
KF5::KAuth
KF5::KI18n
KF5::KWidgets
KF5::KWidgetsAddons
)