I'm developing a PHP IDE similar to Eclipse, but much more light weight. For the interface I'm using Qt 4.4.3 which seems to be working great. I've primarily been using my Windows machine to do most of the coding in Eclipse CDT and using MinGW as the compiler.
A couple of days ago I took the code an put it on my Eee PC with Linux just to see if I could get it to build. Well, after getting build-essential, Qt, and Eclipse going, the program compiled just fine. However, when I start it up in Linux, all the icons on the toolbar of my program have disappeared. These are common icons like Cut, Copy, Paste, Open, New... The build doesn't give me any warnings, and the toolbar acts like it has the icons (i.e. if the icons aren't available, there's a text label to show for the button. It doesn't show the text label so it thinks the images are there).
Any ideas on why the icons aren't showing up? The file structure is exactly the same, and the paths to the icons are correct. The resource file finds the images. I'm pretty new to Linux and developing on Linux, so I'd appreciate any help.
Thanks a lot!