Subversion Repositories svn1-original

Rev

Rev 111 | Rev 116 | 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 \
19
    textdelegate.h
95 - 20
SOURCES += upload.cpp \
21
    times.cpp \
22
    teamupd.cpp \
23
    report.cpp \
24
    print.cpp \
25
    menudrv.cpp \
26
    mara.cpp \
27
    legtime.cpp \
28
    disqual.cpp \
29
    dcheck.cpp \
30
    config.cpp \
31
    check.cpp \
32
    ages.cpp \
98 - 33
    vduW32.cpp \
34
    mainwindow.cpp \
99 david 35
    qmconfigure.cpp \
106 - 36
    qmconfclass.cpp \
111 david 37
    qmconfwinners.cpp \
38
    spinboxdelegate.cpp \
115 david 39
    timedelegate.cpp \
40
    textdelegate.cpp
98 - 41
FORMS += mainwindow.ui \
99 david 42
    qmconfigure.ui \
106 - 43
    qmconfclass.ui \
44
    qmconfwinners.ui