Subversion Repositories svn1

Rev

Rev 91 | Rev 95 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 91 Rev 94
Line 7... Line 7...
7
HEADERS += structs.h \
7
HEADERS += structs.h \
8
    proto.h \
8
    proto.h \
9
    consts.h \
9
    consts.h \
10
    structs.h \
10
    structs.h \
11
    proto.h \
11
    proto.h \
12
    consts.h
12
    consts.h \
-
 
13
    mainwindow.h \
-
 
14
    qmconfigure.h
13
SOURCES += upload.cpp \
15
SOURCES += upload.cpp \
14
    times.cpp \
16
    times.cpp \
15
    teamupd.cpp \
17
    teamupd.cpp \
16
    report.cpp \
18
    report.cpp \
17
    print.cpp \
19
    print.cpp \
Line 21... Line 23...
21
    disqual.cpp \
23
    disqual.cpp \
22
    dcheck.cpp \
24
    dcheck.cpp \
23
    config.cpp \
25
    config.cpp \
24
    check.cpp \
26
    check.cpp \
25
    ages.cpp \
27
    ages.cpp \
26
    vduW32.cpp
28
    vduW32.cpp \
-
 
29
    mainwindow.cpp \
-
 
30
    qmconfigure.cpp
-
 
31
FORMS += mainwindow.ui \
-
 
32
    qmconfigure.ui