You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
511 B
16 lines
511 B
add_definitions(-DTRANSLATION_DOMAIN=\"plasma_package_plasmashell\") |
|
|
|
set(shellpackage_SRCS |
|
shellpackage.cpp |
|
) |
|
|
|
add_library(plasma_packagestructure_plasmashell MODULE ${shellpackage_SRCS}) |
|
|
|
target_link_libraries(plasma_packagestructure_plasmashell |
|
KF5::I18n |
|
KF5::Package |
|
) |
|
|
|
kcoreaddons_desktop_to_json(plasma_packagestructure_plasmashell plasma-packagestructure-plasma-shell.desktop) |
|
|
|
install(TARGETS plasma_packagestructure_plasmashell DESTINATION ${KDE_INSTALL_PLUGINDIR}/kpackage/packagestructure)
|
|
|