Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. How to Install or use a Webkitwidgets?
Forum Updated to NodeBB v4.3 + New Features

How to Install or use a Webkitwidgets?

Scheduled Pinned Locked Moved Solved Qt WebKit
15 Posts 5 Posters 5.9k Views 2 Watching
  • 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.
  • JKSHJ JKSH

    @Morado said in How to Install or use a Webkitwidgets?:

    I already installed the WebEngine with the installer and MSVC2019

    I believe Qt WebEngine isn't compatible with MinGW, so it needs MSVC on Windows.

    I see from your screenshot that you installed Qt 5.15.1 > MinGW 8.1.0 64-bit. However, you might need to install Qt 5.15.1 > MSVC 2019 64-bit

    Also, remember to add the Qt WebEngine Widgets module to your project. See https://doc.qt.io/qt-5/qtwebengine-module.html and https://doc.qt.io/qt-5/qtwebenginewidgets-module.html (You must add QT += webengine webenginewidgets to your *.pro file)

    M Offline
    M Offline
    Morado
    wrote on last edited by
    #5

    @JKSH Hi, thanks for respond quickly
    17ac95df-513f-4969-afe8-0c81fab95e67-image.png

    I had already downloaded it since yesterday and in the same way I already checked the documentation and just like that I am doing it but it marks that same error

    702c9e3b-4022-4231-a700-43053acf7187-image.png

    jsulmJ 1 Reply Last reply
    0
    • M Morado

      @JKSH Hi, thanks for respond quickly
      17ac95df-513f-4969-afe8-0c81fab95e67-image.png

      I had already downloaded it since yesterday and in the same way I already checked the documentation and just like that I am doing it but it marks that same error

      702c9e3b-4022-4231-a700-43053acf7187-image.png

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

      @Morado Are you sure you're using your MSVC Kit and not MinGW?

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

      M 1 Reply Last reply
      0
      • jsulmJ jsulm

        @Morado Are you sure you're using your MSVC Kit and not MinGW?

        M Offline
        M Offline
        Morado
        wrote on last edited by
        #7

        @jsulm

        I was assuming that when selecting it once it was already running but it is not selecting it apparently
        I can´t select it now
        23d55831-908c-4811-b7b3-733043d2321b-image.png

        jsulmJ 1 Reply Last reply
        0
        • M Morado

          @jsulm

          I was assuming that when selecting it once it was already running but it is not selecting it apparently
          I can´t select it now
          23d55831-908c-4811-b7b3-733043d2321b-image.png

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

          @Morado said in How to Install or use a Webkitwidgets?:

          I can´t select it now

          Then check that Kit in "Options..." - it probably has some issues.
          Also, did you install Visual Studio with C++?

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

          M 1 Reply Last reply
          0
          • jsulmJ jsulm

            @Morado said in How to Install or use a Webkitwidgets?:

            I can´t select it now

            Then check that Kit in "Options..." - it probably has some issues.
            Also, did you install Visual Studio with C++?

            M Offline
            M Offline
            Morado
            wrote on last edited by Morado
            #9

            @jsulm
            Mm this?
            ff576b34-dcf6-4b4b-bb13-626550582d48-image.png
            And options only i get this

            e336a544-84b4-45db-8cdc-3eb2841cdc06-image.png

            d071f925-db3f-4f31-8f99-820ee7446cb3-image.png

            2aac2053-2cf8-4d43-8301-d6804fe1f76c-image.png

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

              Hi,

              You need to install Visual Studio. It's not something the Qt installer can do for you as Microsoft forbids that.

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

              M 1 Reply Last reply
              0
              • SGaistS SGaist

                Hi,

                You need to install Visual Studio. It's not something the Qt installer can do for you as Microsoft forbids that.

                M Offline
                M Offline
                Morado
                wrote on last edited by
                #11

                @SGaist

                I already have Visual Studio installed and still the same thing appears

                JKSHJ 1 Reply Last reply
                0
                • M Morado

                  @SGaist

                  I already have Visual Studio installed and still the same thing appears

                  JKSHJ Offline
                  JKSHJ Offline
                  JKSH
                  Moderators
                  wrote on last edited by JKSH
                  #12

                  @Morado said in How to Install or use a Webkitwidgets?:

                  I already have Visual Studio installed

                  Which version?

                  Make sure you select the C++ Build Tools from the Visual Studio installer. This contains the C++ compiler.

                  Mm this?
                  ff576b34-dcf6-4b4b-bb13-626550582d48-image.png

                  No, not this. These are the Redistributable libraries; they are not the Visual Studio IDE and compiler.

                  Visual Studio is downloadable from https://visualstudio.microsoft.com/downloads/

                  Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                  M 1 Reply Last reply
                  2
                  • JKSHJ JKSH

                    @Morado said in How to Install or use a Webkitwidgets?:

                    I already have Visual Studio installed

                    Which version?

                    Make sure you select the C++ Build Tools from the Visual Studio installer. This contains the C++ compiler.

                    Mm this?
                    ff576b34-dcf6-4b4b-bb13-626550582d48-image.png

                    No, not this. These are the Redistributable libraries; they are not the Visual Studio IDE and compiler.

                    Visual Studio is downloadable from https://visualstudio.microsoft.com/downloads/

                    M Offline
                    M Offline
                    Morado
                    wrote on last edited by
                    #13

                    @JKSH @SGaist @jsulm

                    I could, thank you all very much, they helped me a lot, the truth is if I was very lost on this topic, install the VS C ++ library as they told me and it worked correctly, thank you very much!

                    1 Reply Last reply
                    0
                    • A Offline
                      A Offline
                      Andrew K. Kabaghe
                      wrote on last edited by
                      #14

                      Wow! The lucky you!
                      What about us, using Python, do we need to install C++ too?

                      SGaistS 1 Reply Last reply
                      0
                      • A Andrew K. Kabaghe

                        Wow! The lucky you!
                        What about us, using Python, do we need to install C++ too?

                        SGaistS Offline
                        SGaistS Offline
                        SGaist
                        Lifetime Qt Champion
                        wrote on last edited by
                        #15

                        @Andrew-K-Kabaghe hi and welcome to devnet, if you are thinking about using the Qt WebKit module from Python then you are likely out of luck because that module has not been released with any PySide2 release.

                        In any case, you should open your own thread about your issue.

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

                        1 Reply Last reply
                        0

                        • Login

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