Subversion Repositories svn1-original

Rev

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