-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtdb.pro
71 lines (68 loc) · 2.19 KB
/
tdb.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
######################################################################
# Automatically generated by qmake (2.01a) dim. 17. juin 13:26:48 2012
######################################################################
win32:CONFIG(debug,debug|release):CONFIG+=console
TEMPLATE = app
TARGET = tdb
INCLUDEPATH += .
QT += sql widgets
# Input
HEADERS += TDBAccount.h \
TDBAdminAdmin.h \
TDBAdminCreation.h \
TDBAdminList.h \
TDBAdminModification.h \
TDBApplication.h \
TDBAuth.h \
TDBAuthDialog.h \
TDBBatchDialog.h \
TDBClopes.h \
TDBClopesAdmin.h \
TDBClopesCreation.h \
TDBClopesList.h \
TDBClopesModification.h \
TDBDatabase.h \
TDBExceptions.h \
TDBHistory.h \
TDBMainWindow.h \
TDBPasswordChange.h \
TDBPasswordDialog.h \
TDBRefillDialog.h \
TDBSearch.h \
TDBSearchList.h \
TDBTransactionDialog.h \
TDBTransfertDialog.h \
TDBTrigrammeCreationDialog.h \
TDBTrigrammeDialog.h \
TDBTrigrammeModificationDialog.h \
TDBTrigrammeValidator.h
SOURCES += TDBAccount.cpp \
TDBAdminAdmin.cpp \
TDBAdminCreation.cpp \
TDBAdminList.cpp \
TDBAdminModification.cpp \
TDBApplication.cpp \
TDBAuthDialog.cpp \
TDBBatchDialog.cpp \
TDBClopes.cpp \
TDBClopesAdmin.cpp \
TDBClopesCreation.cpp \
TDBClopesList.cpp \
TDBClopesModification.cpp \
TDBDatabase.cpp \
TDBExceptions.cpp \
TDBHistory.cpp \
TDBMainWindow.cpp \
TDBMainWindow_admin.cpp \
TDBPasswordChange.cpp \
TDBPasswordDialog.cpp \
TDBRefillDialog.cpp \
TDBSearch.cpp \
TDBSearchList.cpp \
TDBTransactionDialog.cpp \
TDBTransfertDialog.cpp \
TDBTrigrammeCreationDialog.cpp \
TDBTrigrammeDialog.cpp \
TDBTrigrammeModificationDialog.cpp \
TDBTrigrammeValidator.cpp \
main.cpp