tag 337764 confirmed thanks Andreas Pakulat <[EMAIL PROTECTED]> writes:
> On 18.11.05 10:20:54, Brian Nelson wrote: >> Andreas Pakulat <[EMAIL PROTECTED]> writes: >> >> > Building QT4 apps using >> > >> > CONFIG += debug >> > >> > breaks the loading of any icons in the application. Remove debug and >> > everythings fine. This not only happens to the icons created for that >> > app, but also for the icons in standard dialog, like the QFileDialog. >> >> Hmm, I can't reproduce this. Can you test some of the examples from Qt >> and see if you can reproduce it with any of those. The stuff under >> mainwindows/ seem like good candidates. > > Sure, just take the "application" example, add > > CONFIG += debug > > and run qmake-qt4 && make. The program won't display any icon, except the > one for paste. This is with an up to date sid and I'm having Qt3 as > default Qt (i.e. qmake == qmake-qt3). > > QTDIR is set to point to /usr/share/qt3, but changing to /usr/share/qt4 > doesn't help either. OK, I see it now. Strange I couldn't reproduce it the first time I tried. I wonder if this is a consequence of this bug: http://www.trolltech.com/developer/tasktracker.html?method=entry&id=86441 Examining the strace, it does look like it's loading both the debug and non-debug versions of the plugins. -- Captain Logic is not steering this tugboat. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]