-
Notifications
You must be signed in to change notification settings - Fork 0
/
CommunityJudgeClient.pro
executable file
·89 lines (80 loc) · 1.84 KB
/
CommunityJudgeClient.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
86
87
88
89
#-------------------------------------------------
#
# Project created by QtCreator 2013-08-01T15:19:04
#
#-------------------------------------------------
QT += core network gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = CommunityJudgeClient
TEMPLATE = app
QMAKE_CXXFLAGS += -std=c++0x
SOURCES += main.cpp \
registeration.cpp \
connection.cpp \
submission.cpp \
scrollabletextarea.cpp \
submitdetails.cpp \
viewresults.cpp \
mainwidget.cpp \
login.cpp \
loginwidget.cpp \
addserverdialog.cpp \
userwidget.cpp \
textdialog.cpp \
changepassworddialog.cpp \
adminpanel.cpp \
problemmanagement.cpp \
problemspecsdialog.cpp \
scorepreview.cpp \
scoreplanmanager.cpp \
usermanagement.cpp \
viewprofile.cpp \
serverconfig.cpp \
submissionpurge.cpp \
scoreboard.cpp \
problemview.cpp \
news.cpp \
newsdialog.cpp \
contests.cpp \
contestmanagement.cpp \
contestspecsdialog.cpp \
scoreboardconfig.cpp \
scoreboardspecsdialog.cpp \
userrecorddialog.cpp
HEADERS += \
registeration.h \
connection.h \
submission.h \
scrollabletextarea.h \
submitdetails.h \
viewresults.h \
mainwidget.h \
login.h \
loginwidget.h \
addserverdialog.h \
userwidget.h \
textdialog.h \
changepassworddialog.h \
adminpanel.h \
problemmanagement.h \
problemspecsdialog.h \
scorepreview.h \
scoreplanmanager.h \
usermanagement.h \
viewprofile.h \
serverconfig.h \
submissionpurge.h \
scoreboard.h \
problemview.h \
news.h \
newsdialog.h \
contests.h \
contestmanagement.h \
contestspecsdialog.h \
scoreboardconfig.h \
scoreboardspecsdialog.h \
userrecorddialog.h \
general.h
RESOURCES += \
images.qrc
RC_FILE = Windows.rc