From 5de2501a543c3d19ba54665c02040ac254f2a8f6 Mon Sep 17 00:00:00 2001 From: Rafael Date: Fri, 1 Apr 2016 17:33:41 +0200 Subject: [PATCH] add community translation to project file --- gta5sync.pro | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gta5sync.pro b/gta5sync.pro index 4581751..175b141 100755 --- a/gta5sync.pro +++ b/gta5sync.pro @@ -71,16 +71,15 @@ FORMS += \ UserInterface.ui TRANSLATIONS += \ - res/gta5sync_de.ts + res/gta5sync_de.ts \ + res/lang/gta5sync_ru.ts RESOURCES += \ res/app.qrc -OTHER_FILES += res/app.rc \ +DISTFILES += res/app.rc \ res/gta5sync.desktop \ - res/gta5sync_de.ts - -DISTFILES += \ + res/gta5sync_de.ts \ lang/gta5sync_ru.qm \ lang/qtbase_ru.qm \ lang/README.txt \