diff options
| author | 2014-12-06 17:33:25 -0500 | |
|---|---|---|
| committer | 2014-12-06 17:33:25 -0500 | |
| commit | 7167ce41b61d2ba2cdb526777a4233eb84a3b66a (patch) | |
| tree | a35c14143716e1f2c98f808c81f89426045a946f /Plugins/CsvImport/CsvImport.pro | |
Imported Upstream version 2.99.6upstream/2.99.6
Diffstat (limited to 'Plugins/CsvImport/CsvImport.pro')
| -rw-r--r-- | Plugins/CsvImport/CsvImport.pro | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Plugins/CsvImport/CsvImport.pro b/Plugins/CsvImport/CsvImport.pro new file mode 100644 index 0000000..dfdb15b --- /dev/null +++ b/Plugins/CsvImport/CsvImport.pro @@ -0,0 +1,28 @@ +#------------------------------------------------- +# +# Project created by QtCreator 2014-05-17T20:38:58 +# +#------------------------------------------------- + +include($$PWD/../../SQLiteStudio3/plugins.pri) + +QT -= gui + +TARGET = CsvImport +TEMPLATE = lib + +DEFINES += CSVIMPORT_LIBRARY + +SOURCES += csvimport.cpp + +HEADERS += csvimport.h\ + csvimport_global.h + +FORMS += \ + CsvImportOptions.ui + +OTHER_FILES += \ + csvimport.json + +RESOURCES += \ + csvimport.qrc |
