david.cole at kitware.com (David Cole) writes: > If you set QT_QMAKE_EXECUTABLE to the full path to a qmake, *that* qmake is > used above all else to find the right Qt. Regardless of QTDIR or PATH. > Setting QT_QMAKE_EXECUTABLE is *the* official way to tell CMake where the Qt > that you want is. All else is a "find-and-guess" game if you have multiple > Qt's available.
That used to go quite well. But as of cmake 2.6.3, something is generating a -- Qt3 and Qt4 cannot be used together in one project. finding and the build fails. So switching from qt3 to qt4 used to work, now it doesn't. I am hunting down to see if something got cached that also needs to be cleaned up before trying a build with a different version of Qt. -Maitland _______________________________________________ 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
