diff options
Diffstat (limited to 'Plugins/SqlFormatterSimple/SqlFormatterSimple.pro')
| -rw-r--r-- | Plugins/SqlFormatterSimple/SqlFormatterSimple.pro | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Plugins/SqlFormatterSimple/SqlFormatterSimple.pro b/Plugins/SqlFormatterSimple/SqlFormatterSimple.pro new file mode 100644 index 0000000..2c60801 --- /dev/null +++ b/Plugins/SqlFormatterSimple/SqlFormatterSimple.pro @@ -0,0 +1,28 @@ +#------------------------------------------------- +# +# Project created by QtCreator 2013-12-02T16:14:12 +# +#------------------------------------------------- + +include($$PWD/../../SQLiteStudio3/plugins.pri) + +QT -= gui + +TARGET = SqlFormatterSimple +TEMPLATE = lib + +DEFINES += SQLFORMATTERSIMPLE_LIBRARY + +SOURCES += sqlformattersimpleplugin.cpp + +HEADERS += sqlformattersimpleplugin.h\ + sqlformattersimple_global.h + +FORMS += \ + SqlFormatterSimple.ui + +OTHER_FILES += \ + sqlformattersimple.json + +RESOURCES += \ + sqlformattersimple.qrc |
