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
564 B
22 lines
564 B
file(GLOB DIRECTORY_FILES_IN desktop-directories/*.directory.in)
|
|
|
|
# Translations **********************************
|
|
lxqt_translate_desktop(DIRECTORY_FILES
|
|
SOURCES
|
|
${DIRECTORY_FILES_IN}
|
|
)
|
|
add_custom_target(desktop_directories_files ALL DEPENDS ${DIRECTORY_FILES})
|
|
#************************************************
|
|
|
|
install(FILES
|
|
${DIRECTORY_FILES}
|
|
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/desktop-directories"
|
|
COMPONENT Runtime
|
|
)
|
|
|
|
install(FILES
|
|
lxqt-applications.menu
|
|
DESTINATION "${LXQT_ETC_XDG_DIR}/menus"
|
|
COMPONENT Runtime
|
|
)
|