At the moment I use setIconFromFile(filename) to set my game's icon. But I'd like to embed that PNG into the exe so that there are no external dependencies.
setIconFromFile(filename)
Is this possible?