Hi, I'm trying to figure out how is the best way to create a new type of Qt project customizing build and run steps and adding a new configuration item to the project's settings.
Since I have to disable some features depending on project's type, is it necessary to create a new project class and project manager like qt4project and qt4projectmanager on qtplugin? Is it better to inherits these classes and add my own build and run steps? Is there any way to just use qt4project manager plugin instead but remain with my own project type to be able to disable some features? Thanks in advance, Mateus Lima
_______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
