-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHotelProject.pro
More file actions
50 lines (42 loc) · 959 Bytes
/
HotelProject.pro
File metadata and controls
50 lines (42 loc) · 959 Bytes
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
#-------------------------------------------------
#
# Project created by QtCreator 2015-04-21T13:00:45
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = HotelProject
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
room.cpp \
alterroomform.cpp \
loginscreen.cpp \
logincreds.cpp \
checkinsdialog.cpp \
nightcharts.cpp \
reports.cpp \
statsdialog.cpp \
viewreportdialog.cpp \
employee.cpp
HEADERS += mainwindow.h \
room.h \
alterroomform.h \
loginscreen.h \
logincreds.h \
checkinsdialog.h \
nightcharts.h \
reports.h \
statsdialog.h \
viewreportdialog.h \
employee.h
FORMS += mainwindow.ui \
alterroomform.ui \
loginscreen.ui \
checkinsdialog.ui \
reports.ui \
statsdialog.ui \
viewreportdialog.ui \
employee.ui
RESOURCES += \
resources.qrc