mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
plasma: image wallpaper plugin does not need ThreadWeaver
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
b350f02aee
commit
44e6a19534
1 changed files with 1 additions and 3 deletions
|
@ -7,15 +7,13 @@ set(image_SRCS
|
|||
removebuttonmanager.cpp
|
||||
removebutton.cpp
|
||||
itemsview.cpp
|
||||
imageconfig.ui
|
||||
slideshowconfig.ui
|
||||
)
|
||||
|
||||
set(ksmserver_xml ${CMAKE_SOURCE_DIR}/ksmserver/org.kde.KSMServerInterface.xml)
|
||||
qt4_add_dbus_interface(image_SRCS ${ksmserver_xml} ksmserver_interface)
|
||||
|
||||
kde4_add_plugin(plasma_wallpaper_image ${image_SRCS})
|
||||
target_link_libraries(plasma_wallpaper_image ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS} ${KDE4_KFILE_LIBS} ${KDE4_THREADWEAVER_LIBRARY})
|
||||
target_link_libraries(plasma_wallpaper_image ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS} ${KDE4_KFILE_LIBS})
|
||||
|
||||
install(TARGETS plasma_wallpaper_image DESTINATION ${PLUGIN_INSTALL_DIR})
|
||||
install(FILES plasma-wallpaper-image.desktop DESTINATION ${SERVICES_INSTALL_DIR})
|
||||
|
|
Loading…
Add table
Reference in a new issue