-
Notifications
You must be signed in to change notification settings - Fork 1
/
DOMjura.pro
66 lines (59 loc) · 1.48 KB
/
DOMjura.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
#-------------------------------------------------
#
# Project created by QtCreator 2011-01-02T13:40:44
#
#-------------------------------------------------
QT += core gui xml network opengl widgets
CONFIG += c++11
TARGET = DOMjura
TEMPLATE = app
ICON = resources/AppIcon.icns
RC_FILE = DOMjura.rc
SOURCES += main.cpp \
problemgraphicsitem.cpp \
contest.cpp \
problem.cpp \
team.cpp \
maincontroller.cpp \
standingscontroller.cpp \
rankedteam.cpp \
maindialog.cpp \
aboutdialog.cpp \
resultswindow.cpp \
headergraphicsitem.cpp \
teamgraphicsitem.cpp \
legendagraphicsitem.cpp \
settingsdialog.cpp \
winnergraphicsitem.cpp \
gradientcache.cpp \
domjudgeapimanager.cpp \
submission.cpp \
judging.cpp \
group.cpp
HEADERS += problemgraphicsitem.h \
defines.h \
contest.h \
problem.h \
team.h \
maincontroller.h \
standingscontroller.h \
rankedteam.h \
maindialog.h \
aboutdialog.h \
resultswindow.h \
headergraphicsitem.h \
teamgraphicsitem.h \
legendagraphicsitem.h \
settingsdialog.h \
winnergraphicsitem.h \
gradientcache.h \
domjudgeapimanager.h \
submission.h \
judging.h \
group.h
FORMS += \
maindialog.ui \
aboutdialog.ui \
settingsdialog.ui
RESOURCES += \
resources.qrc