From 41bed0fdfc82ff3f2eb7f67026728d7570a7bd11 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sat, 26 Sep 2015 09:10:36 +0200 Subject: Update project file to new languages ru, pl, sk --- mageiaSync.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'mageiaSync.pro') diff --git a/mageiaSync.pro b/mageiaSync.pro index b942e14..531e18b 100644 --- a/mageiaSync.pro +++ b/mageiaSync.pro @@ -6,7 +6,7 @@ QT += core gui -greaterThan(QT_MAJOR_VERSION, 4): QT += widgets +greaterThan(QT_MAJOR_VERSION, 5): QT += widgets TARGET = mageiaSync TEMPLATE = app @@ -41,6 +41,8 @@ TRANSLATIONS += translations/mageiaSync_ro.ts TRANSLATIONS += translations/mageiaSync_sl.ts TRANSLATIONS += translations/mageiaSync_sv.ts TRANSLATIONS += translations/mageiaSync_tr.ts -TRANSLATIONS += translations/mageiaSync_uk.ts +TRANSLATIONS += translations/mageiaSync_ru.ts +TRANSLATIONS += translations/mageiaSync_sk.ts +TRANSLATIONS += translations/mageiaSync_pl.ts OTHER_FILES += -- cgit v1.2.1