Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.6.0 Alpha
-
None
-
Windows 7 MSVC2010/64bit
-
90c73bee2083c8dc8635123726e138a26dd3a97 (qtbase/5.6, 7.10.2015, 5.6b)
Description
qDebug() << QT_VERSION_STR << "ptr size=W" << QT_POINTER_SIZE << "word size" << QSysInfo::WordSize << QSysInfo::currentCpuArchitecture() << QLibraryInfo::build();
produces
5.6.0 ptr size=W 4 word size 64 "x86_64" Qt 5.6.0 (x86_64-little_endian-llp64 shared (dynamic) debug build; by MSVC 2010)
As a consequence, QML no longer compiles: ('NaNEncodeMask' : undeclared identifier)
Attachments
Issue Links
- is required for
-
QTBUG-47958 Issues to be fixed before Qt 5.6.0 Beta
- Closed