年前提交

This commit is contained in:
2026-02-08 08:58:29 +08:00
commit a4a03b3533
113 changed files with 60809 additions and 0 deletions

27
dvr.pro Normal file
View File

@@ -0,0 +1,27 @@
QT = core
CONFIG += c++17 cmdline
QMAKE_CXXFLAGS += -Wno-deprecated-declarations
SOURCES += main.cpp \
camera.cpp \
camera_info.cpp \
http_server.cpp \
mongoose.c
INCLUDEPATH += $$PWD/include
HEADERS += $$PWD/include/*.h \
$$PWD/include/spdlog/*.h \
camera.h \
camera_info.h \
http_server.h
unix {
LIBS += -L/home/linq/workspace/java/linux-x86-64 -lsadp -lhcnetsdk -lhk_log -lhk_common -lhk_net -l hk_net_video_stream -lHKNetDeviceSDK
}
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target