<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>On my artix linux box, I was trying to modify an old PKGBUILD I
      had to use current master branch.  It finishes the configuration,
      but then says it can't find Qt5::WebEngineWidgets.  Same result
      just running cmake in a clean build dir.  I have the package
      qt5-webengine installed, which seems to have the webenginewidgets
      pieces.  On my Gentoo box, everything works fine.  The actual
      output is:</p>
    <p><span style="font-family:monospace"><span
          style="color:#000000;background-color:#ffffff;">CMake Error at
          /usr/lib64/cmake/LibAlkimia5-8.1/LibAlkimia5Targets.cmake:65
          (set_target_properties): </span><br>
          The link interface of target "Alkimia::alkimia" contains: <br>
        <br>
            Qt5::WebEngineWidgets <br>
        <br>
          but the target was not found.  Possible reasons include:<br>
        <br>
        Both boxes have libalimia 8.1.1.  That file looks essentially
        the same on both boxes (the minimum versions of cmake are
        different.)  <br>
      </span></p>
    <p><span style="font-family:monospace">I used identical scripts for
        the initial run of cmake, both including
        -DENABLE_WEBENGINE=TRUE.  Oddly, on the Artix box, running
        ccmake . does NOT show a line for WEBENGINE, but there is one on
        the Gentoo box.  Both boxes have cmake version 3.26.4.</span></p>
    <p><span style="font-family:monospace">One thing I just noticed,
        Gentoo has qtwebengine 5.15.9.  Artix has 5.15.14, although many
        of the files included are 5.15.13, and 5.15.10 seems to be the
        latest actually released by Qt.  Might this account for the
        problem?<br>
      </span></p>
    <p><span style="font-family:monospace">Any suggestions on what else
        I might differences look for?</span></p>
    <p><span style="font-family:monospace">Jack<br>
      </span></p>
  </body>
</html>