mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 20:33:24 +00:00
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>
This commit is contained in:
parent
a0fc0d5125
commit
5f5834698c
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue