Custom static build fails on plugins
-
I am trying tio build QT 5.5.1 static and it runs against an error.
Has anyone an idea how to solve this?
System: Windows 7 x64 MSVC 2013, Qt 5.5.1. x64 static
Configure: configure -static -platform win32-msvc2013 -commercial -confirm-license -release -c++11 -no-angle -no-opengl -mp -skip qt3d -skip qtandroidextras -skip qtcanvas3d -skip qtdeclarative -skip qtenginio -skip qtlocation -skip qtmacextras -skip qtquick1 -skip qtquickcontrols -skip qtscript -skip qtsensors -skip qtserialport -skip qtwayland -skip qtwebchannel -skip qtwebengine -skip qtwebkit -skip qtwebkit-examples -skip qtx11extras
build with nmake:
Microsoft (R) Program Maintenance Utility Version 12.00.21005.1
Copyright (C) Microsoft Corporation. All rights reserved.link /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /SUBSYSTEM:WINDOWS "
/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' versio
n='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='' processorArchitecture
=''" /MANIFEST:embed /OUT:release\sharedmemory.exe @C:\Users\Marcel\AppData\Loc
al\Temp\nm9ABA.tmp
LINK : fatal error LNK1181: cannot open input file 'D:\Projects\QT\5.5.1_x64_sta
tic\qtimageformats\plugins\imageformats\qdds.lib'
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 12.0
\VC\BIN\amd64\link.EXE"' : return code '0x49d'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 12.0
\VC\BIN\amd64\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'