Icons not rendering SOLVED
-
wrote on 15 Sept 2014, 19:52 last edited by
I have one issue when I launch my app. No one images, icons not rendering. How I can fix this issue?
Here is picture: !http://qt.hallikainen.cc/WP_20140915_007.jpg!. -
Hi,
Ensure that the icon file can be find ? Where are they located ? What path are you using ? Are they stored as Qt resources ?
-
wrote on 15 Sept 2014, 20:40 last edited by
Yes I use Qt resource. Some reason when I build software it not include images to binary. How I can fix this? Any ideas?
-
Are you sure the paths you use are correct ?
-
wrote on 16 Sept 2014, 12:16 last edited by
Problem solved. I write to pro file ./images.qrc and now it works. Thank you
-
Just to be sure I understood correctly, your qrc file was not listed in your pro file ?
-
wrote on 16 Sept 2014, 20:36 last edited by
Yes it was, but make not found it. I add "./" and then make command found that file. :)
-
Ok, good, you can also use $$PWD for that matter
7/8