blob: 598e23cfc0a55f9ce33cea2385eeafd56e01470c (
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
|
#-------------------------------------------------
#
# Project created by QtCreator 2014-06-23T01:06:41
#
#-------------------------------------------------
include($$PWD/../../SQLiteStudio3/plugins.pri)
TARGET = PdfExport
TEMPLATE = lib
DEFINES += PDFEXPORT_LIBRARY
SOURCES += pdfexport.cpp
HEADERS += pdfexport.h\
pdfexport_global.h
OTHER_FILES += \
pdfexport.json
FORMS += \
pdfexport.ui
RESOURCES += \
pdfexport.qrc
TRANSLATIONS += PdfExport_pl.ts
|