[Qt-creator] GCC 4.32 for Windows

Andre Poenitz andre.poenitz at mathematik.tu-chemnitz.de
Mon Jan 12 22:41:29 CET 2009


On Mon, Jan 12, 2009 at 10:04:28PM +0100, Patrick Scheller wrote:
> [...]
> Well I had to switch manually but I don't complain because QtCreator
> is still beta so I don't know what is intended in the final version.

I don't think there will be a means to "switch" compilers from within
Creator (apart, obviously, from the possibility to change the 'make'
invocation by providing things like CXX=/your/path/to/gcc
LINK=/your/path/to/gcc as "Make arguments" in a project's "Build
settings")

> And I also had to guess which might be the new "gdbmacros" script from
> QC since it still pointed to the old one.

Anything that look like a gdb script made it into the released source
code only by accident and was not used. All that's needed is the part
that looks like C++. 

> I took "gdbmacros.pro" dunno if it's right or not.  I can still not
> construct even the most simple GUI program out of the box (from New
> Project) with QC because with each 2nd snapshot this breaks again.

Can't you construct one, or does it break after the next upgrade?

> But why to file a bug report?

Well, some problems might go unnoticed if they are not reported...

> It is clearly stated that nightly-builds may not work, so I accept that
> and wait patiently for the next one.
> 
> But what I miss is the level of a solution (like in VC) which can
> contain several projects and even only references to them.

Unlike VC, qmake (and therefore Qt Creator) can handle arbitrarily
nested projects. This gives your more freedom than a strict two-level
(solution and project) approach.

As long as you don't depend on build order you might try to play with
File->Session->Session Manager. If you depend on build order you could
try to setup a master .pro file with TEMPLATE=subdirs and
CONFIG+=ordered.

Regards,
Andre'



More information about the Qt-creator-old mailing list