Subversion Repositories svn1-original

Rev

Rev 95 | Rev 99 | 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 \
14
    qmconfigure.h
95 - 15
SOURCES += upload.cpp \
16
    times.cpp \
17
    teamupd.cpp \
18
    report.cpp \
19
    print.cpp \
20
    menudrv.cpp \
21
    mara.cpp \
22
    legtime.cpp \
23
    disqual.cpp \
24
    dcheck.cpp \
25
    config.cpp \
26
    check.cpp \
27
    ages.cpp \
98 - 28
    vduW32.cpp \
29
    mainwindow.cpp \
30
    qmconfigure.cpp
31
FORMS += mainwindow.ui \
32
    qmconfigure.ui