gpt4 book ai didi

c++ - Qt 为未找到的 Windows 应用程序 .rc 文件设置应用程序图标

转载 作者:行者123 更新时间:2023-11-28 06:42:32 26 4
gpt4 key购买 nike

我遵循了描述的所有内容 here设置应用程序图标。

创建 .rc 文件/将其放在 .pro 文件所在的同一目录中。

在 .rc 文件中添加了以下行

IDI_ICON1 ICON DISCARDABLE "myappico.ico"

在 .pro 文件中添加了以下行

RC_FILE = myapp.rc

运行 QMake 并运行应用程序,出现以下错误消息

:-1: error: error: ..\ZombieAttack\myapp.rc: No such file or directory
:-1: warning: '-x c' after last input file has no effect

我做错了什么?

最佳答案

为应用程序分配图标由 Qt5 中的 qmake 自动完成。只需将以下内容添加到项目文件中:

win32:RC_ICONS += myappico.ico

关于c++ - Qt 为未找到的 Windows 应用程序 .rc 文件设置应用程序图标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25707755/

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