agElevatorProcess.pro 398 B

12345678910111213141516171819202122232425
  1. QT += core sql network
  2. QT -= gui
  3. CONFIG += c++11 console
  4. CONFIG -= app_bundle
  5. TARGET = agDP0003
  6. INCLUDEPATH += ../qmqtt-master/src/mqtt/
  7. SOURCES += \
  8. main.cpp \
  9. logthread.cpp \
  10. elevatorcore.cpp \
  11. databasethread.cpp \
  12. httpthread.cpp
  13. LIBS += -lQt5Qmqtt
  14. HEADERS += \
  15. logthread.h \
  16. ../QReplyTimeout.h \
  17. elevatorcore.h \
  18. databasethread.h \
  19. httpthread.h