QPushButton Icon
Unsolved
General and Desktop
-
Hello,
I'm writing a simple minesweeper game. To do this I use a resources file where there are my images and my icons, but when I compile the app the images are not copied into the executable.
Is there something to add to the .pro file to copy the resources on the executable?
-
Hi
no, it should just work if you just added a qres file to project
and then added the images to the pro file.
Then you run qmake
And your exe should have the images compiled in. -