Abdelrazak Younes wrote: > Qt4 documentation talks about this Q_INIT_RESOURCE that deals with .qrc > files. It might solve this particular problem and maybe also the toolbar > problem reported by Hedge on linux and Bennett on Mac:
I believe that this is something entirely different. We don't use any .qrc file directly, we simply let Qt decide (maybe based on some global configuration file) what plugins/resources are used. IMO qt should handle these things automatically, without manual intervention from the application. If it does not do so it is a Qt bug IMO. Why should I as an application developer care for initialization/finalization of resources I never requested to be used? Georg