summaryrefslogtreecommitdiffstats
path: root/Plugins/JsonExport/JsonExport.pro
blob: c259664c63fcb632e664179f4fbbcf4dfa9d1331 (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
#-------------------------------------------------
#
# Project created by QtCreator 2014-07-16T20:04:29
#
#-------------------------------------------------

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

QT       -= gui

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_pl.ts