-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLibraryTest.pro
More file actions
71 lines (63 loc) · 1.45 KB
/
Copy pathLibraryTest.pro
File metadata and controls
71 lines (63 loc) · 1.45 KB
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
#-------------------------------------------------
#
# Project created by QtCreator 2017-03-06T16:22:50
#
#-------------------------------------------------
QT += core gui
QT +=xml
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = LibraryTest
TEMPLATE = app
SOURCES += main.cpp\
widget.cpp \
searchbar.cpp \
toolbutton.cpp \
bookexhibition.cpp \
bookmanagewindow.cpp \
book_mgmt.cpp \
messagebox.cpp\
reader_mgmt.cpp \
bookinfowindow.cpp \
authoritycheckwindow.cpp \
getreasonwindow.cpp \
loginwindow.cpp \
signupwindow.cpp \
borrowform.cpp \
personalinfowindow.cpp \
messagewidget.cpp \
resvform.cpp \
returnwindow.cpp \
bookhandlewindow.cpp \
rechargewindow.cpp \
readersearchwindow.cpp \
bookoverviewwindow.cpp \
label.cpp \
reportreasonwindow.cpp
HEADERS += widget.h \
searchbar.h \
bookexhibition.h \
bookmanagewindow.h \
book_mgmt.h \
messagebox.h\
reader_mgmt.h \
bookinfowindow.h \
authoritycheckwindow.h \
getreasonwindow.h \
loginwindow.h \
signupwindow.h \
borrowform.h \
personalinfowindow.h \
messagewidget.h \
resvform.h \
returnwindow.h \
toolbutton.h \
bookhandlewindow.h \
rechargewindow.h \
readersearchwindow.h \
bookoverviewwindow.h \
label.h \
reportreasonwindow.h
FORMS += widget.ui
RESOURCES += \
images.qrc
RC_ICONS = myicon.ico