> 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 _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
