> I've replaced your qInitResources() with the 'official' Qt
> Q_INIT_RESOURCE(Resources) because on windows the
> rcc generates qInitResources_Resources().
>

I do not know what is going on here, but Linux/qt does not have
qInitResources_Resources()... and now I am getting

src/frontends/qt4/GuiToolbar.cpp:50: undefined reference to
`qInitResources_Resources()'

Please #ifdef WIN32, or apply a proper solution. (Or should I use rcc
-name option?)

Bo

Reply via email to