api.pri 355 B

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