agEnvironmentProcess.pro 362 B

123456789101112131415161718192021222324252627
  1. QT += core sql network
  2. QT -= gui
  3. CONFIG += c++11 console
  4. CONFIG -= app_bundle
  5. TARGET = agDP0005
  6. SOURCES += \
  7. main.cpp \
  8. logthread.cpp \
  9. environmentcore.cpp \
  10. mqttsub.cpp \
  11. mqttpub.cpp
  12. INCLUDEPATH += ../qmqtt-master/src/mqtt/
  13. HEADERS += \
  14. logthread.h \
  15. environmentcore.h \
  16. mqttsub.h \
  17. mqttpub.h
  18. LIBS += -lQt5Qmqtt