Adjust to replacements
This commit is contained in:
parent
b2f5a68bbb
commit
7aa789f781
2 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,7 @@ target_link_libraries(
|
|||
KF5::KGuiAddons
|
||||
KF5::KI18n
|
||||
KF5::KWindowSystem
|
||||
${KDE4_KDEUI_LIBRARY} # KStyle
|
||||
KF5::KStyle # KStyle
|
||||
${Qt5Widgets_LIBRARIES}
|
||||
${Qt5X11Extras_LIBRARIES}
|
||||
${X11_X11_LIB}
|
||||
|
|
|
@ -24,6 +24,7 @@ target_link_libraries(oxygen-shadow-demo
|
|||
|
||||
target_link_libraries(oxygen-shadow-demo
|
||||
${KI18n_LIBRARIES}
|
||||
KF5::KConfigWidgets
|
||||
)
|
||||
|
||||
target_link_libraries(oxygen-shadow-demo oxygenstyle )
|
||||
|
|
Loading…
Reference in a new issue