QtWebEngine does not support play mp3 by default, so I need to build it from source, to enable mp3 support.
My environment:
- Windows 7 64 bit SP 1
- VS 2015 Community
- Qt WebEngine 5.8
Building failed due to error:
d:\sdks\qt\qtwebengine-opensource-src-5.8.0\src\3rdparty\chromium\base\win\win_util.cc(26): fatal error C1083: Cannot open include file: 'uiviewsettingsinterop.h': No such file or directory
I did some research, this header is part of Windows 10 SDK. I tried to eanble Win 10 SDK feature in VS 2015, but failed.
Now I want to know, can I disable Win 10 support in Qt WebEngine configuration? Since I just need it on Win 7.