The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=13245
======================================================================
Reported By: Stephen Kelly
Assigned To: Clinton Stimpson
======================================================================
Project: CMake
Issue ID: 13245
Category: CMake
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
======================================================================
Date Submitted: 2012-05-23 14:23 EDT
Last Modified: 2012-05-23 14:23 EDT
======================================================================
Summary: FindQt4.cmake doesn't work on Windows 8
Description:
The output of qmake --version can contain a message which confuses FindQt4.cmake
when run on Windows 8:
qWarning("Qt: Untested Windows version %d.%d detected!",
osver.dwMajorVersion, osver.dwMinorVersion);
This may or may not be fixable in Qt:
http://thread.gmane.org/gmane.comp.lib.qt.devel/4087
However, this issue most likely exists with all existing versions of Qt 4
anyway, so it may be worth working around by detecting and ignoring a line with
that message in the output.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2012-05-23 14:23 Stephen Kelly New Issue
2012-05-23 14:23 Stephen Kelly Status new => assigned
2012-05-23 14:23 Stephen Kelly Assigned To => Clinton Stimpson
======================================================================
--
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