From bc903a1983ee0ef1380f9f9d86fccef10fb4467d Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Tue, 9 Apr 2019 18:51:34 +0200 Subject: [PATCH] Removed qtquick1 translation as it is not supported in newert Qt versions anymore --- translationhelper.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/translationhelper.cmake b/translationhelper.cmake index 3114db9..6f1e2f3 100644 --- a/translationhelper.cmake +++ b/translationhelper.cmake @@ -4,13 +4,11 @@ set(QT_TRANSLATIONS qt_en.qm qtbase_en.qm qtmultimedia_en.qm - qtquick1_en.qm qtscript_en.qm qtxmlpatterns_en.qm qt_de.qm qtbase_de.qm qtmultimedia_de.qm - qtquick1_de.qm qtscript_de.qm qtxmlpatterns_de.qm )