widgets.pri 343 B

123456789101112131415
  1. HEADERS += \
  2. $$PWD/captchalabel.h \
  3. $$PWD/examsmodel.h \
  4. $$PWD/gradsmodel.h \
  5. $$PWD/pagination.h \
  6. $$PWD/studentmodel.h \
  7. $$PWD/tcdelegate.h
  8. SOURCES += \
  9. $$PWD/captchalabel.cpp \
  10. $$PWD/examsmodel.cpp \
  11. $$PWD/gradsmodel.cpp \
  12. $$PWD/pagination.cpp \
  13. $$PWD/studentmodel.cpp \
  14. $$PWD/tcdelegate.cpp