summaryrefslogtreecommitdiffstats
path: root/Plugins/JsonExport/JsonExport.pro
blob: 6f8ae1834d71aa7d7de23cf98a0f929860acee35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#-------------------------------------------------
#
# Project created by QtCreator 2014-07-16T20:04:29
#
#-------------------------------------------------

QT       -= gui

include($$PWD/../../SQLiteStudio3/plugins.pri)

TARGET = JsonExport
TEMPLATE = lib

DEFINES += JSONEXPORT_LIBRARY

SOURCES += jsonexport.cpp

HEADERS += jsonexport.h\
        jsonexport_global.h

OTHER_FILES += \
    jsonexport.json

FORMS += \
    jsonexport.ui

RESOURCES += \
    jsonexport.qrc


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