Skip to content

Commit c8ef804

Browse files
committed
Install qm files
1 parent 50a7228 commit c8ef804

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: langs/CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ else()
4444
TS_FILES ${qtnote_TRS}
4545
QM_FILES_OUTPUT_VARIABLE qtnote_QM)
4646
endif()
47-
add_custom_target(build_translations ALL DEPENDS ${qtnote_QM})
47+
48+
install(FILES ${qtnote_QM} DESTINATION ${TRANSLATIONSDIR} COMPONENT Executable)

0 commit comments

Comments
 (0)