Fix build on Mac with Qt4

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-08-19 21:26:14 -05:00
parent 1894bdd3cb
commit fc96daf93f

View file

@ -247,23 +247,27 @@ TRANSLATIONS = \
QTTRANSLATIONS = \
qt_da.qm \
qt_de.qm \
qtbase_de.qm \
qt_es.qm \
qt_fi.qm \
qtbase_fi.qm \
qt_fr.qm \
qt_he.qm \
qt_hu.qm \
qtbase_hu.qm \
qt_pl.qm \
qt_pt.qm \
qt_ru.qm \
qtbase_ru.qm \
qt_sk.qm \
qtbase_sk.qm \
qt_sv.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 = \
user-manual.html \
user-manual_es.html \