This repository has been archived by the owner on Apr 3, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
KFet.pro
144 lines (71 loc) · 1.83 KB
/
KFet.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
#-------------------------------------------------
#
# Project created by QtCreator 2011-09-20T08:59:42
#
#-------------------------------------------------
QT += core gui
QT += sql
RC_FILE = KFet.rc
TARGET = KFet
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
client.cpp \
product.cpp \
tab.cpp \
cfenetreajoutproduit.cpp \
cgestionbdd.cpp \
cfenetregestionproduit.cpp \
cfenetrelogin.cpp \
fenetrechangermdp.cpp \
clog.cpp \
cfenetreajoutclient.cpp \
cfenetreapprovisionnement.cpp \
cfenetremiseendette.cpp \
fenetrehistoriqueproduit.cpp \
fenetreeditionclient.cpp \
fenetrechangerlimitedette.cpp \
settings.cpp \
fenetresetdette.cpp \
toolbutton.cpp \
fenetrenouvelletab.cpp \
filterobject.cpp \
fenetresuppressiononglet.cpp
HEADERS += \
mainwindow.h \
client.h \
product.h \
tab.h \
cfenetreajoutproduit.h \
cgestionbdd.h \
cfenetregestionproduit.h \
cfenetrelogin.h \
fenetrechangermdp.h \
clog.h \
cfenetreajoutclient.h \
cfenetreapprovisionnement.h \
cfenetremiseendette.h \
fenetrehistoriqueproduit.h \
fenetreeditionclient.h \
fenetrechangerlimitedette.h \
settings.h \
fenetresetdette.h \
toolbutton.h \
fenetrenouvelletab.h \
filterobject.h \
fenetresuppressiononglet.h
FORMS += \
mainwindow.ui \
cfenetreajoutproduit.ui \
cfenetregestionproduit.ui \
cfenetrelogin.ui \
fenetrechangermdp.ui \
cfenetreajoutclient.ui \
cfenetreapprovisionnement.ui \
cfenetremiseendette.ui \
fenetrehistoriqueproduit.ui \
fenetreeditionclient.ui \
fenetrechangerlimitedette.ui \
fenetresetdette.ui \
fenetrenouvelletab.ui \
fenetresuppressiononglet.ui