agVideoProcess.pro 581 B

12345678910111213141516171819202122232425262728293031323334353637
  1. QT += core sql network websockets
  2. QT -= gui
  3. CONFIG += c++11 console
  4. CONFIG -= app_bundle
  5. TARGET = agDP0001
  6. SOURCES += \
  7. main.cpp \
  8. httpthread.cpp \
  9. logthread.cpp \
  10. videocore.cpp \
  11. tcpserver.cpp \
  12. tcpserver1.cpp \
  13. devinfotcpserver.cpp \
  14. databasethread.cpp
  15. INCLUDEPATH += ../qmqtt-master/src/mqtt/
  16. HEADERS += \
  17. httpthread.h \
  18. ../QReplyTimeout.h \
  19. agboxdeviceshm.h \
  20. boxdeviceshm.h \
  21. logthread.h \
  22. videocore.h \
  23. tcpserver.h \
  24. tcpserver1.h \
  25. devinfotcpserver.h \
  26. databasethread.h
  27. LIBS += -lQt5Qmqtt