<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>I may have misunderstood.  I thought that I could use the webkit
      and webkitwidgets components which had built with Qt 5.5.1
      (actually move them into ...) a build of Qt 5.6.2.  <br>
    </p>
    <p>But I'm getting the following error when I run the Qt 5.6.2
      qmake.exe on our application *.pro files:</p>
    <ul>
      <li>Project ERROR: Unknown module(s) in QT: webkit webkitwidgets <br>
      </li>
    </ul>
    <p><br>
      Can those modules be added to "qmake.exe" after the Qt 5.6.2
      configure and build?  (Like, are such modules enumerated in an
      associated text file?).</p>
    <p>OR do I have to redo the Qt 5.6.2 configure and build with
      (somehow) adding in the webkit and webkitwidgets modules from Qt
      5.6.2.  If so, how do I get those modules into that configure and
      build?<br>
    </p>
    <p>(Note that we are still using VS 2010 SP1, on Windows 8.1, so I
      can't use anything from Qt 5.7).<br>
    </p>
    <br>
    On 10/27/2016 12:56 AM, Phil Weinstein wrote:
    <blockquote
      cite="mid:79e31d25-aedb-6809-00a5-c4a5836303c0@indra.com"
      type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">Thiago, thanks <i>so much</i> for
        this clarity.  Absolutely.  We will be upgrading to VS 2015 soon
        after our upcoming major release.  (Using VS 2010 at this point
        is, decidedly, nuts).  (So was taking until now to finish our
        upgrade from Qt 4.8 to Qt 5-anything).<br>
        <br>
        I had noticed a note in Qt 5.7 indicating that VS 2012 or later
        is required.  But no such note appeared with Qt 5.6.2.  (That's
        building as we speak).  It's encouraging to hear that you
        believe that 5.6.2 should work (with VS 2010 SP1).  (I think I'm
        understanding that correctly).<br>
        <br>
        <br>
        On 10/26/2016 10:04 PM, Thiago Macieira wrote:<br>
      </div>
      <blockquote cite="mid:1988296.tCogpOrfdn@tjmaciei-mobl1"
        type="cite">
        <pre wrap="">On quarta-feira, 26 de outubro de 2016 18:04:41 PDT Phil Weinstein wrote:
</pre>
        <blockquote type="cite">
          <pre wrap="">Thiago, thanks for this response.  (And Giuseppe and Konstantin too).

I realize that it might be hard to be 100% confident in this, but DO YOU
THINK that ...

... IF WE LEAVE OUT _QWebEngine_ from the Qt 5.7.0 (or Qt 5.6.2) source
code build, we could build that with Visual Studio 2010 SP1 on Windows
8.1 ... AND use that with the Qt 5.5.1 QtWebKit we've already built?
(using that same VS version, of course).
</pre>
        </blockquote>
        <pre wrap="">
No, it won't compile. Don't waste your time with a 7-year-old compiler with 
Qt 5.7.

If you think you need to use MSVC 2010, I urge you to revisit your 
assumptions. Then revisit them again, because you're using a 7-year-old 
compiler. If you're willing to upgrade Qt, why not your compiler?

And if at the end of that you still need MSVC 2010, then you'll have to stick 
to Qt 5.6.

</pre>
        <blockquote type="cite">
          <pre wrap="">(The crux of that question being ... _with_ Visual Studio 2010 SP1 on
Windows 8.1.  I'm imagining that the broad QWebEngine build is the thing
that might require VS 2015, and maybe we could get away with VS 2010
without that).
</pre>
        </blockquote>
        <pre wrap="">
No, you won't even get qmake from Qt 5.7 compiled with MSVC 2010. You'll get 
errors in the first .cpp being compiled.

</pre>
      </blockquote>
      <p><br>
      </p>
    </blockquote>
    <br>
  </body>
</html>