summaryrefslogtreecommitdiffstats
path: root/core/modules/qt5core
diff options
context:
space:
mode:
authorSimon Rettberg2018-09-07 16:43:14 +0200
committerSimon Rettberg2018-09-07 16:43:14 +0200
commit638c506e7cbf38594e496b15aba45ee33931e25b (patch)
treeb0b72d57a30036e0f6da6fd43ee50a38586447b4 /core/modules/qt5core
parentADD MODULE YOU IDIOT (diff)
downloadmltk-638c506e7cbf38594e496b15aba45ee33931e25b.tar.gz
mltk-638c506e7cbf38594e496b15aba45ee33931e25b.tar.xz
mltk-638c506e7cbf38594e496b15aba45ee33931e25b.zip
[qt5core] Include all qt language files, not just qt_??.qm
Diffstat (limited to 'core/modules/qt5core')
-rw-r--r--core/modules/qt5core/module.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/modules/qt5core/module.conf b/core/modules/qt5core/module.conf
index c7ed9acd..15487174 100644
--- a/core/modules/qt5core/module.conf
+++ b/core/modules/qt5core/module.conf
@@ -8,8 +8,8 @@ REQUIRED_LIBRARIES="
REQUIRED_DIRECTORIES="
"
REQUIRED_FILES="
- /usr/share/qt5/translations/qt_en.qm
- /usr/share/qt5/translations/qt_de.qm
- /usr/share/qt5/translations/qt_fr.qm
- /usr/share/qt5/translations/qt_zh_CN.qm
+ /usr/share/qt5/translations/qt*_en.qm
+ /usr/share/qt5/translations/qt*_de.qm
+ /usr/share/qt5/translations/qt*_fr.qm
+ /usr/share/qt5/translations/qt*_zh_CN.qm
"