aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter.pro
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter.pro')
-rw-r--r--Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter.pro100
1 files changed, 100 insertions, 0 deletions
diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter.pro b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter.pro
new file mode 100644
index 0000000..ae68b60
--- /dev/null
+++ b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter.pro
@@ -0,0 +1,100 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2014-09-11T10:57:25
+#
+#-------------------------------------------------
+
+include($$PWD/../../SQLiteStudio3/plugins.pri)
+
+QT -= gui
+
+TARGET = SqlEnterpriseFormatter
+TEMPLATE = lib
+
+DEFINES += SQLENTERPRISEFORMATTER_LIBRARY
+
+SOURCES += sqlenterpriseformatter.cpp \
+ formatstatement.cpp \
+ formatselect.cpp \
+ formatexpr.cpp \
+ formatlimit.cpp \
+ formatwith.cpp \
+ formatraise.cpp \
+ formatcreatetable.cpp \
+ formatforeignkey.cpp \
+ formatcolumntype.cpp \
+ formatindexedcolumn.cpp \
+ formatinsert.cpp \
+ formatempty.cpp \
+ formataltertable.cpp \
+ formatanalyze.cpp \
+ formatattach.cpp \
+ formatbegintrans.cpp \
+ formatcommittrans.cpp \
+ formatcopy.cpp \
+ formatcreateindex.cpp \
+ formatcreatetrigger.cpp \
+ formatdelete.cpp \
+ formatupdate.cpp \
+ formatcreateview.cpp \
+ formatcreatevirtualtable.cpp \
+ formatdetach.cpp \
+ formatdropindex.cpp \
+ formatdroptable.cpp \
+ formatdroptrigger.cpp \
+ formatdropview.cpp \
+ formatpragma.cpp \
+ formatreindex.cpp \
+ formatrelease.cpp \
+ formatrollback.cpp \
+ formatsavepoint.cpp \
+ formatvacuum.cpp \
+ formatorderby.cpp
+
+HEADERS += sqlenterpriseformatter.h\
+ sqlenterpriseformatter_global.h \
+ formatstatement.h \
+ formatselect.h \
+ formatexpr.h \
+ formatlimit.h \
+ formatwith.h \
+ formatraise.h \
+ formatcreatetable.h \
+ formatforeignkey.h \
+ formatcolumntype.h \
+ formatindexedcolumn.h \
+ formatinsert.h \
+ formatempty.h \
+ formataltertable.h \
+ formatanalyze.h \
+ formatattach.h \
+ formatbegintrans.h \
+ formatcommittrans.h \
+ formatcopy.h \
+ formatcreateindex.h \
+ formatcreatetrigger.h \
+ formatdelete.h \
+ formatupdate.h \
+ formatcreateview.h \
+ formatcreatevirtualtable.h \
+ formatdetach.h \
+ formatdropindex.h \
+ formatdroptable.h \
+ formatdroptrigger.h \
+ formatdropview.h \
+ formatpragma.h \
+ formatreindex.h \
+ formatrelease.h \
+ formatrollback.h \
+ formatsavepoint.h \
+ formatvacuum.h \
+ formatorderby.h
+
+OTHER_FILES += \
+ sqlenterpriseformatter.json
+
+FORMS += \
+ sqlenterpriseformatter.ui
+
+RESOURCES += \
+ sqlenterpriseformatter.qrc