When I use CMake, than i can choose for which Compiler i want to create a 
makefile.

Best Regards

Am 01.04.2011 um 12:00 schrieb [email protected]:

> Send Qt-creator mailing list submissions to
>    [email protected]
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>    http://lists.qt.nokia.com/mailman/listinfo/qt-creator
> or, via email, send a message with subject or body 'help' to
>    [email protected]
> 
> You can reach the person managing the list at
>    [email protected]
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Qt-creator digest..."
> 
> 
> Today's Topics:
> 
>   1. Missing Makefile generators in Qt Creator 2.1.81    (2.2-beta)
>      (NoRulez)
>   2. Re: Missing Makefile generators in Qt Creator 2.1.81
>      (2.2-beta) (Andre Poenitz)
>   3. Re: "Build Issues" breakage in 2.2.0 beta? (Matt Thompson)
>   4.  Font size in the additional windows (Gena Cid)
>   5. Re: "Build Issues" breakage in 2.2.0 beta? (Tobias Hunger)
>   6. Re: "Build Issues" breakage in 2.2.0 beta? (Tobias Hunger)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Thu, 31 Mar 2011 20:03:02 +0200
> From: NoRulez <[email protected]>
> Subject: [Qt-creator] Missing Makefile generators in Qt Creator 2.1.81
>    (2.2-beta)
> To: [email protected]
> Message-ID:
>    
> <!&!AAAAAAAAAAAYAAAAAAAAACLFuKn6I+ZPqBSxyJFOjEQCgQAAEAAAAPqW6eMcCYROpLnMBydaI4QBAAAAAA==@me.com>
>    
> Content-Type: text/plain; charset="us-ascii"
> 
> Hi,
> 
> 
> 
> I have only one Makefile Generator (NMake-Generator (Microsoft Visual C++
> Compiler 9.0 (x86))) in Qt Creator 2.1.81 (2.2-beta).
> 
> When I open the same project with Qt Creator 2.0.1 I have 9 Makefile
> generators (also included MinGW).
> 
> Is this a bug or how can I add more than one Makefile generator to the new
> Qt Creator? 
> 
> 
> 
> Thanks in advance
> 
> 
> 
> Best Regards
> 
> NoRulez
> 
> 
> 
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> http://lists.qt.nokia.com/pipermail/qt-creator/attachments/20110331/5b600e5f/attachment-0001.html
>  
> 
> ------------------------------
> 
> Message: 2
> Date: Fri, 1 Apr 2011 00:01:02 +0200
> From: Andre Poenitz <[email protected]>
> Subject: Re: [Qt-creator] Missing Makefile generators in Qt Creator
>    2.1.81 (2.2-beta)
> To: [email protected]
> Message-ID: <20110331220102.GA3057@localhost>
> Content-Type: text/plain; charset=us-ascii
> 
> On Thu, Mar 31, 2011 at 08:03:02PM +0200, NoRulez wrote:
>> Hi,
>> 
>> I have only one Makefile Generator (NMake-Generator (Microsoft Visual C++
>> Compiler 9.0 (x86))) in Qt Creator 2.1.81 (2.2-beta).
>> 
>> When I open the same project with Qt Creator 2.0.1 I have 9 Makefile
>> generators (also included MinGW).
>> 
>> Is this a bug or how can I add more than one Makefile generator to the new
>> Qt Creator? 
> 
> What's a "Makefile generator" in a Qt Creator context? qmake?
> 
> Andre'
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Thu, 31 Mar 2011 17:07:35 -0500
> From: Matt Thompson <[email protected]>
> Subject: Re: [Qt-creator] "Build Issues" breakage in 2.2.0 beta?
> To: [email protected]
> Message-ID:
>    <[email protected]>
> Content-Type: text/plain; charset=ISO-8859-1
> 
>> Could you please check whether you have selected a tool chain in
>> Projects mode? That one defines which parser is used to get Build issues
>> from the compile output.
>> 
>> Best Regards,
>> Tobias
> 
> Tobias,
> That was it.  I hadn't noticed the new setting before.  Now I have a
> couple of observations.
> 1) I have a session with about 20 projects loaded.  It would be very
> helpful if there was a way to set the tool chain for all of the
> projects at once rather than having to set them individually.
> 
> 2) It also seems like for our gmake projects the tool chain selection
> doesn't really have any effect on which compiler or flags are used to
> compile a project.  Is there something we can do differently in our
> make files to listen to this setting?
> 
> Thanks for pointing me in the right direction!
> 
> -Matt
> 
> 
> ------------------------------
> 
> Message: 4
> Date: Fri, 1 Apr 2011 12:25:23 +0400
> From: Gena Cid <[email protected]>
> Subject: [Qt-creator]  Font size in the additional windows
> To: [email protected]
> Message-ID: <[email protected]>
> Content-Type: Text/Plain;  charset="us-ascii"
> 
> Hi!
> 
> When I change font size (directly or with zoom option) for code editor, font 
> size for additional windows like Locals and Watchers, Stack, output panes 
> also 
> changes. How can I change font size only in the code editor?
> 
> Qt-creator 2.1.0, x86_64, Linux.
> 
> -----|-
> Gena.
> 
> 
> ------------------------------
> 
> Message: 5
> Date: Fri, 1 Apr 2011 11:14:21 +0200
> From: Tobias Hunger <[email protected]>
> Subject: Re: [Qt-creator] "Build Issues" breakage in 2.2.0 beta?
> To: <[email protected]>
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed
> 
> On 01.04.2011 00:07, ext Matt Thompson wrote:
>>> Tobias,
>>> That was it.  I hadn't noticed the new setting before.
> Good:-)
>>> Now I have a
>>> couple of observations.
>>> 1) I have a session with about 20 projects loaded.  It would be very
>>> helpful if there was a way to set the tool chain for all of the
>>> projects at once rather than having to set them individually.
> It should select the same defaults that were used previously for qmake 
> based projects.
> 
> Generic Makefile based projects are not really covered well. I'll check 
> whether I can update the code to select a reasonable toolchain (MinGW on 
> windows or GCC everywhere else), if one is auto detected. That is pretty 
> much what we had assumed before. Would that help?
>>> 2) It also seems like for our gmake projects the tool chain selection
>>> doesn't really have any effect on which compiler or flags are used to
>>> compile a project.  Is there something we can do differently in our
>>> make files to listen to this setting?
> The tool chain selection does not really effect the build settings yet, 
> that is true. I'll improve this post-2.2 for the qmake projects (and 
> maybe CMAke ones, too).
> 
> For generic projetcs there is too little known to really make the tool 
> chain data available to the build system. We could maybe set CC or CXX 
> environment variables and hope for the best... which will probably 
> confuse some projects and get ignored by others. Or maybe we should just 
> not expose the data at all.
>>> Thanks for pointing me in the right direction!
> You are welcome!
> 
> Best Regards,
> Tobias
> 
> -- 
> Tobias Hunger
> Software Engineer
> Nokia, Qt Development Frameworks
> 
> Nokia gate5 GmbH
> Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany
> Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B
> Umsatzsteueridentifikationsnummer: DE 812 845 193
> Gesch?ftsf?hrer: Dr. Michael Halbherr, Karim T?htivuori
> 
> 
> 
> ------------------------------
> 
> Message: 6
> Date: Fri, 1 Apr 2011 11:23:51 +0200
> From: Tobias Hunger <[email protected]>
> Subject: Re: [Qt-creator] "Build Issues" breakage in 2.2.0 beta?
> To: <[email protected]>
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed
> 
> On 01.04.2011 00:07, ext Matt Thompson wrote:
>> 1) I have a session with about 20 projects loaded.  It would be very
>> helpful if there was a way to set the tool chain for all of the
>> projects at once rather than having to set them individually.
> PS: You can of course always write a script to update the .user files. 
> They are XML, so that should not be too hard to do with your scripting 
> language of choice. The files tend to be one item per line, so maybe you 
> can even get by without a actual XML parser;-)
> 
> Best Regards,
> Tobias
> 
> -- 
> Tobias Hunger
> Software Engineer
> Nokia, Qt Development Frameworks
> 
> Nokia gate5 GmbH
> Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany
> Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B
> Umsatzsteueridentifikationsnummer: DE 812 845 193
> Gesch?ftsf?hrer: Dr. Michael Halbherr, Karim T?htivuori
> 
> 
> 
> ------------------------------
> 
> _______________________________________________
> Qt-creator mailing list
> [email protected]
> http://lists.qt.nokia.com/mailman/listinfo/qt-creator
> 
> 
> End of Qt-creator Digest, Vol 5, Issue 1
> ****************************************
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to