I hope that the new compiler framework will permits a better integration of Qt in C::B because, unfortunatly, the plugin (yet and for me) is too limited.
A better integration could be that it could be possible to open .pro file directly with C::B (I guess I dream to much...)
Another solution, could be (like decpp plugin) to have "import from .pro / export to .pro" options.
Another quick alternative could be that we will be able to specify a .pro to the plugin and that he only manages SOURCES and HEADERS .pro entries according to file add/remove in C::B project. Other qmake options could be managed by hand (allow to use whole power of qmake). The plugin could be in charge to setup C::B (ie: add the pre-build command "qmake <custom.pro>" to generate the Makefile and check "use a existing makefile"). Thus we will be able to use C::B original "Build", "Clean" commands.
That's just ideas, I discover C::B yesterday, so I don't have enough knowledge to know if it could be possible or not...(or probably stupid
Working on a cross-platform IDE with Qt is crutial for me, so maybe (If you and my boss agree) I may contribute to this Qt integration.
Best regards.