aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/XmlExport/XmlExport.pro
blob: b7ae73a97f17a827bd3b413016da7f0c85c274aa (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
51
52
53
54
55
#-------------------------------------------------
#
# Project created by QtCreator 2014-06-15T05:20:57
#
#-------------------------------------------------

QT       -= gui

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

TARGET = XmlExport
TEMPLATE = lib

DEFINES += XMLEXPORT_LIBRARY

SOURCES += xmlexport.cpp

HEADERS += xmlexport.h\
        xmlexport_global.h

FORMS += XmlExport.ui

OTHER_FILES += \
    xmlexport.json

RESOURCES += \
    xmlexport.qrc


TRANSLATIONS += XmlExport_ro_RO.ts \
		XmlExport_de.ts \
		XmlExport_it.ts \
		XmlExport_zh_CN.ts \
		XmlExport_sk.ts \
		XmlExport_ru.ts \
		XmlExport_pt_BR.ts \
		XmlExport_fr.ts \
		XmlExport_es.ts \
		XmlExport_pl.ts