Stephen Kelly wrote: > > This result is surprising: > > http://open.cdash.org/testSummary.php?project=1&name=RunCMake.ObsoleteQtMacros&date=2013-07-12 > > There is a QT4_WORKS test in Tests/CMakeLists.txt. Is that hiding this > issue in other Qt4 based unit tests? Rather than hiding the issue, and > idea what's going on?
I figured out that I need to pass QT_QMAKE_EXECUTABLE through the cmake calls, because it is not in the PATH on the failing machines. (as in commit b00463f06c80529f02c489872458345790f6cd48). Thanks, Steve. -- 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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
