- HEADERS += \
- $$PWD/captchalabel.h \
- $$PWD/examsmodel.h \
- $$PWD/gradsmodel.h \
- $$PWD/pagination.h \
- $$PWD/studentmodel.h \
- $$PWD/tcdelegate.h
- SOURCES += \
- $$PWD/captchalabel.cpp \
- $$PWD/examsmodel.cpp \
- $$PWD/gradsmodel.cpp \
- $$PWD/pagination.cpp \
- $$PWD/studentmodel.cpp \
- $$PWD/tcdelegate.cpp
|