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. Project ERROR: Unknown module(s) in QT: designer (QT Creator 3.5.1, QT 5.5.1, Linux Mint)
Forum Updated to NodeBB v4.3 + New Features

Project ERROR: Unknown module(s) in QT: designer (QT Creator 3.5.1, QT 5.5.1, Linux Mint)

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 6.3k 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.
  • A Offline
    A Offline
    Antinarella
    wrote on last edited by Antinarella
    #1

    Hello everyone,
    I'm new with QT. I'm trying to compile in Linux Mint an application previously written for Windows. I get the error

    QtUiPlugin/QDesignerCustomWidgetInterface: No such file or directory
     #include <QtUiPlugin/QDesignerCustomWidgetInterface>
                                                         ^
    

    Then I added to my project file the row

    QT += designer
    

    and I get

    Project ERROR: Unknown module(s) in QT: designer
    

    I installed both QT and QT creator via the official ubuntu repositories, and I made sure of installing libqt5designer5 and libqt5designercomponents5, but I can't get to a solution.
    Does anybody have some suggestions? Thanks.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      Antinarella
      wrote on last edited by
      #2

      I solved just by installing the qttools via

      sudo apt-get install qttools5-*
      
      1 Reply Last reply
      4
      • C Offline
        C Offline
        Caio Fattori
        wrote on last edited by
        #3

        Problably, it was missing qttools5-dev.

        I had this problem also, even with qttools5-designer5 installed.

        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