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. Generic WebView solution
Forum Update on Monday, May 27th 2025

Generic WebView solution

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 4 Posters 454 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.
  • G Offline
    G Offline
    gkavrecic
    wrote on last edited by
    #1

    I want to integrate a web viewer into my Qt5 desktop widget appl.
    As I want it multiplatform(Lin,Win) I use mingw as a compiler.
    As for now WebViewEngine is only available with MSVC compiler. (which I would like to avoid)

    What approach would anyone propose to solve the issue?
    For now a Windows solution would suffice.

    jsulmJ 1 Reply Last reply
    0
    • G gkavrecic

      I want to integrate a web viewer into my Qt5 desktop widget appl.
      As I want it multiplatform(Lin,Win) I use mingw as a compiler.
      As for now WebViewEngine is only available with MSVC compiler. (which I would like to avoid)

      What approach would anyone propose to solve the issue?
      For now a Windows solution would suffice.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by jsulm
      #2

      @gkavrecic Why do you want to avoid MSVC? Multiplatform doesn't mean same compiler, it means same source code compiled for different platforms using what ever compilers are available for these platforms.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      G 1 Reply Last reply
      2
      • jsulmJ jsulm

        @gkavrecic Why do you want to avoid MSVC? Multiplatform doesn't mean same compiler, it means same source code compiled for different platforms using what ever compilers are available for these platforms.

        G Offline
        G Offline
        gkavrecic
        wrote on last edited by
        #3

        @jsulm I understand the concept of compiler and sources. There is no specific technical reason, just trying to keep the clutter on my machine(s) as low as possible. Don't like to accumulate stuff that I don't really need.

        BTW: Based on same statement why then WebView is not available for mingw? (it is a compiler as any other)

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi,

          Because on OSs that don't provide a native web view, QtWebEngine is used as backend.

          And as you already know, the chromium project currently doesn't support building with MinGW.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          G 1 Reply Last reply
          1
          • SGaistS SGaist

            Hi,

            Because on OSs that don't provide a native web view, QtWebEngine is used as backend.

            And as you already know, the chromium project currently doesn't support building with MinGW.

            G Offline
            G Offline
            gkavrecic
            wrote on last edited by
            #5

            @sgaist
            Is there any alternative to WebEngine?
            An external library maybe?

            1 Reply Last reply
            0
            • mrjjM Offline
              mrjjM Offline
              mrjj
              Lifetime Qt Champion
              wrote on last edited by mrjj
              #6

              H
              I think finding something else
              will be more hassle than installing
              visual studio build tools c++
              Its a round 2-4 GB without the
              IDE and not as big fat installation it used to be.
              I totally agree with older version it was such a mess to have installed but
              version 2015+ it got way better.
              https://devblogs.microsoft.com/cppblog/the-lightweight-visual-studio-15-installer/

              1 Reply Last reply
              1

              • Login

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