Re: [CMake] Using Boost and Qt together.

2009-01-29 Thread 0xd34df00d
2009/1/29 Surya Kiran Gullapalli : > Hello, > I've a big project, where in I'm planning to use both Boost.Signals and Qt > Signal/slot mechanism. > From Qt4.1 there's a CONFIG += no_keywords option provided to qmake to > faclitate use of Boost.Signals along with Qt signal slots. > As I'm using Cmak

[CMake] Using Boost and Qt together.

2009-01-28 Thread Surya Kiran Gullapalli
Hello,I've a big project, where in I'm planning to use both Boost.Signals and Qt Signal/slot mechanism. >From Qt4.1 there's a CONFIG += no_keywords option provided to qmake to faclitate use of Boost.Signals along with Qt signal slots. As I'm using Cmake (2.6), how can i achieve the same thing wit