In the .pro file I've added the line:
IMAGES = image1.png
Then in the .cpp file:
IconSet ico(QPixmap::fromMimeSource("image1.png"));
In the .pro file I've added the line:
IMAGES = image1.png
Then in the .cpp file:
IconSet ico(QPixmap::fromMimeSource("image1.png"));
Maybe you should use IMAGES += xxx.png instead?
Bookmarks