Fix #243516: Switch languages doesn't work, languages.xml missing from build
see https://musescore.org/en/node/245221
This commit is contained in:
parent
180ad68bdc
commit
8a880d96ce
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@
|
|||
install(DIRECTORY ./
|
||||
DESTINATION ${Mscore_SHARE_NAME}${Mscore_INSTALL_NAME}locale
|
||||
FILES_MATCHING
|
||||
REGEX ".*\\.qm")
|
||||
REGEX ".*\\.qm"
|
||||
REGEX "languages\\.xml")
|
||||
|
||||
if (MINGW)
|
||||
install(DIRECTORY ${CROSSQT}/translations/
|
||||
|
|
Loading…
Reference in a new issue