-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcyber7.pro
49 lines (41 loc) · 992 Bytes
/
cyber7.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
#-------------------------------------------------
#
# Project created by QtCreator 2015-06-06T03:29:18
#
#-------------------------------------------------
QT += core gui sql network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = cyber7
TEMPLATE = app
SOURCES += main.cpp\
home.cpp \
cserial.cpp \
connectionmanager.cpp \
database.cpp \
sessionmanagement.cpp \
questionpanel.cpp \
drawvotingstatistics.cpp \
syncdata.cpp \
networkmanager.cpp \
submittedpeople.cpp \
showmessage.cpp
HEADERS += home.h \
cserial.h \
connectionmanager.h \
database.h \
sessionmanagement.h \
questionpanel.h \
drawvotingstatistics.h \
syncdata.h \
networkmanager.h \
submittedpeople.h \
showmessage.h
FORMS += home.ui \
sessionmanagement.ui \
questionpanel.ui \
drawvotingstatistics.ui \
networkmanager.ui \
submittedpeople.ui
OTHER_FILES += \
myapp.rc
RC_FILE = myapp.rc