Adding an icon?
-
@VRonin , sorry I should have been more specific...I'm referring to a default desktop icon for the application that is embedded in the executable.
With IDE's like MSVC this is quite straight forward.
-
@SPlatten Will this help? https://doc.qt.io/qt-5/appicon.html
I, for Windows and using qmake, simply add
RC_ICONS=path_to_icon_file.icoin the .pro file and it just works.EDIT: for embedding icon in .exe please see the link.
-
@SPlatten Will this help? https://doc.qt.io/qt-5/appicon.html
I, for Windows and using qmake, simply add
RC_ICONS=path_to_icon_file.icoin the .pro file and it just works.EDIT: for embedding icon in .exe please see the link.
-
@SPlatten Will this help? https://doc.qt.io/qt-5/appicon.html
I, for Windows and using qmake, simply add
RC_ICONS=path_to_icon_file.icoin the .pro file and it just works.EDIT: for embedding icon in .exe please see the link.