I'm trying to use CMake for the first time, as an experiment, with little a Qt-based project. It also uses an additional library, via pkg-config.
So far Qt's include files don't seem to be found, and I wonder how I can cause moc to be used to generate some of the .cc files. Here's what I have so far: http://github.com/murraycu/qlom/blob/qlom_cmake/CMakeLists.txt based on the many and varied google results. Can anyone give me some clues? -- [email protected] www.murrayc.com www.openismus.com _______________________________________________ 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
