-
-
Notifications
You must be signed in to change notification settings - Fork 786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
添加 qrc 文件到VS工程文件 #4100
Comments
用 add_headerfiles 加一下 qrc 就能显示了 |
Use add_headerfiles to add qrc to display |
OK,那没问题了。 |
OK, that's fine. |
extrafiles 分支,我加了个接口,也可以试试 |
Extrafiles branch, I added an interface, you can also try |
你在什么场景下需要该功能?
创建qt项目时,通过add_files("src/res/res.qrc")添加 qrc 文件,生成 VS 工程文件后,能显示在VS IDE的文件夹里。
如图那个res.qrc文件,现在是不会添加到项目里的。
描述可能的解决方案
对待qrc文件就和ui文件一样处理应该可以。
描述你认为的候选方案
No response
其他信息
The text was updated successfully, but these errors were encountered: