forked from giowck/symphytum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Symphytum.pro
231 lines (218 loc) · 8.24 KB
/
Symphytum.pro
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
#-------------------------------------------------
#
# Project created by QtCreator 2012-03-22T23:00:55
#
#-------------------------------------------------
QT += core gui sql network svg widgets printsupport
win32 {
QT += winextras
}
macx {
TARGET = Symphytum
}
unix:!macx|win32 {
TARGET = symphytum
}
TEMPLATE = app
SOURCES += main.cpp\
components/sync_framework/foldersyncdriver.cpp \
widgets/mainwindow.cpp \
utils/definitionholder.cpp \
views/formview/formview.cpp \
components/formlayoutmatrix.cpp \
widgets/form_widgets/abstractformwidget.cpp \
widgets/form_widgets/testformwidget.cpp \
views/formview/droprectwidget.cpp \
views/formview/selectrectwidget.cpp \
views/formview/resizedotwidget.cpp \
widgets/viewtoolbarwidget.cpp \
widgets/searchlineedit.cpp \
widgets/dockwidget.cpp \
views/tableview/tableview.cpp \
components/metadataengine.cpp \
models/standardmodel.cpp \
models/testmodel.cpp \
models/collectionlistmodel.cpp \
components/databasemanager.cpp \
views/tableview/tableviewdelegate.cpp \
components/settingsmanager.cpp \
views/collectionlistview/collectionlistview.cpp \
widgets/form_widgets/textformwidget.cpp \
utils/platformcolorservice.cpp \
widgets/form_widgets/numberformwidget.cpp \
widgets/textarea.cpp \
utils/metadatapropertiesparser.cpp \
utils/formwidgetvalidator.cpp \
views/formview/emptyformwidget.cpp \
widgets/field_widgets/addfielddialog.cpp \
widgets/field_widgets/abstractfieldwizard.cpp \
widgets/field_widgets/textfieldwizard.cpp \
widgets/field_widgets/numberfieldwizard.cpp \
components/undocommands.cpp \
views/collectionlistview/collectionviewdelegate.cpp \
utils/formviewlayoutstate.cpp \
components/sync_framework/abstractsyncdriver.cpp \
components/sync_framework/dropboxsyncdriver.cpp \
widgets/syncconfigdialog.cpp \
components/backupmanager.cpp \
components/filemanager.cpp \
components/sync_framework/syncsession.cpp \
components/sync_framework/syncengine.cpp \
widgets/syncstatuswidget.cpp \
widgets/syncprocessdialog.cpp \
utils/qtsingleapplication/qtsinglecoreapplication.cpp \
utils/qtsingleapplication/qtsingleapplication.cpp \
utils/qtsingleapplication/qtlockedfile.cpp \
utils/qtsingleapplication/qtlockedfile_win.cpp \
utils/qtsingleapplication/qtlockedfile_unix.cpp \
utils/qtsingleapplication/qtlocalpeer.cpp \
widgets/preferencesdialog.cpp \
widgets/backupdialog.cpp \
widgets/form_widgets/checkboxformwidget.cpp \
widgets/field_widgets/checkboxfieldwizard.cpp \
widgets/form_widgets/imageformwidget.cpp \
widgets/field_widgets/imagefieldwizard.cpp \
views/tableview/editors/imagetypeeditor.cpp \
components/updatemanager.cpp \
widgets/form_widgets/comboboxformwidget.cpp \
widgets/field_widgets/comboboxfieldwizard.cpp \
widgets/form_widgets/progressformwidget.cpp \
widgets/field_widgets/progressfieldwizard.cpp \
widgets/form_widgets/filesformwidget.cpp \
widgets/field_widgets/filesfieldwizard.cpp \
views/tableview/editors/filestypeeditor.cpp \
widgets/field_widgets/datefieldwizard.cpp \
widgets/form_widgets/dateformwidget.cpp \
widgets/field_widgets/creationdatefieldwizard.cpp \
widgets/form_widgets/creationdateformwidget.cpp \
widgets/field_widgets/moddatefieldwizard.cpp \
widgets/form_widgets/moddateformwidget.cpp \
utils/collectionfieldcleaner.cpp \
components/alarmmanager.cpp \
widgets/alarmlistdialog.cpp \
widgets/printdialog.cpp \
widgets/exportdialog.cpp \
widgets/importdialog.cpp \
widgets/aboutdialog.cpp \
widgets/form_widgets/urlformwidget.cpp \
widgets/field_widgets/urlfieldwizard.cpp \
widgets/field_widgets/emailfieldwizard.cpp \
widgets/form_widgets/emailformwidget.cpp \
components/sync_framework/megasyncdriver.cpp \
widgets/upgradesuccessdialog.cpp
HEADERS += widgets/mainwindow.h \
components/sync_framework/foldersyncdriver.h \
utils/definitionholder.h \
views/formview/formview.h \
components/formlayoutmatrix.h \
widgets/form_widgets/abstractformwidget.h \
widgets/form_widgets/testformwidget.h \
views/formview/droprectwidget.h \
views/formview/selectrectwidget.h \
views/formview/resizedotwidget.h \
widgets/viewtoolbarwidget.h \
widgets/searchlineedit.h \
widgets/dockwidget.h \
views/tableview/tableview.h \
components/metadataengine.h \
models/standardmodel.h \
models/testmodel.h \
models/collectionlistmodel.h \
components/databasemanager.h \
views/tableview/tableviewdelegate.h \
components/settingsmanager.h \
views/collectionlistview/collectionlistview.h \
widgets/form_widgets/textformwidget.h \
utils/platformcolorservice.h \
widgets/form_widgets/numberformwidget.h \
widgets/textarea.h \
utils/metadatapropertiesparser.h \
utils/formwidgetvalidator.h \
views/formview/emptyformwidget.h \
widgets/field_widgets/addfielddialog.h \
widgets/field_widgets/abstractfieldwizard.h \
widgets/field_widgets/textfieldwizard.h \
widgets/field_widgets/numberfieldwizard.h \
components/undocommands.h \
views/collectionlistview/collectionviewdelegate.h \
utils/formviewlayoutstate.h \
components/sync_framework/abstractsyncdriver.h \
components/sync_framework/dropboxsyncdriver.h \
widgets/syncconfigdialog.h \
components/backupmanager.h \
components/filemanager.h \
components/sync_framework/syncsession.h \
components/sync_framework/syncengine.h \
widgets/syncstatuswidget.h \
widgets/syncprocessdialog.h \
utils/qtsingleapplication/qtsinglecoreapplication.h \
utils/qtsingleapplication/qtsingleapplication.h \
utils/qtsingleapplication/qtlockedfile.h \
utils/qtsingleapplication/qtlocalpeer.h \
widgets/preferencesdialog.h \
widgets/backupdialog.h \
widgets/form_widgets/checkboxformwidget.h \
widgets/field_widgets/checkboxfieldwizard.h \
widgets/form_widgets/imageformwidget.h \
widgets/field_widgets/imagefieldwizard.h \
views/tableview/editors/imagetypeeditor.h \
components/updatemanager.h \
widgets/form_widgets/comboboxformwidget.h \
widgets/field_widgets/comboboxfieldwizard.h \
widgets/form_widgets/progressformwidget.h \
widgets/field_widgets/progressfieldwizard.h \
widgets/form_widgets/filesformwidget.h \
widgets/field_widgets/filesfieldwizard.h \
views/tableview/editors/filestypeeditor.h \
widgets/field_widgets/datefieldwizard.h \
widgets/form_widgets/dateformwidget.h \
widgets/field_widgets/creationdatefieldwizard.h \
widgets/form_widgets/creationdateformwidget.h \
widgets/field_widgets/moddatefieldwizard.h \
widgets/form_widgets/moddateformwidget.h \
utils/collectionfieldcleaner.h \
components/alarmmanager.h \
widgets/alarmlistdialog.h \
widgets/printdialog.h \
widgets/exportdialog.h \
widgets/importdialog.h \
widgets/aboutdialog.h \
widgets/form_widgets/urlformwidget.h \
widgets/field_widgets/urlfieldwizard.h \
widgets/field_widgets/emailfieldwizard.h \
widgets/form_widgets/emailformwidget.h \
components/sync_framework/megasyncdriver.h \
widgets/upgradesuccessdialog.h
RESOURCES += \
resources/resources.qrc
FORMS += \
ui/emptyformwidget.ui \
ui/textfieldwizard.ui \
ui/addfielddialog.ui \
ui/numberfieldwizard.ui \
ui/syncconfigdialog.ui \
ui/syncprocessdialog.ui \
ui/preferencesdialog.ui \
ui/backupdialog.ui \
ui/checkboxfieldwizard.ui \
ui/imagefieldwizard.ui \
ui/comboboxfieldwizard.ui \
ui/progressfieldwizard.ui \
ui/filesfieldwizard.ui \
ui/datefieldwizard.ui \
ui/creationdatefieldwizard.ui \
ui/moddatefieldwizard.ui \
ui/alarmlistdialog.ui \
ui/printdialog.ui \
ui/exportdialog.ui \
ui/importdialog.ui \
ui/aboutdialog.ui \
ui/urlfieldwizard.ui \
ui/emailfieldwizard.ui \
widgets/upgradesuccessdialog.ui
TRANSLATIONS = stuff/translations/symphytum_de.ts \
stuff/translations/symphytum_it.ts \
stuff/translations/symphytum_fr.ts \
stuff/translations/symphytum_pl.ts
ICON = resources/images/icons/symphytum.icns # for mac
RC_FILE = resources/symphytum.rc # for windows