On Wednesday 08 June 2011 11:51:41 ext Konstantin Tokarev wrote: > Hi all, > > I'd like to write a plugin for Qt Creator to provide integration with > Premake build system. > > If I understand correctly, simplest plugin should only provide Qt Creator > list of header and source files. What interfaces should I implement in my > plugin to get it working? I've tried to learn from cmakeprojectmanager and > qt4projectmanager, but they are too cumbersome to get started. Try looking at the generic project manager, that implements the bare minimum that is required.
daniel _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
