diff options
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 |
