Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Unable to Build, don't understand the errors/help!
Forum Updated to NodeBB v4.3 + New Features

Unable to Build, don't understand the errors/help!

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
7 Posts 2 Posters 1.1k 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.
  • N Offline
    N Offline
    nicholaslee
    wrote on last edited by
    #1

    Im new to QT and I'm rebuilding an old app. I've installed the oldest and latest qt kits but both seems to have this error.

    Project ERROR: Unknown module(s) in QT: webkitwidgets
    02:32:50: The process "/Users/nicholas/Documents/QT/5.11.0/clang_64/bin/qmake" exited with code 3.
    Error while building/deploying project IVLEDownloader (kit: Desktop Qt 5.11.0 clang 64bit)
    When executing step "qmake"
    

    I'm stuck at this for a couple of days and its killing me. Anyone can help me with this?

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

      Hi and welcome to devnet,

      The QtWebKit module has been deprecated in 5.6 and removed from 5.7 (it's still buildable though). However you should rather check @Konstantin-Tokarev's QtWebKit reboot if you need that module.

      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
      1
      • N Offline
        N Offline
        nicholaslee
        wrote on last edited by
        #3

        Re: [Unable to Build](don't understand the errors/help!)

        Ive downloaded the package {qtwebkit-5.212.0-alpha2.tar.xz} from the QTWebKit website that you've provided me but I'm not totally sure what to do with it

        I clicked on it and thought it would automatically install but I still get the same error when building. Am I doing something wrong?

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

          Since you downloaded the sources, did you build the module ?

          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
          1
          • N Offline
            N Offline
            nicholaslee
            wrote on last edited by
            #5

            no, how do I build a module :( I'm using mac

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

              The usual way to build Qt projects:

              mkdir build_qtwebkit
              cd build_qtwebkit
              /path/to/Qt/qmake /path/to/qtwebkit
              make -jX where X is the number of core + 1
              make install
              

              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
              • N Offline
                N Offline
                nicholaslee
                wrote on last edited by nicholaslee
                #7

                0_1529472189735_Screen Shot 2018-06-20 at 1.22.29 pm.png

                I managed to mkdir and cd into it. But im not sure if I'm getting the paths right.

                0_1529472285872_Screen Shot 2018-06-20 at 1.24.30 pm.png
                0_1529472319179_Screen Shot 2018-06-20 at 1.25.03 pm.png

                Am I doing it wrong?

                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