agGuardProcess.pro 395 B

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