1 Star 0 Fork 22

中华田园人/shotcut

forked from Gitee 极速下载/shotcut 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
shotcut.pro 555 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dan Dennedy 提交于 2021-01-03 20:04 . require Qt version at least 5.12
include(shotcut.pri)
!minQtVersion(5, 12, 0) {
message("Cannot build Shotcut with Qt version $${QT_VERSION}.")
error("Use at least Qt 5.12.0.")
}
TEMPLATE = subdirs
SUBDIRS = CuteLogger src translations
cache()
src.depends = CuteLogger
codespell.target = codespell
codespell.commands = codespell -w -q 3 \
-L shotcut,uint,seeked \
-S export-edl.js,CuteLogger,drmingw,node_modules,moc_*,index.theme,*.ts,three.min.js,three.js,jquery.js,rangy-*.js,Makefile,shotcut.pro,*.desktop
codespell.depends = FORCE
QMAKE_EXTRA_TARGETS += codespell
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/Chinese_pastoral_person/shotcut.git
git@gitee.com:Chinese_pastoral_person/shotcut.git
Chinese_pastoral_person
shotcut
shotcut
master

搜索帮助