From 7167ce41b61d2ba2cdb526777a4233eb84a3b66a Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sat, 6 Dec 2014 17:33:25 -0500 Subject: Imported Upstream version 2.99.6 --- Plugins/SqlFormatterSimple/SqlFormatterSimple.pro | 28 +++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Plugins/SqlFormatterSimple/SqlFormatterSimple.pro (limited to 'Plugins/SqlFormatterSimple/SqlFormatterSimple.pro') 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 -- cgit v1.2.3