agVideoProcess.pro 403 B

1234567891011121314151617181920212223242526272829
  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. INCLUDEPATH += ../qmqtt-master/src/mqtt/
  12. HEADERS += \
  13. httpthread.h \
  14. ../QReplyTimeout.h \
  15. agboxdeviceshm.h \
  16. boxdeviceshm.h \
  17. logthread.h \
  18. videocore.h
  19. LIBS += -lQt5Qmqtt