I believe that "IMAGES" is not a qmake variable for qt4.
Use RESOURCES instead.
For example,
RESOURCES += myresources.qrc
and then in myresources.qrc you could have something like
Qt Code:
<RCC> <qresource prefix="/" > <file>icons/icon1.png</file> <file>icons/resize.png</file> </qresource> </RCC>To copy to clipboard, switch view to plain text mode
Bookmarks