From 306d6d3ca9c9ad774d19135681a7f9805f77035f Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 22 Feb 2015 14:06:29 -0500 Subject: Imported Upstream version 3.0.3 --- Plugins/CsvImport/CsvImport.pro | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'Plugins/CsvImport/CsvImport.pro') diff --git a/Plugins/CsvImport/CsvImport.pro b/Plugins/CsvImport/CsvImport.pro index fdd85b6..6ce08d1 100644 --- a/Plugins/CsvImport/CsvImport.pro +++ b/Plugins/CsvImport/CsvImport.pro @@ -4,10 +4,10 @@ # #------------------------------------------------- -include($$PWD/../../SQLiteStudio3/plugins.pri) - QT -= gui +include($$PWD/../../SQLiteStudio3/plugins.pri) + TARGET = CsvImport TEMPLATE = lib @@ -28,5 +28,23 @@ RESOURCES += \ csvimport.qrc -TRANSLATIONS += CsvImport_pl.ts +TRANSLATIONS += CsvImport_zh_CN.ts \ + CsvImport_sk.ts \ + CsvImport_de.ts \ + CsvImport_ru.ts \ + CsvImport_pt_BR.ts \ + CsvImport_fr.ts \ + CsvImport_es.ts \ + CsvImport_pl.ts + + + + + + + + + + + -- cgit v1.2.3