On Wednesday 11 March 2009, Boudewijn Rempt wrote: > On Wed, 11 Mar 2009, Doug Henry wrote: > > I have multiple Qt installations and would like to know how I guide the > > find_package(Qt4) command to find the correct one. I assume there is a > > variable I can set which defines the search path, which will allow me to > > change the path to find a different installed version. Thanks. > > Afaik, that uses the location of the first qmake it finds on the path
Yes, and you can also set CMAKE_PREFIX_PATH to point to your Qt installation. Alex _______________________________________________ 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
