aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter.pro
blob: 3c19ae1d727fb4c1aff495301b0d4b9ad8468a7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
#-------------------------------------------------
#
# Project created by QtCreator 2014-09-11T10:57:25
#
#-------------------------------------------------

QT       -= gui

include($$PWD/../../SQLiteStudio3/plugins.pri)

TARGET = SqlEnterpriseFormatter
TEMPLATE = lib

DEFINES += SQLENTERPRISEFORMATTER_LIBRARY

SOURCES += sqlenterpriseformatter.cpp \
    formatfilterover.cpp \
    formatstatement.cpp \
    formatselect.cpp \
    formatexpr.cpp \
    formatlimit.cpp \
    formatwindowdefinition.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 \
    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 \
    formatupsert.cpp

HEADERS += sqlenterpriseformatter.h\
    formatfilterover.h \
    formatwindowdefinition.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 \
    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 \
    formatupsert.h

OTHER_FILES += \
    sqlenterpriseformatter.json

FORMS += \
    sqlenterpriseformatter.ui

RESOURCES += \
    sqlenterpriseformatter.qrc