Re: [Qt-creator] Using QtCreator as a general C++ IDE

2010-02-25 Thread Danny Price
Of course - qmake is a Qt component! You should try using CMake instead. On Thu, Feb 25, 2010 at 2:02 AM, Jefferson Bandeira jbsi...@ufrj.br wrote: I Tried doing something like this, Coda, however, when i try to run the makefile generated by qmake in another computer, it tries to re-qmake the

Re: [Qt-creator] Using QtCreator as a general C++ IDE

2010-02-25 Thread Frank Siegert
Hi Jefferson, Jefferson Bandeira, Thursday 25 February 2010: Is there a way to use QtCreator as a General Purpose IDE, instead of a Qt Only IDE... I like most of the features of code completion and browsing this IDE offers, and i really would like to use it as my main IDE, however i can't

Re: [Qt-creator] Using QtCreator as a general C++ IDE

2010-02-25 Thread Tobias Hunger
On 25.02.2010 02:22, ext Jefferson Bandeira wrote: Hello trolls =) Is there a way to use QtCreator as a General Purpose IDE, instead of a Qt Only IDE... I like most of the features of code completion and browsing this IDE offers, and i really would like to use it as my main IDE, however i

Re: [Qt-creator] Problems while compiling Qt Creator plugins in mac

2010-02-25 Thread Eike Ziller
On Feb 25, 2010, at 7:44 AM, ext Aneesh Muralidharan wrote: Hi Eike, Thanks for the reply... This is the full output of make http://dpaste.com/hold/164550/ well also as you have suggested i tried to linked it with release libs as CONFIG+=release and CONFIG-=debug still same error please

Re: [Qt-creator] waiting for app trk to start error

2010-02-25 Thread Eike Ziller
On Feb 25, 2010, at 8:38 AM, ext john Alvin Mathew wrote: Hi, I was working with TRK for many days. Then one fine day i am getting this error. I am totally clueless about how to fix this. QT creator is detecting my phone correctly - Summary: Run on 'Nokia E63 USB (COM20)'

Re: [Qt-creator] waiting for app trk to start error

2010-02-25 Thread Robert Löhning
Hi John, you could try setting a lower COM-port using Windows' device manager, e.g COM4. In some cases this helped. I don't know WHY this might help, though. If someone knows more about it, please contact me. Good luck, Robert ext john Alvin Mathew schrieb: Hi, Trk App is running on

Re: [Qt-creator] waiting for app trk to start error

2010-02-25 Thread Eike Ziller
On Feb 25, 2010, at 12:29 PM, Loehning Robert (Nokia-D/Berlin) wrote: Hi John, you could try setting a lower COM-port using Windows' device manager, e.g COM4. In some cases this helped. I don't know WHY this might help, though. If someone knows more about it, please contact me. Right.

Re: [Qt-creator] Overriding dumper.py

2010-02-25 Thread André Pönitz
On Wednesday 24 February 2010 17:46:22 ext paulo wrote: Hi again, careful the last patch had an extra tab (which, as everybody knows, will cause segmentation faults and core dumps in the python interpreter). This still puts everything in a flat list, which is not really nice (but in line with

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

2010-02-25 Thread gmenant . ext
Thanks for your answer Christian ! Christian Kandeler wrote: Hi, I'm currently trying to debug remotely an application through gdb using Qt Creator. Majo had the same issue previously (http://www.mail-archive.com/qt-creator@trolltech.com/msg02532.html) but I don't know what was

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

2010-02-25 Thread Christian Kandeler
On Thursday 25 February 2010 16:01:38 ext gmenant@orange-ftgroup.com wrote: I'm using Qt Creator 1.3.1. About the sysroot, I don't know what I have to put in it (which path). It's probably my main problem though ! GDB is looking for libQtGui.so.4 in /usr/lib and the file is there (see

[Qt-creator] Using backup (~) files

2010-02-25 Thread Pedro de Medeiros
Hello, list. There was a blackout while I was saving some files in Qt Creator and, as a result, one of them was completely lost, truncated to 0 bytes. So I lost the whole morning rewriting the file. It seems to me that this only happened because Qt Creator doesn't save backup files (like ~ files

[Qt-creator] New icons in snapsot

2010-02-25 Thread Stephen Chu
I just installed 201002250030 Mac snapshot and find the new icons in debugger panel: http://farm3.static.flickr.com/2761/4387846628_476829c726_o.png I find them less intuitive than the old ones. The continue icon looks like restart. Stepping over, into, and out icons look like some sorting

Re: [Qt-creator] Using backup (~) files

2010-02-25 Thread Clément Bourgeois
No plugin does that for now. Backups must be done by the programmer. Bonus troll : Using a content-tracker like git could help you in the future to avoid that kind of problem. Hello, list. There was a blackout while I was saving some files in Qt Creator and, as a result, one of them was

[Qt-creator] Mercurial Support?

2010-02-25 Thread Robert Caldecott
Are there any plans to add Hg support to Qt Creator? ___ Qt-creator mailing list Qt-creator@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-creator

Re: [Qt-creator] Mercurial Support?

2010-02-25 Thread Clément Bourgeois
Le 26/02/10 00:02, Robert Caldecott a écrit : Are there any plans to add Hg support to Qt Creator? ___ Qt-creator mailing list Qt-creator@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-creator Hg support is included as a plugin in

Re: [Qt-creator] Problems while compiling Qt Creator plugins in mac

2010-02-25 Thread Aneesh Muralidharan
Hi Eike, That fixes it. Thanks a lot :) Thanks and regards, Aneesh.M On Thu, Feb 25, 2010 at 3:42 PM, Eike Ziller eike.zil...@nokia.com wrote: On Feb 25, 2010, at 7:44 AM, ext Aneesh Muralidharan wrote: Hi Eike, Thanks for the reply... This is the full output of make