On Fri, Jan 08, 2010 at 09:30:14PM -0500, David Doria wrote: > I am trying to use: > FIND_PACKAGE(Qt4 REQUIRED) > > However, I get: > CMake Error at /usr/share/cmake/Modules/FindQt4.cmake:1625 (MESSAGE): > Qt qmake not found! > > I am using Fedora 11. I did > yum install qt* qmake* > > but nothing changed. Any suggestions?
You probably need to insure that qmake is in your PATH. If you just installed it maybe you need to login again so you resource your shell init files? 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