On Thu, Nov 12, 2009 at 10:51:49AM -0700, Steven Wilson wrote: > > CMake Error at C:/Program Files (x86)/CMake > 2.8/share/cmake-2.8/Modules/FindQt4.cmake:771 (MESSAGE): > It appears you're trying to use Visual Studio with Qt built by mingw > Call Stack (most recent call first): > Source/QtDialog/CMakeLists.txt:14 (FIND_PACKAGE)
The distributed version of Qt is built with mingw (which CMake told you). You need to rebuild it with the Visual Studio version of your choice. Check the Qt docs for details on rebuilding. tyler _______________________________________________ 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
