d5bef21f7b
This is in line with the frameworks naming policy, camelcasing. Up until now, libplasma was the only library being KF5::plasma, that is now KF5::Plasma.
17 lines
584 B
CMake
17 lines
584 B
CMake
set(customDataContainers_SRCS
|
|
customDataContainersEngine.cpp
|
|
httpContainer.cpp
|
|
)
|
|
|
|
kservice_desktop_to_json(plasma-dataengine-example-customDataContainers.desktop)
|
|
|
|
plasma_add_plugin(plasma_dataengine_example_customDataContainers ${customDataContainers_SRCS})
|
|
target_link_libraries(plasma_dataengine_example_customDataContainers
|
|
Plasma
|
|
KF5::KIOCore
|
|
KF5::KService
|
|
)
|
|
|
|
install(TARGETS plasma_dataengine_example_customDataContainers DESTINATION ${PLUGIN_INSTALL_DIR})
|
|
install(FILES plasma-dataengine-example-customDataContainers.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|