agGeneratorProcess.pro 453 B

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