1 Star 0 Fork 0

林h/moonlight-qt

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
moonlight-qt.pro 509 Bytes
一键复制 编辑 原始数据 按行查看 历史
Cameron Gutman 提交于 2019-03-13 16:02 +08:00 . Basic support for building as UWP app
TEMPLATE = subdirs
SUBDIRS = \
moonlight-common-c \
qmdnsengine \
app \
h264bitstream
# Build the dependencies in parallel before the final app
app.depends = qmdnsengine moonlight-common-c h264bitstream
win32:!winrt {
SUBDIRS += AntiHooking
app.depends += AntiHooking
}
!winrt {
SUBDIRS += soundio
app.depends += soundio
}
# Support debug and release builds from command line for CI
CONFIG += debug_and_release
# Run our compile tests
load(configure)
qtCompileTest(SLVideo)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/shi-ne-linha0l/moonlight-qt.git
git@gitee.com:shi-ne-linha0l/moonlight-qt.git
shi-ne-linha0l
moonlight-qt
moonlight-qt
master

搜索帮助