Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. WebEngine from self-build Qt 5.12.4 with -webengine-proprietary-codecs fails
Forum Updated to NodeBB v4.3 + New Features

WebEngine from self-build Qt 5.12.4 with -webengine-proprietary-codecs fails

Scheduled Pinned Locked Moved Unsolved QtWebEngine
windowscustombuildqtwebengine5.12.4
1 Posts 1 Posters 884 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    cppqt-glum
    wrote on 23 Aug 2019, 15:43 last edited by
    #1

    There is an issue with building Qt 5.12.4 (32 bit) with enable proprietary codecs. Linked against OpenSSL 1.1.1 installed from Qt online installer. Platform Windows 10 x64, used Visual Studio 2017 Community Edition. Additionally installed git, flex, bison, gperf, Strawberry Perl. Configured with commands:

    call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64_x86
    
    SET _ROOT=C:\Qt-build\qt5
    SET PATH=%_ROOT%\qtbase;%_ROOT%\qtbase\bin;%_ROOT%\gnuwin32\bin;C:\Qt\Tools\QtCreator\bin;%PATH%;C:\Program Files\Git\usr\bin
    SET PATH=%_ROOT%\qtrepotools\bin;%PATH%
    SET _ROOT=
    
    SET PATH=C:\Python27;%PATH%
    
    C:\Qt-build\qt5\configure -webengine-proprietary-codecs -shared -opensource -platform win32-msvc -nomake tests -nomake examples -confirm-license -prefix C:\Qt\5.12.4\msvc2017_32 -openssl-linked -I c:\Qt\Tools\OpenSSL\Win_x86\include -L c:\Qt\Tools\OpenSSL\Win_x86\lib OPENSSL_LIBS="libssl.lib libcrypto.lib"
    

    After run build

    nmake
    

    Build started. And after finish run install:

    nmake install
    cd qtwebengine
    nmake install
    

    All build and installation without visible errors.

    When I build example simplebrowseragainst Qt from C:\Qt\5.12.4\msvc2017_32 (copied SSL libs from c:\Qt\Tools\OpenSSL\Win_x86 to executable directory) it fails on start (any opening or refresh page) with message box

    0_1566574508466_2019-08-23 18_25_07-Qt Simple Browser.png

    Any help is appreciated.

    1 Reply Last reply
    0

    1/1

    23 Aug 2019, 15:43

    • Login

    • Login or register to search.
    1 out of 1
    • First post
      1/1
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved