diff options
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface.pro b/subsurface.pro index 519ccbb9d..4ce0ebaaf 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -250,7 +250,6 @@ QTTRANSLATIONS = \ qt_da.qm \ qt_de.qm \ qt_es.qm \ - qt_fi.qm \ qt_fr.qm \ qt_he.qm \ qt_hu.qm \ @@ -264,6 +263,7 @@ QTTRANSLATIONS = \ greaterThan(QT_MAJOR_VERSION, 4) { QTRANSLATIONS += \ qtbase_de.qm \ + qt_fi.qm \ qtbase_fi.qm \ qtbase_hu.qm \ qtbase_ru.qm \ |