ext Mateus Lima schrieb: > 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 Well it would help if you would explain what you are trying to write. That is start with a high level description. Be warned, the Qt4Project stuff is currently not written in a way which facilitates easy extensions.
daniel _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
