| 384 |
david |
1 |
# Created by and for Qt Creator This file was created for editing the project sources only.
|
|
|
2 |
# You may attempt to use it for building too, by modifying this file here.
|
|
|
3 |
|
|
|
4 |
#TARGET = MaraQt5
|
|
|
5 |
|
|
|
6 |
QT = core gui widgets webenginewidgets
|
|
|
7 |
|
|
|
8 |
HEADERS = \
|
|
|
9 |
$$PWD/consts.h \
|
|
|
10 |
$$PWD/mainwindow.h \
|
|
|
11 |
$$PWD/proto.h \
|
|
|
12 |
$$PWD/qmconfclass.h \
|
|
|
13 |
$$PWD/qmconfig.h \
|
|
|
14 |
$$PWD/qmconfteams.h \
|
|
|
15 |
$$PWD/qmconfwinners.h \
|
|
|
16 |
$$PWD/qmdatacheck.h \
|
|
|
17 |
$$PWD/qmdialogabout.h \
|
|
|
18 |
$$PWD/qmdialogchangeteamnumber.h \
|
|
|
19 |
$$PWD/qmdialoglegstarttimes.h \
|
|
|
20 |
$$PWD/qmdialogloadexternalteams.h \
|
|
|
21 |
$$PWD/qmdialogteameditor.h \
|
|
|
22 |
$$PWD/qmdialoguploadlegtimes.h \
|
|
|
23 |
$$PWD/qmdisqualified.h \
|
|
|
24 |
$$PWD/qmdownloadlegtimes.h \
|
|
|
25 |
$$PWD/qmeditaddendum.h \
|
|
|
26 |
$$PWD/qmeditawards.h \
|
|
|
27 |
$$PWD/qmeventstatus.h \
|
|
|
28 |
$$PWD/qmfulldata.h \
|
|
|
29 |
$$PWD/qmhttppath.h \
|
|
|
30 |
$$PWD/qmlegtimes.h \
|
|
|
31 |
$$PWD/qmreportwindow.h \
|
|
|
32 |
$$PWD/qmstatusitem.h \
|
|
|
33 |
$$PWD/qmTableWidgetItem.h \
|
|
|
34 |
$$PWD/qmteamdata.h \
|
|
|
35 |
$$PWD/qmteamdisplay.h \
|
|
|
36 |
$$PWD/qmteamselector.h \
|
|
|
37 |
$$PWD/spinboxdelegate.h \
|
|
|
38 |
$$PWD/structs.h \
|
|
|
39 |
$$PWD/textdelegate.h \
|
|
|
40 |
$$PWD/timedelegate.h \
|
|
|
41 |
$$PWD/twinspinbox.h
|
|
|
42 |
|
|
|
43 |
SOURCES = \
|
|
|
44 |
$$PWD/check.cpp \
|
|
|
45 |
$$PWD/legtime.cpp \
|
|
|
46 |
$$PWD/mainwindow.cpp \
|
|
|
47 |
$$PWD/mara.cpp \
|
|
|
48 |
$$PWD/print.cpp \
|
|
|
49 |
$$PWD/qmconfclass.cpp \
|
|
|
50 |
$$PWD/qmconfig.cpp \
|
|
|
51 |
$$PWD/qmconfteams.cpp \
|
|
|
52 |
$$PWD/qmconfwinners.cpp \
|
|
|
53 |
$$PWD/qmdatacheck.cpp \
|
|
|
54 |
$$PWD/qmdialogabout.cpp \
|
|
|
55 |
$$PWD/qmdialogchangeteamnumber.cpp \
|
|
|
56 |
$$PWD/qmdialoglegstarttimes.cpp \
|
|
|
57 |
$$PWD/qmdialogloadexternalteams.cpp \
|
|
|
58 |
$$PWD/qmdialogteameditor.cpp \
|
|
|
59 |
$$PWD/qmdialoguploadlegtimes.cpp \
|
|
|
60 |
$$PWD/qmdialoguploadlegtimes_ui.cpp \
|
|
|
61 |
$$PWD/qmdisqualified.cpp \
|
|
|
62 |
$$PWD/qmdownloadlegtimes.cpp \
|
|
|
63 |
$$PWD/qmeditaddendum.cpp \
|
|
|
64 |
$$PWD/qmeditawards.cpp \
|
|
|
65 |
$$PWD/qmeventstatus.cpp \
|
|
|
66 |
$$PWD/qmfulldata.cpp \
|
|
|
67 |
$$PWD/qmhttppath.cpp \
|
|
|
68 |
$$PWD/qmlegtimes.cpp \
|
|
|
69 |
$$PWD/qmreportwindow.cpp \
|
|
|
70 |
$$PWD/qmstatusitem.cpp \
|
|
|
71 |
$$PWD/qmTableWidgetItem.cpp \
|
|
|
72 |
$$PWD/qmteamdata.cpp \
|
|
|
73 |
$$PWD/qmteamdisplay.cpp \
|
|
|
74 |
$$PWD/qmteamselector.cpp \
|
|
|
75 |
$$PWD/report.cpp \
|
|
|
76 |
$$PWD/spinboxdelegate.cpp \
|
|
|
77 |
$$PWD/textdelegate.cpp \
|
|
|
78 |
$$PWD/timedelegate.cpp \
|
|
|
79 |
$$PWD/times.cpp \
|
|
|
80 |
$$PWD/twinspinbox.cpp
|
|
|
81 |
|
|
|
82 |
FORMS += mainwindow.ui \
|
|
|
83 |
qmconfteams.ui \
|
|
|
84 |
qmteamdisplay.ui \
|
|
|
85 |
qmlegtimes.ui \
|
|
|
86 |
qmdialoglegstarttimes.ui \
|
|
|
87 |
qmreportwindow.ui \
|
|
|
88 |
twinspinbox.ui \
|
|
|
89 |
qmstatusitem.ui \
|
|
|
90 |
qmeventstatus.ui \
|
|
|
91 |
qmeditaddendum.ui \
|
|
|
92 |
qmdownloadlegtimes.ui \
|
|
|
93 |
qmdialogabout.ui \
|
|
|
94 |
authenticationdialog.ui \
|
|
|
95 |
qmdialogchangeteamnumber.ui \
|
|
|
96 |
qmeditawards.ui
|
|
|
97 |
|
|
|
98 |
INCLUDEPATH = \
|
|
|
99 |
$$PWD/.
|
|
|
100 |
|
|
|
101 |
#DEFINES =
|
|
|
102 |
|