Danny Price wrote: > I have a a test Qt project bulding using CMake from the command line. It all > configures and makes fine. > > When I import the CMakeLists.txt into Creator, running CMake from the import > wizard fails because it doesn't understandd 'QT4_WRAP_CPP'. > > I'm using CMake 2.8 (the only version on my system) and this is a standard > command for Qt compatibility. What gives? > > If I import a 'pure' C++ CMake project, it builds in Creator fine.
Have you tried the Qt Creator based cmake run in a clean build folder? Peter _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
