-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathRestaurant.pro
70 lines (59 loc) · 1.33 KB
/
Restaurant.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
#-------------------------------------------------
#
# Project created by QtCreator 2017-08-09T20:27:47
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
QT += sql
TARGET = Restaurant
TEMPLATE = app
SOURCES += main.cpp\
customerwindow.cpp \
systemmanagerwindow.cpp \
cookwindow.cpp \
waiterwindow.cpp \
managerwindow.cpp \
waitermsgquery.cpp \
myquery.cpp \
waiterlistquery.cpp \
customerorderquery.cpp \
inputwindow.cpp \
loginwindow.cpp \
registerwindow.cpp
HEADERS += \
connection.h \
pixmapdelegate.h \
seatiddelegate.h \
seattakendelegate.h \
customerwindow.h \
systemmanagerwindow.h \
cookwindow.h \
waiterwindow.h \
managerwindow.h \
readonlydelegate.h \
aligncentermodel.h \
menuitemwidget.h \
evaluationitemwidget.h \
itemwidget.h \
progressitemwidget.h \
starsitemwidget.h \
waiterevaluationwidget.h \
mypushbutton.h \
detaildialog.h \
commentwidget.h \
waitermsgquery.h \
myquery.h \
waiterlistquery.h \
menuquery.h \
customerorderquery.h \
inputwindow.h \
loginwindow.h \
registerwindow.h \
accounsquery.h
FORMS +=
RESOURCES += \
image.qrc
RC_ICONS = "Restaurant.ico"
DISTFILES +=
LIBS += -lwsock32