[Qt-creator] support for bjam projects in QTCreator?

André Pönitz andre.poenitz at mathematik.tu-chemnitz.de
Sun Aug 4 16:10:12 CEST 2013


On Sun, Aug 04, 2013 at 03:05:22PM +0200, Witold E Wolski wrote:
> Hi,
> 
> I will have to work on bjam based project. I normally use QT Creator
> for programming and work with cmake based project. I could't find any
> hint how to set up an bjam project to work with QT.

There isn't any direct bjam support.

Closest thing you can have is to either fully convert your project to
one of the supported build systems (qmake, cmake, qbs, autotools,
"generic make") or to set up a "dummy" project for one of the supported
build systems, and replace the automatically generated build steps
by custom build steps calling bjam manually.

For qmake, that's often something like running "qmake -project"
in the top-level source directory to create a .pro file, and
removing the qmake build step after opening the .pro file.

Andre'



More information about the Qt-creator mailing list