mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
generic: adjust to kdelibs changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
ccab491278
commit
4f2a08c1c9
20 changed files with 19 additions and 26 deletions
|
@ -80,7 +80,7 @@ kde4_add_kcfg_files(dolphinprivate_LIB_SRCS
|
|||
add_library(dolphinprivate SHARED ${dolphinprivate_LIB_SRCS})
|
||||
|
||||
target_link_libraries(dolphinprivate
|
||||
KDE4::kfile
|
||||
KDE4::kio
|
||||
konq
|
||||
)
|
||||
|
||||
|
@ -169,7 +169,7 @@ set(dolphin_SRCS ${dolphin_SRCS} panels/terminal/terminalpanel.cpp)
|
|||
add_executable(dolphin ${dolphin_SRCS})
|
||||
|
||||
target_link_libraries(dolphin
|
||||
KDE4::kfile
|
||||
KDE4::kio
|
||||
KDE4::kparts
|
||||
KDE4::kcmutils
|
||||
KDE4::solid
|
||||
|
@ -245,10 +245,10 @@ kde4_add_plugin(kcm_dolphinnavigation ${kcm_dolphinnavigation_PART_SRCS})
|
|||
kde4_add_plugin(kcm_dolphinservices ${kcm_dolphinservices_PART_SRCS})
|
||||
kde4_add_plugin(kcm_dolphingeneral ${kcm_dolphingeneral_PART_SRCS})
|
||||
|
||||
target_link_libraries(kcm_dolphinviewmodes KDE4::kdeui KDE4::kfile dolphinprivate)
|
||||
target_link_libraries(kcm_dolphinnavigation KDE4::kdeui KDE4::kfile dolphinprivate)
|
||||
target_link_libraries(kcm_dolphinservices KDE4::kdeui KDE4::kfile KDE4::kio dolphinprivate)
|
||||
target_link_libraries(kcm_dolphingeneral KDE4::kdeui KDE4::kfile KDE4::kio dolphinprivate)
|
||||
target_link_libraries(kcm_dolphinviewmodes KDE4::kdeui KDE4::kio dolphinprivate)
|
||||
target_link_libraries(kcm_dolphinnavigation KDE4::kdeui KDE4::kio dolphinprivate)
|
||||
target_link_libraries(kcm_dolphinservices KDE4::kdeui KDE4::kio dolphinprivate)
|
||||
target_link_libraries(kcm_dolphingeneral KDE4::kdeui KDE4::kio dolphinprivate)
|
||||
|
||||
install(
|
||||
TARGETS
|
||||
|
|
|
@ -8,7 +8,7 @@ set(katefilebrowserplugin_PART_SRCS
|
|||
kde4_add_plugin(katefilebrowserplugin ${katefilebrowserplugin_PART_SRCS})
|
||||
|
||||
target_link_libraries(katefilebrowserplugin
|
||||
KDE4::kfile
|
||||
KDE4::kio
|
||||
KDE4::kparts
|
||||
kateinterfaces
|
||||
)
|
||||
|
|
|
@ -7,7 +7,6 @@ target_link_libraries(ktexteditor_hlselection
|
|||
KDE4::kio
|
||||
KDE4::ktexteditor
|
||||
KDE4::kdeui
|
||||
KDE4::kfile
|
||||
)
|
||||
|
||||
install(
|
||||
|
|
|
@ -7,7 +7,6 @@ target_link_libraries(ktexteditor_insertfile
|
|||
KDE4::kio
|
||||
KDE4::ktexteditor
|
||||
KDE4::kdeui
|
||||
KDE4::kfile
|
||||
)
|
||||
|
||||
install(
|
||||
|
|
|
@ -14,7 +14,7 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
|
|||
kde4_add_plugin(katefiletreeplugin ${katefiletreeplugin_PART_SRCS})
|
||||
|
||||
target_link_libraries(katefiletreeplugin
|
||||
KDE4::kfile
|
||||
KDE4::kio
|
||||
KDE4::kparts
|
||||
KDE4::ktexteditor
|
||||
kateinterfaces
|
||||
|
|
|
@ -13,7 +13,6 @@ qt4_add_dbus_adaptor(kdialog_SRCS
|
|||
add_executable(kdialog ${kdialog_SRCS})
|
||||
|
||||
target_link_libraries(kdialog
|
||||
KDE4::kfile
|
||||
KDE4::kio
|
||||
)
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ set(kfind_SRCS
|
|||
add_executable(kfind ${kfind_SRCS})
|
||||
|
||||
target_link_libraries(kfind
|
||||
KDE4::kfile
|
||||
KDE4::kio
|
||||
KDE4::karchive
|
||||
konq
|
||||
)
|
||||
|
|
|
@ -49,7 +49,7 @@ set( kinfocenter_SRCS
|
|||
add_executable(kinfocenter ${kinfocenter_SRCS} )
|
||||
|
||||
target_link_libraries(kinfocenter
|
||||
KDE4::kfile
|
||||
KDE4::kio
|
||||
KDE4::kcmutils
|
||||
)
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ add_executable(kmediaplayer main.cpp kmediawindow.cpp)
|
|||
target_link_libraries(kmediaplayer
|
||||
KDE4::kdecore
|
||||
KDE4::kdeui
|
||||
KDE4::kfile
|
||||
KDE4::kio
|
||||
KDE4::kcmutils
|
||||
KDE4::kmediaplayer
|
||||
KDE4::solid
|
||||
|
|
|
@ -22,7 +22,7 @@ target_link_libraries(konq PRIVATE
|
|||
)
|
||||
target_link_libraries(konq PUBLIC
|
||||
KDE4::kparts
|
||||
KDE4::kfile
|
||||
KDE4::kio
|
||||
)
|
||||
|
||||
set_target_properties(konq PROPERTIES
|
||||
|
|
|
@ -19,7 +19,7 @@ target_link_libraries(libkonq-konqmimedatatest konq
|
|||
kde4_add_test(libkonq-konqpopupmenutest konqpopupmenutest.cpp)
|
||||
|
||||
target_link_libraries(libkonq-konqpopupmenutest
|
||||
KDE4::kfile
|
||||
KDE4::kio
|
||||
${QT_QTCORE_LIBRARY}
|
||||
${QT_QTGUI_LIBRARY}
|
||||
${QT_QTTEST_LIBRARY}
|
||||
|
|
|
@ -22,7 +22,7 @@ add_library(plasmagenericshell SHARED ${plasmagenericshell_LIB_SRCS})
|
|||
target_link_libraries(plasmagenericshell PUBLIC
|
||||
KDE4::plasma
|
||||
KDE4::kdeui
|
||||
KDE4::kfile
|
||||
KDE4::kio
|
||||
KDE4::solid
|
||||
kworkspace
|
||||
)
|
||||
|
|
|
@ -35,7 +35,6 @@ kde4_add_plugin(plasma_applet_folderview ${folderview_SRCS})
|
|||
target_link_libraries(plasma_applet_folderview
|
||||
KDE4::plasma
|
||||
KDE4::kio
|
||||
KDE4::kfile
|
||||
KDE4::knetworkmanager
|
||||
${X11_LIBRARIES}
|
||||
konq
|
||||
|
|
|
@ -31,7 +31,7 @@ QT4_ADD_DBUS_INTERFACE(libkickoff_SRCS ${krunner_xml} krunner_interface)
|
|||
set(ksmserver_xml ${CMAKE_SOURCE_DIR}/ksmserver/org.kde.KSMServerInterface.xml)
|
||||
QT4_ADD_DBUS_INTERFACE(libkickoff_SRCS ${ksmserver_xml} ksmserver_interface)
|
||||
|
||||
set(Kickoff_LIBS KDE4::kio KDE4::kfile KDE4::solid kworkspace)
|
||||
set(Kickoff_LIBS KDE4::kio KDE4::solid kworkspace)
|
||||
|
||||
add_library(kickoff SHARED ${libkickoff_SRCS})
|
||||
target_link_libraries(kickoff KDE4::plasma ${Kickoff_LIBS})
|
||||
|
|
|
@ -4,7 +4,7 @@ set(trash_SRCS
|
|||
trash.cpp)
|
||||
|
||||
kde4_add_plugin(plasma_applet_trash ${trash_SRCS})
|
||||
target_link_libraries(plasma_applet_trash KDE4::plasma KDE4::solid KDE4::kfile KDE4::kio KDE4::kcmutils)
|
||||
target_link_libraries(plasma_applet_trash KDE4::plasma KDE4::solid KDE4::kio KDE4::kcmutils)
|
||||
|
||||
install(TARGETS plasma_applet_trash DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
|
||||
install(FILES plasma-applet-trash.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})
|
||||
|
|
|
@ -7,7 +7,7 @@ set(krunner_xml ${CMAKE_SOURCE_DIR}/krunner/dbus/org.kde.krunner.App.xml)
|
|||
QT4_ADD_DBUS_INTERFACE(desktop_SRCS ${krunner_xml} krunner_interface)
|
||||
|
||||
kde4_add_plugin(plasma_containment_desktop ${desktop_SRCS})
|
||||
target_link_libraries(plasma_containment_desktop KDE4::plasma KDE4::kio KDE4::kfile)
|
||||
target_link_libraries(plasma_containment_desktop KDE4::plasma KDE4::kio)
|
||||
|
||||
install(TARGETS plasma_containment_desktop DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
|
||||
install(FILES plasma-containment-desktop.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})
|
||||
|
|
|
@ -6,11 +6,10 @@ set(krunner_placesrunner_SRCS
|
|||
kde4_add_plugin(krunner_placesrunner ${krunner_placesrunner_SRCS})
|
||||
target_link_libraries(
|
||||
krunner_placesrunner
|
||||
KDE4::kfile
|
||||
KDE4::solid
|
||||
KDE4::kio
|
||||
KDE4::plasma
|
||||
)
|
||||
)
|
||||
|
||||
install(TARGETS krunner_placesrunner DESTINATION ${KDE4_PLUGIN_INSTALL_DIR} )
|
||||
|
||||
|
|
|
@ -25,7 +25,6 @@ add_executable(plasma-desktop ${plasma_SRCS})
|
|||
target_link_libraries(plasma-desktop
|
||||
KDE4::plasma
|
||||
KDE4::kio
|
||||
KDE4::kfile
|
||||
KDE4::ktexteditor
|
||||
KDE4::kidletime
|
||||
${X11_LIBRARIES}
|
||||
|
|
|
@ -17,7 +17,6 @@ target_link_libraries(plasma-windowed
|
|||
KDE4::plasma
|
||||
KDE4::kio
|
||||
${X11_LIBRARIES}
|
||||
KDE4::kfile
|
||||
kworkspace
|
||||
)
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ set(image_SRCS
|
|||
)
|
||||
|
||||
kde4_add_plugin(plasma_wallpaper_image ${image_SRCS})
|
||||
target_link_libraries(plasma_wallpaper_image KDE4::plasma KDE4::kio KDE4::kfile)
|
||||
target_link_libraries(plasma_wallpaper_image KDE4::plasma KDE4::kio)
|
||||
|
||||
install(TARGETS plasma_wallpaper_image DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
|
||||
install(FILES plasma-wallpaper-image.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})
|
||||
|
|
Loading…
Add table
Reference in a new issue