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

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.0k Views
  • 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 4 Feb 2015, 23:12 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 30 Mar 2015, 22:39 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 21 May 2015, 19:50 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 14 Jul 2015, 12:13 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 7 Oct 2015, 21:05 last edited by
            #5
            This post is deleted!
            1 Reply Last reply
            0
            • R Offline
              R Offline
              rishabhg
              wrote on 9 Dec 2015, 07:58 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