diff options
Diffstat (limited to 'noatun-plugins/tyler/CMakeLists.txt')
-rw-r--r-- | noatun-plugins/tyler/CMakeLists.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/noatun-plugins/tyler/CMakeLists.txt b/noatun-plugins/tyler/CMakeLists.txt index 2423762..05b30fb 100644 --- a/noatun-plugins/tyler/CMakeLists.txt +++ b/noatun-plugins/tyler/CMakeLists.txt @@ -46,6 +46,13 @@ tde_add_executable( noatuntyler.bin AUTOMOC ##### other data ################################ -install( FILES tyler.plugin tylerstates +tde_create_translated_desktop( + SOURCE tyler.plugin + DESTINATION ${DATA_INSTALL_DIR}/noatun + PO_DIR noatun-plugins-desktops +) + +install( + FILES tylerstates DESTINATION ${DATA_INSTALL_DIR}/noatun ) |