Subversion Repositories svn1-original

Rev

Rev 115 | Rev 122 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
88 - 1
OTHER_FILES += todo.txt \
2
    License.txt \
95 - 3
    legend.txt \
4
    todo.txt \
5
    License.txt \
88 - 6
    legend.txt
7
HEADERS += structs.h \
8
    proto.h \
95 - 9
    consts.h \
10
    structs.h \
11
    proto.h \
98 - 12
    consts.h \
13
    mainwindow.h \
99 david 14
    qmconfigure.h \
106 - 15
    qmconfclass.h \
111 david 16
    qmconfwinners.h \
17
    spinboxdelegate.h \
115 david 18
    timedelegate.h \
116 david 19
    textdelegate.h \
20
    teamdisplay.h
95 - 21
SOURCES += upload.cpp \
22
    times.cpp \
23
    teamupd.cpp \
24
    report.cpp \
25
    print.cpp \
26
    menudrv.cpp \
27
    mara.cpp \
28
    legtime.cpp \
29
    disqual.cpp \
30
    dcheck.cpp \
31
    config.cpp \
32
    check.cpp \
33
    ages.cpp \
98 - 34
    vduW32.cpp \
35
    mainwindow.cpp \
99 david 36
    qmconfigure.cpp \
106 - 37
    qmconfclass.cpp \
111 david 38
    qmconfwinners.cpp \
39
    spinboxdelegate.cpp \
115 david 40
    timedelegate.cpp \
116 david 41
    textdelegate.cpp \
42
    teamdisplay.cpp
98 - 43
FORMS += mainwindow.ui \
99 david 44
    qmconfigure.ui \
106 - 45
    qmconfclass.ui \
116 david 46
    qmconfwinners.ui \
47
    teamdisplay.ui