aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/CsvExport/CsvExport.pro
blob: 1599a132213fbb3e0f10599598be57738a7aed04 (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
#-------------------------------------------------
#
# Project created by QtCreator 2014-06-14T16:04:07
#
#-------------------------------------------------

QT       -= gui

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

TARGET = CsvExport
TEMPLATE = lib

DEFINES += CSVEXPORT_LIBRARY

SOURCES += csvexport.cpp

HEADERS += csvexport.h\
        csvexport_global.h

FORMS += \
    CsvExport.ui

OTHER_FILES += \
    csvexport.json

RESOURCES += \
    csvexport.qrc



TRANSLATIONS += CsvExport_zh_CN.ts \
		CsvExport_sk.ts \
		CsvExport_de.ts \
		CsvExport_ru.ts \
		CsvExport_pt_BR.ts \
		CsvExport_fr.ts \
		CsvExport_es.ts \
		CsvExport_pl.ts