- HEADERS += \
- $$PWD/configapi.h \
- $$PWD/machine.h \
- $$PWD/processapi.h \
- $$PWD/student.h \
- $$PWD/tapi.h \
- $$PWD/tloginapi.h
- SOURCES += \
- $$PWD/configapi.cpp \
- $$PWD/machine.cpp \
- $$PWD/processapi.cpp \
- $$PWD/student.cpp \
- $$PWD/tapi.cpp \
- $$PWD/tloginapi.cpp
|