Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to compile qtwbeengine from Qt5.6 source?vs2015 win10

How to compile qtwbeengine from Qt5.6 source?vs2015 win10

Scheduled Pinned Locked Moved Unsolved General and Desktop
webengineqt5.6windows
1 Posts 1 Posters 1.0k 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.
  • S Offline
    S Offline
    smallcsduck
    wrote on 29 May 2016, 16:33 last edited by A Former User
    #1

    Is there a detailed tutorial?

    I read this page.wiki.qt.io/QtWebEngine_on_Windows

    Using the automatic setup:
    Clone Chromium's depot_tool repository http://www.chromium.org/developers/how-tos/install-depot-tools
    From this repo, launch
    python win_toolchain\toolchain2013.py —targetdir <a > [—express]

    I can't find toolchain2013.py in depot_tool.

    Do not have to use the depot_tool tool?

    I set manually like this:

    set GYP_DEFINES=windows_sdk_path="<path-to-WDK>"
    set GYP_MSVS_VERSION=2012e #or 2013e. For full version, remove the e
    set GYP_MSVS_OVERRIDE_PATH=<path-to-visual-studio>
    set GYP_GENERATORS=ninja
    set GYP_PARALLEL=1
    set WDK_DIR=<path-to-WDK>
    set WindowsSDKDir=<path-to-win8sdk>
    set PATH=<path-to-qt-bin-dir><path-to-qt-src>32\bin;
    <path-to-visual-studio>_NonRedist\x64\Microsoft.VC110.DebugCRT;
    <path-to-visual-studio>_NonRedist\x86
    \Microsoft.VC110.DebugCRT;<path-to-visual-studio>64\Microsoft.VC110.CRT;
    <path-to-visual-studio>86\Microsoft.VC110.CRT;PATH

    is OK?

    Is there anything to choose from the configure ?

    Qtwebengine can static compile?

    1 Reply Last reply
    0

    1/1

    29 May 2016, 16:33

    • 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