[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] 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