Re: [Qt-creator] Remote debugging armv5te using Qt Creator

2010-03-08 Thread André Pönitz
On Monday 08 March 2010 11:10:02 ext Guillaume Ménant wrote: I have built gdb 7.0.1 and now it finds every librairies but debugging helper is still not found by gdb. Debugging helper has to be created by Qt Creator, no ? Yes, it's created from within the Qt Version selection dialog. When

Re: [Qt-creator] Encoding in compile output window

2010-03-08 Thread Oswald Buddenhagen
On Mon, Mar 08, 2010 at 01:44:45AM +0100, ext Roman V. Kiseliov wrote: how one can configure compile output window's text encoding? I'm using russian MS VS localization and compiler's output in compile output window looks like a garbage. You can see it in attached picture. this is

Re: [Qt-creator] Importing complex qmake project

2010-03-08 Thread Danny Price
Anyway the explanation is, there was a current, non-debug build present in the same directory, and Creator did not force a rebuild in debug mode Yeah it won't. Not unless you manually specify target deps in the .pro files. 'clean' doesn't seem to do what you might think it should either - it