agLightingProcess.pro 368 B

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