pull/6/merge
李二狗 4 years ago committed by GitHub
commit 5f6737aabb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,3 +32,18 @@ target_link_libraries(cutefish-texteditor
Qt5::Quick
KF5::SyntaxHighlighting
)
# Let go of comments when adding internationalized files
# file(GLOB TS_FILES translations/*.ts)
# qt5_create_translation(QM_FILES ${TS_FILES})
# add_custom_target(translations DEPENDS ${QM_FILES} SOURCES ${TS_FILES})
# add_dependencies(${PROJECT_NAME} translations)
# install(FILES ${QM_FILES} DESTINATION /usr/share/cutefish-texteditor/translations)
install(TARGETS ${PROJECT_NAME} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
install(FILES
cutefish-editor.desktop
DESTINATION /usr/share/applications/
COMPONENT Runtime
)

Loading…
Cancel
Save