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.
10 lines
415 B
10 lines
415 B
add_definitions(-DTRANSLATION_DOMAIN=\"plasma_package_layouttemplate\") |
|
|
|
kcoreaddons_add_plugin(plasma_packagestructure_layoutemplate SOURCES layouttemplate.cpp INSTALL_NAMESPACE "kpackage/packagestructure") |
|
|
|
target_link_libraries(plasma_packagestructure_layoutemplate |
|
KF5::I18n |
|
KF5::Package |
|
) |
|
|
|
kcoreaddons_desktop_to_json(plasma_packagestructure_layoutemplate plasma-packagestructure-layouttemplate.desktop)
|
|
|