I don't care either way, but in practice, having both Debug and Release Qt on Windows is useful.
Clint ----- Original Message ----- > Thanks -- so should I just build/install both here? > Or should I put some code into CMake’s test suite to detect when only one is > available and avoid the test in that scenario...? That would prevent others > from hitting this in the future, but it may cause the test to “mysteriously” > not run when somebody thinks it should. I could see either way being a waste > of time for *somebody* in the future. > Thanks, > D > From: [email protected] > Sent: Friday, April 5, 2013 10:14 AM > To: [email protected] > Yes, on Windows, you need both debug and release Qt libraries, if you want to > build your code both debug and release. > Clint > ----- Reply message ----- > From: "David Cole" <[email protected]> > Date: Fri, Apr 5, 2013 5:19 am > Subject: [cmake-developers] Qt4Targets test failure > To: <[email protected]> > Hello CMake devs, > I have a machine where the Qt4Targets test fails like this for a Debug > dashboard of CMake: > http://open.cdash.org/testDetails.php?test=184197265&build=2866114 > It fails because the Qt libraries on this machine are only built in > Release mode and there are no Debug Qt libs here... > The question is: are Release *and* Debug Qt libraries *required* for > running a CMake dashboard, or should this test pass anyhow despite > being built in Debug and having only Release Qt libs around...? > Thanks, > D > -- > 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
-- 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
