[Qt-creator] Can Nokia distribute qt/cocoalibraries?

2009-05-14 Thread Yue Wang
Hi, I just download the qt sdk 4.5.1 but found that there are only two sets of binaries there (i386 and ppc). Moreover, all the binaries are linked to carbon, not cocoa. Can nokia distribute prebuilt 64 bits cocoa libraries? Thanks. Yue Wang ___ Qt-crea

Re: [Qt-creator] Fwd: Qt-creator can't find the location of the executable it built

2009-05-14 Thread Mildred Ki'Lya
On 05/05/2009 03:35 PM, Daniel Teske wrote: On Tuesday 05 May 2009 13:22:45 ext Mildred Ki'Lya wrote: Hi, I have a problem with QtCreator. When I try to start the executable, it can't find it. On Windows, I get: Starting C:/Project/configurator.shanti/main/debug/configurator.exe... The

[Qt-creator] project tree, show subdirectories

2009-05-14 Thread Mildred Ki'Lya
Hi, I wonder if there is a way to have a view of the project tree, showing subdirectories. In our project, we have many different classes that are each in a different directory. Being able to get those subdirectories to show would be useful to find the file we want to edit. Thanks. Mildred -

Re: [Qt-creator] Remote compile / build support

2009-05-14 Thread Andre Poenitz
On Thu, May 14, 2009 at 10:17:20AM +0200, Liebe Markus (RtP2/TEF72) wrote: > Is there any kind of remote build support in qt creator? No(t yet). > In our development department we a have a central host which is used > to compile our projects. Each developer has a workstation and a > checked out

Re: [Qt-creator] Problems console application and Q_OBJECT

2009-05-14 Thread Petric Frank
Hello Marc, On Donnerstag, 14. Mai 2009, Ladnar, Marc wrote: > Hi Petric, > > it is a common Qt qmake problem. > Qmake is not called until the .pro has not changed. But qmake is the > tool generating the Makefile commands for moc compiling. > So you will have to do it in QtCreator like as in Qt it

Re: [Qt-creator] Problems with source files on a linux machine's samba share

2009-05-14 Thread Lorenzo Bettini
alpha_one_x86 wrote: > I had test this configuration, and solved in swith from mingw official > to TDM mingw what do you mean by TDM mingw? -- Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino ICQ# lbetto, 16080134 (GNU/Linux User # 158233) HOME: http://www.lorenzobettini.it MUSIC

Re: [Qt-creator] Using doxygen generated help with F1 key?

2009-05-14 Thread Ladnar, Marc
Tha would be very great. Looking forward, Marc -Ursprüngliche Nachricht- Von: Karsten Heimrich [mailto:karsten.heimr...@nokia.com] Gesendet: Donnerstag, 14. Mai 2009 15:43 An: qt-creator@trolltech.com Betreff: Re: [Qt-creator] Using doxygen generated help with F1 key? Hi Paul, Marc,

Re: [Qt-creator] Using doxygen generated help with F1 key?

2009-05-14 Thread Karsten Heimrich
Hi Paul, Marc, I had a short look today at doxygen and i figured out the missing peace. Will see if I can provide a fix within the next days. ext Ladnar, Marc schrieb: > Hi Paul, > > I tried it hard, too. ANd I allready had a discussion with the > developers at the beginning of this week. By n

Re: [Qt-creator] Run/debug parameters?

2009-05-14 Thread Pau Garcia i Quiles
On Thu, May 14, 2009 at 12:08 PM, Daniel Teske wrote: > On Thursday 14 May 2009 11:48:36 ext Pau Garcia i Quiles wrote: >> Hello, >> >> My application needs parameters to run (i. e. ./myapp --param1 val1 >> --param2 val2 ). How can I pass parameters when running/debugging?  I >> have tried "Build"

Re: [Qt-creator] Run/debug parameters?

2009-05-14 Thread Daniel Teske
On Thursday 14 May 2009 11:48:36 ext Pau Garcia i Quiles wrote: > Hello, > > My application needs parameters to run (i. e. ./myapp --param1 val1 > --param2 val2 ). How can I pass parameters when running/debugging? I > have tried "Build" -> "Set run configuration", then selecting the > target I wan

[Qt-creator] Run/debug parameters?

2009-05-14 Thread Pau Garcia i Quiles
Hello, My application needs parameters to run (i. e. ./myapp --param1 val1 --param2 val2 ). How can I pass parameters when running/debugging? I have tried "Build" -> "Set run configuration", then selecting the target I want to run but, how do I create those "run configurations" ? In case it make

Re: [Qt-creator] Build issues, missing dependency?

2009-05-14 Thread Eike Ziller
Hi, On May 13, 2009, at 9:43 PM, ext Sander Toonen wrote: > Hello, > > While trying to build Qt Creator on I got the following error: yes, the dependency was missing for parallel builds, fixed in ae24255a8c49cea677a8cdbe020b0b741227cd0e

Re: [Qt-creator] Remote compile / build support

2009-05-14 Thread Itamar Reis Peixoto
you can setup mock/koji or something to do this for you. On Thu, May 14, 2009 at 5:46 AM, Liebe Markus (RtP2/TEF72) wrote: > Hi, > >> you will able to do this using fedora mingw, > > Thank you for your aswer. > A quick read shows me that fedora mingw can produce windows executables on a > linu

Re: [Qt-creator] Remote compile / build support

2009-05-14 Thread Liebe Markus (RtP2/TEF72)
Hi, > you will able to do this using fedora mingw, Thank you for your aswer. A quick read shows me that fedora mingw can produce windows executables on a linux machine. That is not my goal. I want to edit on either a windows or linux machine (client) using QtCreator. But I want to put the build

Re: [Qt-creator] Remote compile / build support

2009-05-14 Thread Itamar Reis Peixoto
you will able to do this using fedora mingw, On Thu, May 14, 2009 at 5:17 AM, Liebe Markus (RtP2/TEF72) wrote: > Hi, > > Is there any kind of remote build support in qt creator? > > In our development department we a have a central host which is used to > compile our projects. > Each developer ha

[Qt-creator] Remote compile / build support

2009-05-14 Thread Liebe Markus (RtP2/TEF72)
Hi, Is there any kind of remote build support in qt creator? In our development department we a have a central host which is used to compile our projects. Each developer has a workstation and a checked out working directory. The working directory resides in a network directory which is available

Re: [Qt-creator] Using doxygen generated help with F1 key?

2009-05-14 Thread Ladnar, Marc
Hi Paul, I tried it hard, too. ANd I allready had a discussion with the developers at the beginning of this week. By now, it is not really possible to make it work perfectly. But if you find a good way, I would appreciate it if you tell me hwo you did it. Have a nice day, Marc Ladnar -U