PDA

View Full Version : How to resolve this error in Windows 8?



Gokulnathvc
30th April 2012, 09:15
I have installed Qt 4.8 commercial version in Windows 8 beta. While building the application in Qt Creator , it gives, Qt: Untested Windows version 6.2 detected!.
And build fails. how to fix this
??

ChrisW67
30th April 2012, 10:04
Don't use a pre-release, unsupported operating system if you don't want to see warnings about it. It is only a warning (http://qt.gitorious.org/qt/qt/blobs/4.8/src/corelib/global/qglobal.cpp#line1744) though. If you are compiling without QT_FATAL_WARNINGS then your code is failing to build for some other reason.

MarkPearl
27th February 2013, 07:03
I am using Windows 8 Pro - and I am still getting a message "Qt: Untested Windows version 6.2 detected!" when running a console application. Is there any way to get past this warning?

ChrisW67
28th February 2013, 07:32
It is a warning not a fatal error: you get "past this warning" by default and Qt assumes it is a generic NT-based Windows. You will receive this warning from versions of Qt that predate Windows 8 recognition going into QSysInfo::windowsVersion() (24 May 2012). Use a more recent Qt.

Qt 4.8.4 and Qt5.x recognise Windows 8.