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. Re: QtWebkit

Re: QtWebkit

Scheduled Pinned Locked Moved Unsolved General and Desktop
12 Posts 4 Posters 3.4k 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.
  • Naveen_DN Offline
    Naveen_DN Offline
    Naveen_D
    wrote on last edited by
    #1

    Hi all,

    I am trying to build one qml project developed by other team but when i try to build it, it build without any error but when i try to run, it gives module "QtWebKit" is not installed.
    Can anyone tell me what is this error and what i need to do to resolve it?
    Thanks

    Naveen_D

    raven-worxR 1 Reply Last reply
    0
    • p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #2

      @Naveen_D Which Qt version ?

      157

      Naveen_DN 1 Reply Last reply
      0
      • p3c0P p3c0

        @Naveen_D Which Qt version ?

        Naveen_DN Offline
        Naveen_DN Offline
        Naveen_D
        wrote on last edited by
        #3

        @p3c0 Qt 5.7

        Naveen_D

        1 Reply Last reply
        0
        • p3c0P Offline
          p3c0P Offline
          p3c0
          Moderators
          wrote on last edited by
          #4

          @Naveen_D Well it was deprecated since Qt 5.6
          https://wiki.qt.io/New_Features_in_Qt_5.6#Removed_Modules

          157

          Naveen_DN 1 Reply Last reply
          0
          • Naveen_DN Naveen_D

            Hi all,

            I am trying to build one qml project developed by other team but when i try to build it, it build without any error but when i try to run, it gives module "QtWebKit" is not installed.
            Can anyone tell me what is this error and what i need to do to resolve it?
            Thanks

            raven-worxR Offline
            raven-worxR Offline
            raven-worx
            Moderators
            wrote on last edited by raven-worx
            #5

            @Naveen_D
            About what qml project are we talking here? A QML extension plugin which internally uses QtWebkit?
            QtWebkit has been removed from (IIRC) Qt 5.6 onwards and needs to be built by yourself if needed.
            What system are you on?

            --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
            If you have a question please use the forum so others can benefit from the solution in the future

            1 Reply Last reply
            0
            • p3c0P p3c0

              @Naveen_D Well it was deprecated since Qt 5.6
              https://wiki.qt.io/New_Features_in_Qt_5.6#Removed_Modules

              Naveen_DN Offline
              Naveen_DN Offline
              Naveen_D
              wrote on last edited by
              #6

              @p3c0 oh okay, what is the solution for this ?

              @raven-worx it gives error when i try to import Qtwebkit3.0 and I am working on ubuntu system

              Naveen_D

              1 Reply Last reply
              0
              • p3c0P Offline
                p3c0P Offline
                p3c0
                Moderators
                wrote on last edited by p3c0
                #7

                @Naveen_D As the docs says build that Qt module yourself.

                With Qt 5.6 the following modules are no longer part of the release packages, but users can still build them from source

                157

                Naveen_DN 1 Reply Last reply
                0
                • p3c0P p3c0

                  @Naveen_D As the docs says build that Qt module yourself.

                  With Qt 5.6 the following modules are no longer part of the release packages, but users can still build them from source

                  Naveen_DN Offline
                  Naveen_DN Offline
                  Naveen_D
                  wrote on last edited by
                  #8

                  @p3c0 To build on our own what i need to do ?

                  Naveen_D

                  1 Reply Last reply
                  0
                  • p3c0P Offline
                    p3c0P Offline
                    p3c0
                    Moderators
                    wrote on last edited by
                    #9

                    @Naveen_D Clone https://github.com/qt/qtwebkit and try building. But as per the docs it requires some extra packages too. So I would suggest you to start building Qt 5.7 first and then using this as base try building webkit.

                    Btw. instead of trying this wouldn't it be possible to port your application to use WebEngine ?

                    157

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

                      Hi,

                      The official Qt repositories are at code.qt.io

                      Github is just a mirror.

                      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
                      2
                      • p3c0P p3c0

                        @Naveen_D Clone https://github.com/qt/qtwebkit and try building. But as per the docs it requires some extra packages too. So I would suggest you to start building Qt 5.7 first and then using this as base try building webkit.

                        Btw. instead of trying this wouldn't it be possible to port your application to use WebEngine ?

                        Naveen_DN Offline
                        Naveen_DN Offline
                        Naveen_D
                        wrote on last edited by
                        #11

                        @p3c0 ya i can port the application to use WebEngine, But i dont know how to do that since em new to this

                        Naveen_D

                        1 Reply Last reply
                        0
                        • p3c0P Offline
                          p3c0P Offline
                          p3c0
                          Moderators
                          wrote on last edited by p3c0
                          #12

                          @Naveen_D Start reading from here.
                          Also there is a porting guide but it is for C++ widgets.
                          How big is your application?

                          157

                          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