diff options
| author | 2015-02-22 14:06:29 -0500 | |
|---|---|---|
| committer | 2015-02-22 14:06:29 -0500 | |
| commit | 306d6d3ca9c9ad774d19135681a7f9805f77035f (patch) | |
| tree | a3e36ac2cc769162c30a1bcc33e126f7a4f4ccea /Plugins/CsvImport/CsvImport.pro | |
| parent | 016003905ca0e8e459e3dc33e786beda8ec92f45 (diff) | |
Imported Upstream version 3.0.3upstream/3.0.3
Diffstat (limited to 'Plugins/CsvImport/CsvImport.pro')
| -rw-r--r-- | Plugins/CsvImport/CsvImport.pro | 24 |
1 files changed, 21 insertions, 3 deletions
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 + + + + + + + + + + + |
