diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-08-21 06:10:13 -0500 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-08-21 06:10:13 -0500 |
commit | 5f5834698cb0cf955f09a6f766afca7972b6c2be (patch) | |
tree | 34dbaa6ea7192101c4fc79ea4f1b13fc76b27bdd /subsurface.pro | |
parent | a0fc0d5125f97119740106e75a1b92d565d68f1f (diff) | |
download | subsurface-5f5834698cb0cf955f09a6f766afca7972b6c2be.tar.gz |
One more attempt to get Mac back to work with Qt4
This was stupid on my part - I didn't look closely enough at the offending
commit the first time I tried to fix it. And didn't have access to a
working Mac with working Qt4 to test (still don't).
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 \ |