agFreshAirProcess.pro 488 B

123456789101112131415161718192021222324252627282930313233
  1. QT += core sql network
  2. QT -= gui
  3. CONFIG += c++11 console
  4. CONFIG -= app_bundle
  5. TARGET = agDP0011
  6. SOURCES += \
  7. main.cpp \
  8. logthread.cpp \
  9. httpthread.cpp \
  10. core.cpp \
  11. jzmqttsub.cpp \
  12. jzmqttpub.cpp \
  13. ytmqttsub.cpp \
  14. ytmqttpub.cpp
  15. INCLUDEPATH += ../qmqtt-master/src/mqtt/
  16. HEADERS += \
  17. logthread.h \
  18. core.h \
  19. jzmqttsub.h \
  20. jzmqttpub.h \
  21. ../QReplyTimeout.h \
  22. httpthread.h \
  23. ytmqttsub.h \
  24. ytmqttpub.h
  25. LIBS += -lQt5Qmqtt