widgets.pri 287 B

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