Re: [Development] Conditional compilation on the CI

2014-07-07 Thread Frederik Gladhorn
Mandag 7. juli 2014 13.56.34 skrev Sean Harmer: > Hi, > > I'm in the process of trying to add an integration for the Bullet physics > engine to Qt3D and have made a patch that introduces a config test for > bullet and as a result conditionally compiles the qt3dbulletphysics library > that provides

[Development] Conditional compilation on the CI

2014-07-07 Thread Sean Harmer
Hi, I'm in the process of trying to add an integration for the Bullet physics engine to Qt3D and have made a patch that introduces a config test for bullet and as a result conditionally compiles the qt3dbulletphysics library that provides the integration. This is fine for developing locally bu