summaryrefslogtreecommitdiffstats
path: root/subsurface.pro
diff options
context:
space:
mode:
Diffstat (limited to 'subsurface.pro')
-rw-r--r--subsurface.pro14
1 files changed, 9 insertions, 5 deletions
diff --git a/subsurface.pro b/subsurface.pro
index af3f6e1b8..1d891a190 100644
--- a/subsurface.pro
+++ b/subsurface.pro
@@ -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 \