gpt4 book ai didi

c++ - 如何在 Qt 中为 Windows 设置我的应用程序版本?

转载 作者:搜寻专家 更新时间:2023-10-31 00:09:27 25 4
gpt4 key购买 nike

当我的应用程序崩溃时,Windows 事件查看器总是将我的应用程序版本报告为“0.0.0.0”。 Windows Event Viewer version我不知道如何以 Windows 事件查看器识别的方式设置应用程序版本。用 QApplication::setApplicationVersion() 改变它似乎并没有这样做。

显然,有比 Windows 崩溃日志更好的调试程序的方法,但除此之外,我将如何设置此值以便 Windows 识别它?我的 IDE 是 Qt Creator。

最佳答案

您可以设置 VERSION pro 文件中的 qmake 变量:

VERSION = 1.0.0.0

On Windows, triggers auto-generation of an .rc file if the RC_FILE and RES_FILE variables are not set. The generated .rc file will have the FILEVERSION and PRODUCTVERSION entries filled with major, minor, patch level, and build number.

关于c++ - 如何在 Qt 中为 Windows 设置我的应用程序版本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43261649/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com