diff options
Diffstat (limited to 'Plugins/CsvExport/CsvExport.pro')
| -rw-r--r-- | Plugins/CsvExport/CsvExport.pro | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Plugins/CsvExport/CsvExport.pro b/Plugins/CsvExport/CsvExport.pro new file mode 100644 index 0000000..9ffc8f9 --- /dev/null +++ b/Plugins/CsvExport/CsvExport.pro @@ -0,0 +1,29 @@ +#------------------------------------------------- +# +# Project created by QtCreator 2014-06-14T16:04:07 +# +#------------------------------------------------- + +include($$PWD/../../SQLiteStudio3/plugins.pri) + +QT -= gui + +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 + |
