Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. cutelyst
    Log in to post
    • All categories
    • ali-aydin

      Unsolved Build and install cutelyst on windows
      QtWebEngine • cutelyst qt webengine web app • • ali-aydin

      6
      0
      Votes
      6
      Posts
      201
      Views

      SGaist

      Building and installing what exactly ?

    • F

      Solved QtCreator with CMake tries to link the wrong set of Qt libraries. CMake alone works fine.
      Tools • qt5.15.1 cmake cutelyst ubuntu 20.04 • • Fahad-Cattchi

      5
      0
      Votes
      5
      Posts
      350
      Views

      F

      I haven't solved the problem yet, but I know what caused it.

      QtCreator is doing what it's supposed to, that is, finding the 5.15.1 libraries correctly.

      My problem is that my Cutelyst version was built with Qt 5.12.8. CMake automatically found and used the Qt 5.12.8 libraries I have installed, which allowed the version built with only CMake to run correctly.

      So, I built a Cutelyst version manually using the 5.15.1 libraries instead. I'm having trouble getting CMake to detect that version, but that's a separate issue, so I'll close this one.