[Qt-creator] Get the type of project (qmake, cmake, ...) and the list of files in the project

2010-09-01 Thread Tim Beaulen
Hello, I'm writing a pluging that needs to make changes to the .pro file. Is there a way to know from within my plugin which type of project is opened? I mean, is it a project based on QMake, based on CMake, etc. And I need to have a list of all the files in the project to see if a certain file

Re: [Qt-creator] Displaying mixed source with disassembly in Qt Creator?

2010-09-01 Thread André Pönitz
On Tuesday 31 August 2010 16:41:14 ext Ed Sutton wrote: I am looking for a quick way to evaluate coding optimizations. Is there a way to display both the source code and the generated assembly? Mixed source with assembly is visible during debugging when in instruction-wise mode of operation.

Re: [Qt-creator] Get the type of project (qmake, cmake, ...) and the list of files in the project

2010-09-01 Thread Tobias Hunger
Hi Tim! On 01.09.2010 08:18, ext Tim Beaulen wrote: I'm writing a pluging that needs to make changes to the .pro file. Is there a way to know from within my plugin which type of project is opened? I mean, is it a project based on QMake, based on CMake, etc. Each (type of) project has an id

Re: [Qt-creator] QSystemInfo Error

2010-09-01 Thread dhk
On 08/30/2010 02:46 AM, Christian Kamm wrote: On Monday 30 August 2010 00:02:10 ext dhk wrote: I still haven't gotten this to build without the QSystemInfo error. Is there anything special I have to do when installing the software? Do I need to uninstall the 1.n version? Something is

Re: [Qt-creator] Version Renaming, Part 2.

2010-09-01 Thread Stephen Chu
So I saw snapshots of 2.1.80 for a few days and now it goes back building 2.0.1. Why build snapshots of a release version? :) Are we going to get 2.0.90 snapshots soon? And it will be built from the Master branch, right? On 8/27/10 6:07 AM, André Pönitz wrote: Hi all. In the aftermath of

Re: [Qt-creator] Version Renaming, Part 2.

2010-09-01 Thread Andre Poenitz
On Wed, Sep 01, 2010 at 09:53:29AM -0400, Stephen Chu wrote: So I saw snapshots of 2.1.80 for a few days and now it goes back building 2.0.1. Why build snapshots of a release version? :) Because the snapshot builds have some historical dependencies on stuff that has hard connections to actual