diff options
Diffstat (limited to 'Plugins/JsonExport/JsonExport.pro')
| -rw-r--r-- | Plugins/JsonExport/JsonExport.pro | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/Plugins/JsonExport/JsonExport.pro b/Plugins/JsonExport/JsonExport.pro index c259664..6f8ae18 100644 --- a/Plugins/JsonExport/JsonExport.pro +++ b/Plugins/JsonExport/JsonExport.pro @@ -4,10 +4,10 @@ # #------------------------------------------------- -include($$PWD/../../SQLiteStudio3/plugins.pri) - QT -= gui +include($$PWD/../../SQLiteStudio3/plugins.pri) + TARGET = JsonExport TEMPLATE = lib @@ -28,5 +28,23 @@ RESOURCES += \ jsonexport.qrc -TRANSLATIONS += JsonExport_pl.ts +TRANSLATIONS += JsonExport_zh_CN.ts \ + JsonExport_sk.ts \ + JsonExport_de.ts \ + JsonExport_ru.ts \ + JsonExport_pt_BR.ts \ + JsonExport_fr.ts \ + JsonExport_es.ts \ + JsonExport_pl.ts + + + + + + + + + + + |
