Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.0.0 Beta 2
-
Windows 8
MSVC 2012 (also tested with MSVC2010)
Windows 8 SDK (DirectX SDK included, separate installation when used msvc 2010 with Windows 7 SDK)
Compiles with:
set PATH=%PATH%;c:\buildenv\GnuWin32\bin;c:\Users\developer\Desktop\03_dist\02_openssl-static\out64
set INCLUDE=%INCLUDE%;c:\Users\developer\Desktop\03_dist\02_openssl-static\inc64
set LIB=%LIB%;c:\Users\developer\Desktop\03_dist\02_openssl-static\out64
set CL=/MP
configure -release -opensource -nomake examples -nomake test -mp -openssl -static
nmake
Windows 8 MSVC 2012 (also tested with MSVC2010) Windows 8 SDK (DirectX SDK included, separate installation when used msvc 2010 with Windows 7 SDK) Compiles with: set PATH=%PATH%;c:\buildenv\GnuWin32\bin;c:\Users\developer\Desktop\03_dist\02_openssl-static\out64 set INCLUDE=%INCLUDE%;c:\Users\developer\Desktop\03_dist\02_openssl-static\inc64 set LIB=%LIB%;c:\Users\developer\Desktop\03_dist\02_openssl-static\out64 set CL=/MP configure -release -opensource -nomake examples -nomake test -mp -openssl -static nmake
-
a8fce5d6e2cfc4971ca932a18e38662de3482cbc
Description
When compiling qt5 as static library the build fails with unresolved symbols.
This error seems related to the ANGLE library but I could not found the source of the problem.
libGLESv2.lib is build successfully and placed in qt-base\lib.
Attachments
Issue Links
- relates to
-
QTBUG-28131 Failed to build static Qt 5.0 on Windows 7 x86 32 bit MSVC2010
- Closed