From 5f5834698cb0cf955f09a6f766afca7972b6c2be Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 21 Aug 2014 06:10:13 -0500 Subject: [PATCH] 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 --- subsurface.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \