Skip to content

Commit

Permalink
Also deploy Qt 4 translations, closes #360 (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Apr 30, 2019
1 parent 3f22639 commit 9bb5ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/linuxdeployqt/shared.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1868,7 +1868,7 @@ bool deployTranslations(const QString &sourcePath, const QString &target, quint6
// Find available languages prefixes by checking on qtbase.
QStringList prefixes;
QDir sourceDir(sourcePath);
const QStringList qmFilter = QStringList(QStringLiteral("qtbase_*.qm"));
const QStringList qmFilter = QStringList(QStringLiteral("qt*.qm"));
foreach (QString qmFile, sourceDir.entryList(qmFilter)) {
qmFile.chop(3);
qmFile.remove(0, 7);
Expand Down

0 comments on commit 9bb5ff7

Please sign in to comment.