Hi, I’m trying to compile qt 5.6 for Windows Embedded Compact 2013.
Apparently the libGLESv2.lib is missing in the SDK (libEGL.lib exists).
Any suggestions how to get it?
Configuration:
VisualStudio 2015
Windows Embedded Compact 2013 SDK v 2.2
qt 5.6.1
Thanks for pointing that out. We have created an issue and will add the missing lib again once we build a new SDK. for the time being, just copy this one into your SDK folder (normally this is: C:\Program Files (x86)\Windows CE Tools\SDKs\Toradex_CE800\Sdk\Lib\ARMV7\retail\ ).
Hi,
thanks, it now compiles successfuly!
Thomas