|
|
|
@ -72,5 +72,5 @@ qt5_create_translation(QM_FILES ${TS_FILES})
|
|
|
|
add_custom_target(translations DEPENDS ${QM_FILES} SOURCES ${TS_FILES})
|
|
|
|
add_custom_target(translations DEPENDS ${QM_FILES} SOURCES ${TS_FILES})
|
|
|
|
add_dependencies(${TARGET} translations)
|
|
|
|
add_dependencies(${TARGET} translations)
|
|
|
|
|
|
|
|
|
|
|
|
install(TARGETS ${TARGET} DESTINATION /usr/bin)
|
|
|
|
install(TARGETS ${TARGET} DESTINATION ${CMAKE_INSTALL_BINDIR})
|
|
|
|
install(FILES ${QM_FILES} DESTINATION /usr/share/${TARGET}/translations)
|
|
|
|
install(FILES ${QM_FILES} DESTINATION /usr/share/${TARGET}/translations)
|
|
|
|
|