how to set app-ico ?
-
After I set it up according to the tutorial, the app still cannot display the icon.
refer to:https://doc.qt.io/qt-6/appicon.html#setting-the-application-icon-on-macos -
I found that without changing anything, after repeated rebuilds, sometimes the generated app shows the icon, sometimes it doesn't,,, it's like there's a cache somewhere
@cuijg said in how to set app-ico ?:
last edited by
#2
I found that without changing anything, after repeated rebuilds, sometimes the generated app shows the icon, sometimes it doesn't,,, it's like there's a cache somewherethis one. Have you tried deleting the shadow build folder ?
-
@cuijg said in how to set app-ico ?:
last edited by
#2
I found that without changing anything, after repeated rebuilds, sometimes the generated app shows the icon, sometimes it doesn't,,, it's like there's a cache somewherethis one. Have you tried deleting the shadow build folder ?
-
@cuijg
the build folder, shadow build because your not building inside your source file but all generated files are placed in a different folder@J.Hilk said in how to set app-ico ?:
shadow build because your not building inside your source file but all generated files are placed in a different folder
As @J.Hilk said, I also think the issue is same, image is not in the shadow build folder
@cuijg you can uncheck the shadow build checkbox and clean, build, run.