api.pri 307 B

123456789101112131415
  1. HEADERS += \
  2. $$PWD/configapi.h \
  3. $$PWD/machine.h \
  4. $$PWD/processapi.h \
  5. $$PWD/student.h \
  6. $$PWD/tapi.h \
  7. $$PWD/tloginapi.h
  8. SOURCES += \
  9. $$PWD/configapi.cpp \
  10. $$PWD/machine.cpp \
  11. $$PWD/processapi.cpp \
  12. $$PWD/student.cpp \
  13. $$PWD/tapi.cpp \
  14. $$PWD/tloginapi.cpp