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

2010-03-05 Thread Christian Kandeler
On Friday 05 March 2010 11:00:28 ext gmenant@orange-ftgroup.com wrote: I've set the GDB sysroot and debug is now working but there is an issue evaluating Qt objects. For example I don't see QString values in the debug window. This indicates a problem with the Qt debugging helpers. You

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

2010-03-05 Thread André Pönitz
On Friday 05 March 2010 11:00:28 ext gmenant@orange-ftgroup.com wrote: Hello, It's me again with my Qt Creator/GDB issues... I've set the GDB sysroot and debug is now working but there is an issue evaluating Qt objects. For example I don't see QString values in the debug window.

[Qt-creator] Qt Creator Community

2010-03-05 Thread Peter Kümmel
As Qt Creater beeing 'only' a plugin-collection, is there a overview where all Nokia and 3rd-party plugins are listet and described? Also, is there a wiki which could be used as entry point for starting developing plugins, with documentations, example plugins, links to other howtos, and so on?

[Qt-creator] Can't import cmake Qt project?

2010-03-05 Thread Danny Price
I have a a test Qt project bulding using CMake from the command line. It all configures and makes fine. When I import the CMakeLists.txt into Creator, running CMake from the import wizard fails because it doesn't understandd 'QT4_WRAP_CPP'. I'm using CMake 2.8 (the only version on my system) and

Re: [Qt-creator] Can't import cmake Qt project?

2010-03-05 Thread Peter Kümmel
Danny Price wrote: I have a a test Qt project bulding using CMake from the command line. It all configures and makes fine. When I import the CMakeLists.txt into Creator, running CMake from the import wizard fails because it doesn't understandd 'QT4_WRAP_CPP'. I'm using CMake 2.8 (the only

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

2010-03-05 Thread André Pönitz
On Friday 05 March 2010 16:06:07 ext gmenant@orange-ftgroup.com wrote: Again, this should be arm. The value comes from the initial dialog. You can edit the combo box values to suit your needs. What version of Creator is that? The architecture combobox is editable nowadays. Andre'

Re: [Qt-creator] Can't import cmake Qt project?

2010-03-05 Thread Danny Price
Yes I let Creator setup a new build folder. I also cleaned down all existing builds and make files. On Fri, Mar 5, 2010 at 1:28 PM, Peter Kümmel syntheti...@gmx.net wrote: Danny Price wrote: I have a a test Qt project bulding using CMake from the command line. It all configures and makes

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

2010-03-05 Thread gmenant.ext
I'm using gdb 6.8, Qt Creator 1.3.1 and Qt 4.5.0 (cross-compiled for ARM) wrote: On Friday 05 March 2010 16:06:07 ext gmenant@orange-ftgroup.com wrote: Again, this should be "arm". The value comes from the initial dialog. You can edit the combo box values to suit your needs.