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 already exists. This is something I can also do without
the help of other Qt Creator plugins, but I think it would be nicer to
use already existing functionality.
How can I access this information?
_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to