Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unknown module(s) in QT: webkitwidgets webkit

    Qt WebKit
    4
    12
    9493
    Loading More Posts
    • 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.
    • P
      palo7 last edited by

      Hello,

      I've just try to run my program, which use webkit and webkitwidgets mudues. The program runs on windows without error. On Linux it gives an error:

      :-1: error: Unknown module(s) in QT: webkitwidgets webkit

      Can anybody help me, please? I tried to fix it for about a day, but i really do not know what to do.

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi and welcome to devnet,

        I assume you are using Qt 5. Are you sure that your are building your application using Qt 5 on your linux box ?

        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 Reply Quote 0
        • P
          palo7 last edited by

          I download instaler from the qt page and "About dialog" says: QT creator 2.7.0 based on qt 5.0.2 (32 bit)

          1 Reply Last reply Reply Quote 0
          • P
            palo7 last edited by

            sorry 64bit

            1 Reply Last reply Reply Quote 0
            • SGaist
              SGaist Lifetime Qt Champion last edited by

              What you have to check is the Qt version used to build your application, not the one used to build QtCreator. Go to options -> Build & Run -> Kits have a look at what version of Qt your current kit is using.

              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 Reply Quote 0
              • JKSH
                JKSH Moderators last edited by

                The "About dialog" shows you the version of Qt that was used to build Qt Creator.

                Click the "Projects" button on the left, to see the version of Qt that is used to build your project.

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

                1 Reply Last reply Reply Quote 0
                • P
                  palo7 last edited by

                  There is also version 5.0.2

                  1 Reply Last reply Reply Quote 0
                  • SGaist
                    SGaist Lifetime Qt Champion last edited by

                    How did you install Qt 5 ?

                    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 Reply Quote 0
                    • P
                      palo7 last edited by

                      I download the instalation package for 64bit linux from: http://qt-project.org/downloads. Then I add executable permission for the downloaded file and then go throw the instalation. It is installed on the default location, agree with license ...

                      1 Reply Last reply Reply Quote 0
                      • S
                        samih last edited by

                        Hi
                        I have the same problem :( Did you get an answer ?
                        my problem with Bluetooth module.

                        Unknown module(s) in QT: Bluetooth

                        I am using Desktop Qt 5.1.1 MinGW 32 bit (as shown under Kits )

                        Any advice?

                        1 Reply Last reply Reply Quote 0
                        • SGaist
                          SGaist Lifetime Qt Champion last edited by

                          Hi and welcome to devnet,

                          You should rather open a new thread when your question is not directly related to the original post (you don't use the same OS and it's not the same module that is acting strangely).

                          Anyway, have a look "here":http://qt-project.org/wiki/Qt-Add-ons-Modules. Qt Bluetooth is in an add-on module call QtConnectivity

                          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 Reply Quote 0
                          • S
                            samih last edited by

                            Hello SGaist,
                            Thanks for reply.

                            I got it.

                            1 Reply Last reply Reply Quote 0
                            • First post
                              Last post