[CMake] Patches with "your name" all over them?

John Drescher drescherjm at gmail.com
Mon Mar 23 17:38:33 EDT 2009


> Have another question. doing out-of-source build and I have src files that
> include QT .moc files, but cannot find them.
>
> Normally this files .moc files get generated in the src directory, but
> out-of-source build put the .moc files into the build/src directory.
>
> What is the typical strategy to change the -I flag to make it look int he
> build/src directory?
>
CMake should handle this for you if you use the QT4_WRAP_CPP macro.

John


More information about the CMake mailing list