diff options
| author | 2014-12-06 17:33:25 -0500 | |
|---|---|---|
| committer | 2014-12-06 17:33:25 -0500 | |
| commit | 7167ce41b61d2ba2cdb526777a4233eb84a3b66a (patch) | |
| tree | a35c14143716e1f2c98f808c81f89426045a946f /Plugins/PdfExport/PdfExport.pro | |
Imported Upstream version 2.99.6upstream/2.99.6
Diffstat (limited to 'Plugins/PdfExport/PdfExport.pro')
| -rw-r--r-- | Plugins/PdfExport/PdfExport.pro | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Plugins/PdfExport/PdfExport.pro b/Plugins/PdfExport/PdfExport.pro new file mode 100644 index 0000000..46dda37 --- /dev/null +++ b/Plugins/PdfExport/PdfExport.pro @@ -0,0 +1,26 @@ +#------------------------------------------------- +# +# 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 |
