17 Star 42 Fork 15

广州灵派科技有限公司/Encoder

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Encoder.pro 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
wangc 提交于 2026-06-11 09:43 +08:00 . 20260611
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/LinkPi/Encoder.git
git@gitee.com:LinkPi/Encoder.git
LinkPi
Encoder
Encoder
master

搜索帮助