Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
5.3.0 Alpha, 5.3.0
-
Freshly installed Windows 8.1 Pro
Win 8.1 SDK
VS2013 Express for Windows
Strawberry perl
SmartGit
Qt revision is a82291aea1d2e0554f727f40b92845e385ea1a1e branch dev
Description
I try to build Qt for WinRT, but it failed on configure.exe build stage.
I use this instruction for build - http://qt-project.org/wiki/WinRTBuild.
My build command is:
configure.bat -xplatform winrt-arm-msvc2013 -developer-build -opensource -confirm-license -nomake tests -nomake examples
Building failed on configure.exe linkage with followed error:
link /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /SUBSYSTEM:CONSOLE "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' versio
n='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='' processorArchitecture=''" /MANIFEST /MANIFESTFILE:"configure.intermediate.manifest" /OUT:..\..\confi
gure.exe @C:\Users\46AD~1\AppData\Local\Temp\nmBDC7.tmp
LINK : fatal error LNK1104: cannot open file 'libcpmt.lib'
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\link.EXE"' : return code '0x450'
Stop.
Also I tried to build with winrt-x64-msvc2013 and it was also unsuccessful.
Attachments
Issue Links
- relates to
-
QTBUG-38295 need to document Windows 8.1 requirements
- Closed