mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix build on Mac with Qt4
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1894bdd3cb
commit
fc96daf93f
1 changed files with 9 additions and 5 deletions
|
@ -247,23 +247,27 @@ TRANSLATIONS = \
|
||||||
QTTRANSLATIONS = \
|
QTTRANSLATIONS = \
|
||||||
qt_da.qm \
|
qt_da.qm \
|
||||||
qt_de.qm \
|
qt_de.qm \
|
||||||
qtbase_de.qm \
|
|
||||||
qt_es.qm \
|
qt_es.qm \
|
||||||
qt_fi.qm \
|
qt_fi.qm \
|
||||||
qtbase_fi.qm \
|
|
||||||
qt_fr.qm \
|
qt_fr.qm \
|
||||||
qt_he.qm \
|
qt_he.qm \
|
||||||
qt_hu.qm \
|
qt_hu.qm \
|
||||||
qtbase_hu.qm \
|
|
||||||
qt_pl.qm \
|
qt_pl.qm \
|
||||||
qt_pt.qm \
|
qt_pt.qm \
|
||||||
qt_ru.qm \
|
qt_ru.qm \
|
||||||
qtbase_ru.qm \
|
|
||||||
qt_sk.qm \
|
qt_sk.qm \
|
||||||
qtbase_sk.qm \
|
|
||||||
qt_sv.qm \
|
qt_sv.qm \
|
||||||
qt_zh_TW.qm
|
qt_zh_TW.qm
|
||||||
|
|
||||||
|
greaterThan(QT_MAJOR_VERSION, 4) {
|
||||||
|
QTRANSLATIONS += \
|
||||||
|
qtbase_de.qm \
|
||||||
|
qtbase_fi.qm \
|
||||||
|
qtbase_hu.qm \
|
||||||
|
qtbase_ru.qm \
|
||||||
|
qtbase_sk.qm
|
||||||
|
}
|
||||||
|
|
||||||
USERMANUALS = \
|
USERMANUALS = \
|
||||||
user-manual.html \
|
user-manual.html \
|
||||||
user-manual_es.html \
|
user-manual_es.html \
|
||||||
|
|
Loading…
Add table
Reference in a new issue