Hi, I am developing a plugin for QtCreator which needs to check the current build step during a build.
I tried to connect to BuildManager::buildStateChanged, which has a Project as parameter, but I can't find any way to get that information from it. The active build step is kept in BuildManagerPrivate and set in BuildManager::nextStep, but apparently there's no way to access it. Does anyone know if there's a way to accomplish this? Thank you -- *Davide Coppola* *email:* [email protected] *website:* http://www.davidecoppola.com *blog:* http://blog.davidecoppola.com
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
