Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 33c97fa091
)
r14.0.x
parent
b06708f5eb
commit
8e674b278c
@ -1,11 +1,9 @@
|
||||
file( GLOB _files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} .directory *.desktop )
|
||||
|
||||
foreach( _source ${_files} )
|
||||
tde_create_translated_desktop(
|
||||
SOURCE ${_source}
|
||||
SOURCE ${_files}
|
||||
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/extras
|
||||
PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/extras
|
||||
PO_DIR extras
|
||||
)
|
||||
endforeach()
|
||||
|
||||
tde_auto_add_subdirectories( )
|
||||
|
Loading…
Reference in new issue