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. Unknown module(s) in QT: webkitwidgets
Forum Updated to NodeBB v4.3 + New Features

Unknown module(s) in QT: webkitwidgets

Scheduled Pinned Locked Moved Solved General and Desktop
53 Posts 7 Posters 15.8k Views 4 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.
  • mrjjM Offline
    mrjjM Offline
    mrjj
    Lifetime Qt Champion
    wrote on last edited by
    #38

    Hi
    Its in build menu
    alt text

    1 Reply Last reply
    2
    • N Offline
      N Offline
      Nite Coder
      wrote on last edited by
      #39

      It doesn't work still

      mrjjM 1 Reply Last reply
      0
      • N Nite Coder

        It doesn't work still

        mrjjM Offline
        mrjjM Offline
        mrjj
        Lifetime Qt Champion
        wrote on last edited by
        #40

        @Nite-Coder
        Ok. very odd.
        What about copy all the files from the
        Minimal example folder to a new folder and try that ?

        1 Reply Last reply
        0
        • N Offline
          N Offline
          Nite Coder
          wrote on last edited by
          #41

          It does not work then.

          mrjjM 1 Reply Last reply
          0
          • N Nite Coder

            It does not work then.

            mrjjM Offline
            mrjjM Offline
            mrjj
            Lifetime Qt Champion
            wrote on last edited by
            #42

            @Nite-Coder

            but if u just open sample project , it works ?
            so it does work, but not when you try make project with it ?

            1 Reply Last reply
            0
            • N Offline
              N Offline
              Nite Coder
              wrote on last edited by
              #43

              hi, correct

              mrjjM 1 Reply Last reply
              0
              • N Nite Coder

                hi, correct

                mrjjM Offline
                mrjjM Offline
                mrjj
                Lifetime Qt Champion
                wrote on last edited by
                #44

                @Nite-Coder

                i really have no idea as if sample works, all should be is fine.
                Also if you copy a sample. Should not matter i fin other folder.
                So im kinda out of guesses :)

                1 Reply Last reply
                0
                • JKSHJ Offline
                  JKSHJ Offline
                  JKSH
                  Moderators
                  wrote on last edited by
                  #45

                  Hi @Nite-Coder,

                  1. What Kit did you use to build and run the sample project?
                  2. What Kit did you use to build and run your own project?

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

                  N 2 Replies Last reply
                  3
                  • VRoninV Offline
                    VRoninV Offline
                    VRonin
                    wrote on last edited by
                    #46

                    Quick and dirty way: if the examples work for you, just copy an example, remove the example sources and add your sources, that should work for sure

                    "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
                    ~Napoleon Bonaparte

                    On a crusade to banish setIndexWidget() from the holy land of Qt

                    1 Reply Last reply
                    3
                    • JKSHJ JKSH

                      Hi @Nite-Coder,

                      1. What Kit did you use to build and run the sample project?
                      2. What Kit did you use to build and run your own project?
                      N Offline
                      N Offline
                      Nite Coder
                      wrote on last edited by
                      #47

                      @JKSH
                      I used the same kits. I think. I'll check. It also might be that I shouldn't use my old kits.

                      1 Reply Last reply
                      0
                      • JKSHJ JKSH

                        Hi @Nite-Coder,

                        1. What Kit did you use to build and run the sample project?
                        2. What Kit did you use to build and run your own project?
                        N Offline
                        N Offline
                        Nite Coder
                        wrote on last edited by
                        #48

                        @JKSH
                        The kits worked! I had enabled an old kit for my project and when I turned off the old one and enabled the new one, it worked! Thanks, JKSH! (I upvoted you!).

                        1 Reply Last reply
                        0
                        • N Offline
                          N Offline
                          Nite Coder
                          wrote on last edited by
                          #49

                          Thanks, mrjj for helping me a lot, JKSH for helping me figure it out finally, VRonin for giving an idea that worked. I appreciate all the help! : ) (I also upvoted every post : ) ) from you three

                          JKSHJ 1 Reply Last reply
                          2
                          • N Nite Coder

                            Thanks, mrjj for helping me a lot, JKSH for helping me figure it out finally, VRonin for giving an idea that worked. I appreciate all the help! : ) (I also upvoted every post : ) ) from you three

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

                            @Nite-Coder I'm glad it's working for you now :)

                            Happy coding!

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

                            1 Reply Last reply
                            2
                            • N Offline
                              N Offline
                              Nite Coder
                              wrote on last edited by
                              #51

                              Thanks! : )

                              1 Reply Last reply
                              0
                              • D Offline
                                D Offline
                                Dariusz
                                wrote on last edited by Dariusz
                                #52

                                Im having the same problem. And I have the webEngine installed. It feels like that there is a "bigger" problem inside somehow. I'm trying with cmake and vs2017x64 win10x64 envi.

                                Cmake just throws

                                  By not providing "FindQt5WebKitWidgets.cmake" in CMAKE_MODULE_PATH this
                                  project has asked CMake to find a package configuration file provided by
                                  "Qt5WebKitWidgets", but CMake did not find one.
                                
                                  Could not find a package configuration file provided by "Qt5WebKitWidgets"
                                  with any of the following names:
                                
                                    Qt5WebKitWidgetsConfig.cmake
                                    qt5webkitwidgets-config.cmake
                                
                                  Add the installation prefix of "Qt5WebKitWidgets" to CMAKE_PREFIX_PATH or
                                  set "Qt5WebKitWidgets_DIR" to a directory containing one of the above
                                  files.  If "Qt5WebKitWidgets" provides a separate development package or
                                  SDK, be sure it has been installed.
                                
                                jsulmJ 1 Reply Last reply
                                0
                                • D Dariusz

                                  Im having the same problem. And I have the webEngine installed. It feels like that there is a "bigger" problem inside somehow. I'm trying with cmake and vs2017x64 win10x64 envi.

                                  Cmake just throws

                                    By not providing "FindQt5WebKitWidgets.cmake" in CMAKE_MODULE_PATH this
                                    project has asked CMake to find a package configuration file provided by
                                    "Qt5WebKitWidgets", but CMake did not find one.
                                  
                                    Could not find a package configuration file provided by "Qt5WebKitWidgets"
                                    with any of the following names:
                                  
                                      Qt5WebKitWidgetsConfig.cmake
                                      qt5webkitwidgets-config.cmake
                                  
                                    Add the installation prefix of "Qt5WebKitWidgets" to CMAKE_PREFIX_PATH or
                                    set "Qt5WebKitWidgets_DIR" to a directory containing one of the above
                                    files.  If "Qt5WebKitWidgets" provides a separate development package or
                                    SDK, be sure it has been installed.
                                  
                                  jsulmJ Offline
                                  jsulmJ Offline
                                  jsulm
                                  Lifetime Qt Champion
                                  wrote on last edited by
                                  #53

                                  @Dariusz Did you try any of the suggestions given by CMake?

                                  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