Add a desktop entry file
This commit is contained in:
@@ -54,6 +54,13 @@ install(DIRECTORY
|
|||||||
DESTINATION ${EXAMPLES_INSTALL_DIR}
|
DESTINATION ${EXAMPLES_INSTALL_DIR}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if(UNIX AND NOT APPLE)
|
||||||
|
install(FILES
|
||||||
|
${CMAKE_CURRENT_LIST_DIR}/share/qteletextmaker.desktop
|
||||||
|
DESTINATION ${CMAKE_INSTALL_DATADIR}/applications
|
||||||
|
)
|
||||||
|
endif()
|
||||||
|
|
||||||
qt_generate_deploy_app_script(
|
qt_generate_deploy_app_script(
|
||||||
TARGET qteletextmaker
|
TARGET qteletextmaker
|
||||||
OUTPUT_SCRIPT deploy_script
|
OUTPUT_SCRIPT deploy_script
|
||||||
|
|||||||
9
share/qteletextmaker.desktop
Normal file
9
share/qteletextmaker.desktop
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=QTeletextMaker
|
||||||
|
GenericName=Teletext page editor
|
||||||
|
Exec=qteletextmaker %F
|
||||||
|
TryExec=qteletextmaker
|
||||||
|
Categories=Graphics;
|
||||||
|
Keywords=teletext;
|
||||||
|
MimeType=text/x.teletext.tti;text/x-softel-teletext;
|
||||||
Reference in New Issue
Block a user