Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

Forums

OverviewFelgo 3 Support (Qt 5) › Windows app icon?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14854

    Megan

    Hello!

    Its been a while. 🙂  I am still developing my game on my Windows 10 Surface Pro, and was wondering if I could customize the app icon that shows up in the toolbar at the bottom of the screen when the game is running?  There is lots of docs on Andriod/IOS  app icons, but I didn’t see one for Windows?

    #14856

    GĂĽnther
    Felgo Team

    Hi!

    If you create a new Felgo Game in Qt Creator, like you maybe also did for your project, you should see this setting in the pro file:

    win32 {
        RC_FILE += win/app_icon.rc
    }

    Which sets the windows application icon to win/app_icon.rc, that declares win/app_icon.ico as the icon.

    I’m not quite sure if the same works on the Surface Pro, but if you see the Felgo Icon for your application, this is where it comes from.

    In General: Setting the application icon is not Felgo specific, but depends on how Qt handles this. You can also ask in the official Qt Forums how to set the the icon if the above setting does not work in your case. It is also possible to convert your project to a visual studio project with qmake, as described here. This should allow you to modify such app-settings directly with visual studio.

    Best,
    GĂĽnther

Viewing 2 posts - 1 through 2 (of 2 total)

RSS feed for this thread

You must be logged in to reply to this topic.

Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded