api.pri 257 B

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