Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. webview not supporting in Qt 5.15.2 release build
Qt 6.11 is out! See what's new in the release blog

webview not supporting in Qt 5.15.2 release build

Scheduled Pinned Locked Moved Unsolved QtWebEngine
23 Posts 3 Posters 10.5k Views 1 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.
  • jsulmJ jsulm

    @Vijaykarthikeyan said in webview not supporting in Qt 5.15.2 release build:

    where it refers that need to include that config line

    Do you mean the configure command?
    configure is used when you build from source code. So, if you build QtWebengine from source.

    V Offline
    V Offline
    Vijaykarthikeyan
    wrote on last edited by Vijaykarthikeyan
    #11

    @jsulm i have the webengine library with extensions .a

    build from source means whether I have to create webengineview.a from source file again?Screenshot 2023-09-29 123541.png

    jsulmJ 1 Reply Last reply
    0
    • V Vijaykarthikeyan

      @jsulm i have the webengine library with extensions .a

      build from source means whether I have to create webengineview.a from source file again?Screenshot 2023-09-29 123541.png

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

      @Vijaykarthikeyan said in webview not supporting in Qt 5.15.2 release build:

      build from source means whether I have to create webengineview.a from source file again?

      Yes, if you have to build from source

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

      V 2 Replies Last reply
      0
      • jsulmJ jsulm

        @Vijaykarthikeyan said in webview not supporting in Qt 5.15.2 release build:

        build from source means whether I have to create webengineview.a from source file again?

        Yes, if you have to build from source

        V Offline
        V Offline
        Vijaykarthikeyan
        wrote on last edited by
        #13

        @jsulm ok..thank you..Ill try it out and let you know the status of the process

        1 Reply Last reply
        0
        • jsulmJ jsulm

          @Vijaykarthikeyan said in webview not supporting in Qt 5.15.2 release build:

          build from source means whether I have to create webengineview.a from source file again?

          Yes, if you have to build from source

          V Offline
          V Offline
          Vijaykarthikeyan
          wrote on last edited by
          #14

          @jsulm Hello,I forgot about the command line previously i have done,,so can u please tell me the exact command templates and the steps to build the source please

          jsulmJ 1 Reply Last reply
          0
          • V Vijaykarthikeyan

            @jsulm Hello,I forgot about the command line previously i have done,,so can u please tell me the exact command templates and the steps to build the source please

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

            @Vijaykarthikeyan Actually it is explained in the link you posted:

            When using qmake to build just the Qt WebEngine module, the following command can be used (in this example, the Qt WebEngine source code is located in C:\qt\qtwebengine):
            
            qmake C:\qt\qtwebengine -- -webengine-proprietary-codecs
            

            So, simply execute that qmake command and then "make" and "make install"...

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

            V 1 Reply Last reply
            2
            • jsulmJ jsulm

              @Vijaykarthikeyan Actually it is explained in the link you posted:

              When using qmake to build just the Qt WebEngine module, the following command can be used (in this example, the Qt WebEngine source code is located in C:\qt\qtwebengine):
              
              qmake C:\qt\qtwebengine -- -webengine-proprietary-codecs
              

              So, simply execute that qmake command and then "make" and "make install"...

              V Offline
              V Offline
              Vijaykarthikeyan
              wrote on last edited by
              #16

              @jsulm I have downloaded and extracted the webview folder for the verson 5.15.2 which im currently using in Qt.When i try to run this cmd line in command prompt it shows error..upto this,what can i do

              jsulmJ 1 Reply Last reply
              0
              • V Vijaykarthikeyan

                @jsulm I have downloaded and extracted the webview folder for the verson 5.15.2 which im currently using in Qt.When i try to run this cmd line in command prompt it shows error..upto this,what can i do

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

                @Vijaykarthikeyan What command and what error please?

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

                V 1 Reply Last reply
                0
                • jsulmJ jsulm

                  @Vijaykarthikeyan What command and what error please?

                  V Offline
                  V Offline
                  Vijaykarthikeyan
                  wrote on last edited by Vijaykarthikeyan
                  #18

                  @jsulm 192d09e2-9f1d-4e64-83b7-a72fa0e22821-image.png

                  I'm trying to run the powershell to create build folder for webview..

                  Screenshot 2023-10-03 110447.png

                  This is the build folder last time i created.Now.i forgot about the steps

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

                    You're on Windows, it's nmake or jom since you are using Visual Studio.

                    See the documentation.

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

                    V 1 Reply Last reply
                    1
                    • SGaistS SGaist

                      You're on Windows, it's nmake or jom since you are using Visual Studio.

                      See the documentation.

                      V Offline
                      V Offline
                      Vijaykarthikeyan
                      wrote on last edited by
                      #20

                      @SGaist ok i understand.But,what is the actual step to build the webview dynamic library from the source after the source has been downloaded from the qt offline installer.I previously did the build process but now forgot it..Please guide me the steps

                      SGaistS 1 Reply Last reply
                      0
                      • V Vijaykarthikeyan

                        @SGaist ok i understand.But,what is the actual step to build the webview dynamic library from the source after the source has been downloaded from the qt offline installer.I previously did the build process but now forgot it..Please guide me the steps

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

                        @Vijaykarthikeyan @jsulm already gave you that information.

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

                        V 1 Reply Last reply
                        0
                        • SGaistS SGaist

                          @Vijaykarthikeyan @jsulm already gave you that information.

                          V Offline
                          V Offline
                          Vijaykarthikeyan
                          wrote on last edited by
                          #22

                          @SGaist but..i forgot about how to compile in command prompt..which directory i has to navigate..that's why im asking again and again

                          jsulmJ 1 Reply Last reply
                          0
                          • V Vijaykarthikeyan

                            @SGaist but..i forgot about how to compile in command prompt..which directory i has to navigate..that's why im asking again and again

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

                            @Vijaykarthikeyan said in webview not supporting in Qt 5.15.2 release build:

                            which directory i has to navigate

                            Go to your build folder and then call qmake like shown above and then jom

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

                            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