Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 597 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 597 Bytes

modtool_qt

这是一个把 基于《群侠传, 启动》框架制作的相关mod 上传至Steam创意工坊的工具。

在QtCreator内打开项目后使用qmake直接构建即可。

Build for Windows

  • 该工具使用了QWebEngineViewQT5MinGW编译依赖库不支持QWebEngineView ,请使用MSVC进行编译。

  • 构建生成exe后,cmd命令行调用下列指令完成部署。

qwindeploy [exe生成路径]

Release Package下载