Subversion Repositories svn1

Rev

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

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