We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 155ad3e commit 22ffcabCopy full SHA for 22ffcab
CMakeLists.txt
@@ -117,6 +117,9 @@ if(WIN32)
117
install(FILES src/gui/res/about.svg DESTINATION .)
118
install(FILES src/gui/res/unicast.svg DESTINATION .)
119
install(FILES src/gui/res/multicast.svg DESTINATION .)
120
+ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/de.gmo DESTINATION de RENAME ${LOCALE_DOMAIN}.mo)
121
+ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/es.gmo DESTINATION es RENAME ${LOCALE_DOMAIN}.mo)
122
+ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/sv.gmo DESTINATION sv RENAME ${LOCALE_DOMAIN}.mo)
123
endif(WIN32)
124
125
0 commit comments