forked from kevinlq/HotelManage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HotelManagesys.pro
85 lines (75 loc) · 1.74 KB
/
HotelManagesys.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
#-------------------------------------------------
#
# Project created by QtCreator 2014-12-21T13:21:57
#
#-------------------------------------------------
QT += core gui
QT +=sql
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = HotelManagesys
TEMPLATE = app
SOURCES += main.cpp\
widget.cpp \
app/iconhelper.cpp \
app/frmmessagebox.cpp \
logindialog.cpp \
registerdialog.cpp \
app/mysqlapi.cpp \
promanage.cpp \
app/myapp.cpp \
app/myhelper.cpp \
app/mythread.cpp \
costomerregisterinfodialog.cpp \
customerwindget.cpp \
romminfo.cpp \
modiftroomprice.cpp \
checkcutomdialog.cpp \
logblogdialog.cpp \
modifypwddialog.cpp \
roompicdialog.cpp \
backupdatanasedialog.cpp \
checkoutdialog.cpp
HEADERS += widget.h \
app/iconhelper.h \
app/frmmessagebox.h \
logindialog.h \
registerdialog.h \
app/Connection.h \
app/mysqlapi.h \
promanage.h \
app/myapp.h \
app/myhelper.h \
app/mythread.h \
costomerregisterinfodialog.h \
customerwindget.h \
romminfo.h \
modiftroomprice.h \
checkcutomdialog.h \
logblogdialog.h \
modifypwddialog.h \
roompicdialog.h \
backupdatanasedialog.h \
checkoutdialog.h
FORMS += widget.ui \
app/frmmessagebox.ui \
logindialog.ui \
registerdialog.ui \
promanage.ui \
costomerregisterinfodialog.ui \
customerwindget.ui \
romminfo.ui \
modiftroomprice.ui \
checkcutomdialog.ui \
logblogdialog.ui \
modifypwddialog.ui \
roompicdialog.ui \
backupdatanasedialog.ui \
checkoutdialog.ui
MOC_DIR=temp/moc
RCC_DIR=temp/rcc
UI_DIR=temp/ui
OBJECTS_DIR=temp/obj
DESTDIR=bin
win32:RC_FILE=main.rc
RESOURCES += \
image.qrc