确定先前构建使用的属性
determining the properties used by a previous build
一段时间后,我去一个项目重做了一个构建,我给出的命令结果是:
qbs build -p archive config:release modules.cpp.useRPaths:false
Restoring build graph from disk
ERROR: Property values set on the command line differ from the ones used for the previous build. Use the 'resolve' command if you really want to rebuild with the new properties.
有什么方法可以确定在以前的构建中设置了哪些属性?
不,命令行前端不公开此功能。但除此之外,如果错误消息列出了不同的属性,那将会很有帮助。您可能想在 bugreports.qt.io.
为它创建一个任务
一段时间后,我去一个项目重做了一个构建,我给出的命令结果是:
qbs build -p archive config:release modules.cpp.useRPaths:false
Restoring build graph from disk
ERROR: Property values set on the command line differ from the ones used for the previous build. Use the 'resolve' command if you really want to rebuild with the new properties.
有什么方法可以确定在以前的构建中设置了哪些属性?
不,命令行前端不公开此功能。但除此之外,如果错误消息列出了不同的属性,那将会很有帮助。您可能想在 bugreports.qt.io.
为它创建一个任务