Subversion Repositories svn1-original

Rev

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

Rev 115 Rev 116
Line 14... Line 14...
14
    qmconfigure.h \
14
    qmconfigure.h \
15
    qmconfclass.h \
15
    qmconfclass.h \
16
    qmconfwinners.h \
16
    qmconfwinners.h \
17
    spinboxdelegate.h \
17
    spinboxdelegate.h \
18
    timedelegate.h \
18
    timedelegate.h \
19
    textdelegate.h
19
    textdelegate.h \
-
 
20
    teamdisplay.h
20
SOURCES += upload.cpp \
21
SOURCES += upload.cpp \
21
    times.cpp \
22
    times.cpp \
22
    teamupd.cpp \
23
    teamupd.cpp \
23
    report.cpp \
24
    report.cpp \
24
    print.cpp \
25
    print.cpp \
Line 35... Line 36...
35
    qmconfigure.cpp \
36
    qmconfigure.cpp \
36
    qmconfclass.cpp \
37
    qmconfclass.cpp \
37
    qmconfwinners.cpp \
38
    qmconfwinners.cpp \
38
    spinboxdelegate.cpp \
39
    spinboxdelegate.cpp \
39
    timedelegate.cpp \
40
    timedelegate.cpp \
40
    textdelegate.cpp
41
    textdelegate.cpp \
-
 
42
    teamdisplay.cpp
41
FORMS += mainwindow.ui \
43
FORMS += mainwindow.ui \
42
    qmconfigure.ui \
44
    qmconfigure.ui \
43
    qmconfclass.ui \
45
    qmconfclass.ui \
44
    qmconfwinners.ui
46
    qmconfwinners.ui \
-
 
47
    teamdisplay.ui