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.
22 lines
362 B
22 lines
362 B
add_subdirectory( pics )
|
|
add_subdirectory( icons )
|
|
|
|
|
|
##### icons
|
|
|
|
tde_install_icons( )
|
|
|
|
|
|
##### other data
|
|
|
|
tde_create_translated_desktop(
|
|
SOURCE x-edu.desktop x-edugallery.desktop
|
|
DESTINATION ${MIME_INSTALL_DIR}/application
|
|
PO_DIR keduca-mimetypes
|
|
)
|
|
|
|
tde_create_translated_desktop(
|
|
SOURCE keduca.desktop keducabuilder.desktop
|
|
PO_DIR keduca-desktops
|
|
)
|