1234567891011121314151617181920212223242526272829 |
- QT += core sql network websockets
- QT -= gui
- CONFIG += c++11 console
- CONFIG -= app_bundle
- TARGET = agDP0001
- SOURCES += \
- main.cpp \
- httpthread.cpp \
- logthread.cpp \
- videocore.cpp
- INCLUDEPATH += ../qmqtt-master/src/mqtt/
- HEADERS += \
- httpthread.h \
- ../QReplyTimeout.h \
- agboxdeviceshm.h \
- boxdeviceshm.h \
- logthread.h \
- videocore.h
- LIBS += -lQt5Qmqtt
|