Port away from KDE4
This commit is contained in:
parent
302c10cd9e
commit
cf04b69494
@ -11,11 +11,13 @@ qt4_add_dbus_adaptor (
|
||||
platformstatus.h PlatformStatus
|
||||
)
|
||||
|
||||
kde4_add_plugin( kded_platformstatus ${kded_platformstatus_SRCS} )
|
||||
add_library(kded_platformstatus MODULE ${kded_platformstatus_SRCS} )
|
||||
set_target_properties(kded_platformstatus PROPERTIES PREFIX "")
|
||||
|
||||
target_link_libraries(
|
||||
kded_platformstatus
|
||||
${KDE4_KDECORE_LIBS}
|
||||
${KCore_LIBRARIES}
|
||||
${KService_LIBRARIES}
|
||||
${KCoreAddons_LIBRARIES}
|
||||
${KDBusAddons_LIBRARIES}
|
||||
Qt5::DBus
|
||||
|
Loading…
Reference in New Issue
Block a user