-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathLibrarySystem.pro
More file actions
68 lines (61 loc) · 1.35 KB
/
Copy pathLibrarySystem.pro
File metadata and controls
68 lines (61 loc) · 1.35 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
#-------------------------------------------------
#
# Project created by QtCreator 2015-10-26T21:25:02
#
#-------------------------------------------------
QT += core gui
QT += sql
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = LibrarySystem
TEMPLATE = app
SOURCES += main.cpp\
login.cpp \
regist.cpp \
class.cpp \
book_information.cpp \
user_information.cpp \
event_information.cpp \
modify.cpp \
encryption.cpp \
book_database.cpp \
user_database.cpp \
event_database.cpp \
user_display.cpp \
book_display.cpp \
log_system.cpp \
log_display.cpp \
start_moive.cpp \
decompress.cpp \
compress.cpp \
doge.cpp \
borrow_book.cpp
HEADERS += login.h \
class.h \
regist.h \
book_information.h \
user_information.h \
event_information.h \
modify.h \
book.h \
user.h \
event.h \
user_display.h \
book_display.h \
log_display.h \
start_moive.h \
doge.h \
borrow_book.h
FORMS += login.ui \
regist.ui \
book_information.ui \
user_information.ui \
event_information.ui \
modify.ui \
user_display.ui \
book_display.ui \
log_display.ui \
start_moive.ui \
doge.ui \
borrow_book.ui
RESOURCES += \
picture.qrc