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. Building qtcreator 3.3.0, Project ERROR: Unknown module(s) in QT: designercomponents-private
Forum Updated to NodeBB v4.3 + New Features

Building qtcreator 3.3.0, Project ERROR: Unknown module(s) in QT: designercomponents-private

Scheduled Pinned Locked Moved Installation and Deployment
6 Posts 6 Posters 5.1k 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.
  • G Offline
    G Offline
    GregWilsonLindberg
    wrote on last edited by
    #1

    I'm trying to compile qtcreator 3.3.0 on an armhf (Omap5432-UEVM, debian jessie) system with qt5.3.2 & gcc 4.9.1 installed. While running the initial qmake -r I've run into a number of errors with unknown modules (script, help, quick, x11extras) and I was able to find the apt packages to download, but for this last error: "Project ERROR: Unknown module(s) in QT: designercomponents-private" I can't find the package that contains it.
    I've searched the debian package repositories and QDesignerCompenents is listed but nothing with -private on it.
    I found a source file on gitorius that seems to imply that designercomponents either used to be or is now the name.
    So does anybody know how to get past this problem, what to install to get past this?

    1 Reply Last reply
    0
    • R Offline
      R Offline
      RobinC
      wrote on last edited by
      #2

      The problem is due to the install of Qt after build not including some portions of the tree. I had to go into each of the subdirs of qttools/src/designer/src and run make install manually. The qmake of qtcreator then completed.

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mrz28s
        wrote on last edited by
        #3

        I'm trying to get qtcreator 3.4.0 installed and it's throwing me this exact error. I've done the manual make install as you suggested, and it's still producing the same error.

        1 Reply Last reply
        0
        • F Offline
          F Offline
          FlorianB
          wrote on last edited by
          #4

          to my experience you not only have to manually make and make install the lib folder in qt5/qttools/src/designer/src/ but also the components folder, as the content of this folder generates libQt5DesignerComponents library

          1 Reply Last reply
          0
          • R Offline
            R Offline
            rajeeja
            wrote on last edited by
            #5
            This post is deleted!
            1 Reply Last reply
            0
            • R Offline
              R Offline
              rishabhg
              wrote on last edited by
              #6

              try sudo apt-get build-dep qtcreator .this worked for me

              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