Remove KWidgets references
This commit is contained in:
parent
4d10921548
commit
b2f5a68bbb
5 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -28,7 +28,6 @@ target_link_libraries(
|
|||
KF5::KConfigWidgets
|
||||
KF5::KGuiAddons
|
||||
KF5::KI18n
|
||||
KF5::KWidgets
|
||||
KF5::KWindowSystem
|
||||
${KDE4_KDEUI_LIBRARY} # KStyle
|
||||
${Qt5Widgets_LIBRARIES}
|
||||
|
|
|
@ -37,7 +37,6 @@ target_link_libraries(kwin_oxygen_config
|
|||
${KConfig_LIBRARIES}
|
||||
${KCompletion_LIBRARIES}
|
||||
${KGuiAddons_LIBRARIES}
|
||||
${KWidgets_LIBRARIES}
|
||||
${KWindowSystem_LIBRARIES}
|
||||
${KI18n_LIBRARIES}
|
||||
)
|
||||
|
|
|
@ -23,7 +23,6 @@ target_link_libraries(oxygen-shadow-demo
|
|||
)
|
||||
|
||||
target_link_libraries(oxygen-shadow-demo
|
||||
${KWidgets_LIBRARIES}
|
||||
${KI18n_LIBRARIES}
|
||||
)
|
||||
|
||||
|
|
|
@ -11,7 +11,6 @@ target_link_libraries(kwin_killer_helper
|
|||
${KDE4Support_LIBRARIES} # KCmdLineArgs
|
||||
KF5::KAuth
|
||||
KF5::KI18n
|
||||
KF5::KWidgets
|
||||
KF5::KWidgetsAddons
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue