PDA

View Full Version : Static vs. Dynamic



hosseinyounesi
23rd July 2009, 17:49
Hello everyone,
I have written a program that shows an splash and inserts an icon in system tray with 2 PNG files. In Dynamic mode, it executes well and everything is ok, but in Static the splash doesn't appears !!!! :eek: I added this line


Q_INIT_RESOURCE(MySplash);
but it is not working yet !!!

Thanks for any help

Lykurg
23rd July 2009, 18:03
Make sure you have all needed image plugins available for static building.

hosseinyounesi
24th July 2009, 11:21
I've used a .PNG file for my splash. Which library is needed?