Subversion Repositories svn1

Rev

Rev 95 | Rev 107 | 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 \
16
    qmconfwinners.h
91 - 17
SOURCES += upload.cpp \
18
    times.cpp \
19
    teamupd.cpp \
20
    report.cpp \
21
    print.cpp \
22
    menudrv.cpp \
23
    mara.cpp \
24
    legtime.cpp \
25
    disqual.cpp \
26
    dcheck.cpp \
27
    config.cpp \
28
    check.cpp \
29
    ages.cpp \
94 - 30
    vduW32.cpp \
31
    mainwindow.cpp \
95 david 32
    qmconfigure.cpp \
102 - 33
    qmconfclass.cpp \
34
    qmconfwinners.cpp
94 - 35
FORMS += mainwindow.ui \
95 david 36
    qmconfigure.ui \
102 - 37
    qmconfclass.ui \
38
    qmconfwinners.ui