代码拉取完成,页面将自动刷新
QT += core network testlib xml gui widgets websockets
TARGET = Encoder
CONFIG += c++14
if(isEmpty(chip)){
chip=$$getenv("chip")
}
include(/home/linkpi/work/LinkLib/Link.pri)
LIBS +=-lLinkUI
if(!contains(DEFINES,HI3516E)){
if(!contains(DEFINES,HI3516CV610)){
include(/home/linkpi/work/LinkLib/LinkNDI.pri)
include(/home/linkpi/work/LinkLib/LinkGB28181.pri)
}
}
TEMPLATE = app
MOC_DIR = Temp/$$chip
OBJECTS_DIR = Temp/$$chip
SOURCES += main.cpp \
ChannelImage.cpp \
GB28181.cpp \
RPC.cpp \
Group.cpp \
Channel.cpp \
ChannelNet.cpp \
ChannelVI.cpp \
Config.cpp \
GroupRPC.cpp \
ChannelMix.cpp \
ChannelUSB.cpp \
ChannelFile.cpp \
Synchronization.cpp \
Record.cpp \
UART.cpp \
ChannelAlsa.cpp \
Intercom.cpp \
ChannelColorKey.cpp \
LED.cpp \
Capture.cpp \
SimpleControl.cpp \
Carousel.cpp \
Push.cpp
HEADERS += \
ChannelImage.h \
GB28181.h \
RPC.h \
Group.h \
Channel.h \
ChannelNet.h \
ChannelVI.h \
Config.h \
GroupRPC.h \
ChannelMix.h \
ChannelUSB.h \
ChannelFile.h \
Synchronization.h \
Version.h \
Record.h \
Push.h \
UART.h \
ChannelAlsa.h \
Intercom.h \
ChannelColorKey.h \
LED.h \
Capture.h \
SimpleControl.h \
Carousel.h
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。