1 Star 0 Fork 1

zhengzhouhao/shotcut

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
shotcut.pro 553 Bytes
一键复制 编辑 原始数据 按行查看 历史
Peter Eszlari 提交于 2019-02-27 22:50 . qmake: check Qt version
include(shotcut.pri)
!minQtVersion(5, 9, 0) {
message("Cannot build Shotcut with Qt version $${QT_VERSION}.")
error("Use at least Qt 5.9.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 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhengzhouhao/shotcut.git
git@gitee.com:zhengzhouhao/shotcut.git
zhengzhouhao
shotcut
shotcut
master

搜索帮助