Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Project ERROR: unknown Module(s) in QT:qml quick
Forum Updated to NodeBB v4.3 + New Features

Project ERROR: unknown Module(s) in QT:qml quick

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
4 Posts 3 Posters 2.9k 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.
  • S Offline
    S Offline
    SP0567
    wrote on last edited by
    #1

    Re: QT Quick - Project ERROR: Unknown module(s) in QT: qml quick

    Hi,
    i am getting Project ERROR: unknown Module(s) in QT:qml quick
    Qt creator version: 5.6.1
    OS : Fedora 24
    Qt is installed properly.
    It is in ../../Qt5.6.1.\lib > I can see all the libraries related to qml,quick controls such as libQt5Qml.so.5.6, libQt5Quick.la , libQt5Quick.so.5,....
    I guess i haven't included the Libraries in the .pro file (LIBS). If so please tell me how to do or any other things do i need to do?
    Please help me

    DiracsbracketD 1 Reply Last reply
    0
    • G Offline
      G Offline
      Gerd
      wrote on last edited by
      #2

      In your .pro-file add the line
      QT += qml quick

      and then call qmake again.
      Regards
      gerd

      DiracsbracketD 1 Reply Last reply
      0
      • G Gerd

        In your .pro-file add the line
        QT += qml quick

        and then call qmake again.
        Regards
        gerd

        DiracsbracketD Offline
        DiracsbracketD Offline
        Diracsbracket
        wrote on last edited by Diracsbracket
        #3

        @Gerd said in Project ERROR: unknown Module(s) in QT:qml quick:

        In your .pro-file add the line
        QT += qml quick

        The error that @SP0567 gets:

        Project ERROR: unknown Module(s) in QT:qml quick

        is caused exactly because those entries are in his .pro file and is generated when running qmake ... ;-)

        1 Reply Last reply
        0
        • S SP0567

          Re: QT Quick - Project ERROR: Unknown module(s) in QT: qml quick

          Hi,
          i am getting Project ERROR: unknown Module(s) in QT:qml quick
          Qt creator version: 5.6.1
          OS : Fedora 24
          Qt is installed properly.
          It is in ../../Qt5.6.1.\lib > I can see all the libraries related to qml,quick controls such as libQt5Qml.so.5.6, libQt5Quick.la , libQt5Quick.so.5,....
          I guess i haven't included the Libraries in the .pro file (LIBS). If so please tell me how to do or any other things do i need to do?
          Please help me

          DiracsbracketD Offline
          DiracsbracketD Offline
          Diracsbracket
          wrote on last edited by
          #4

          @SP0567
          Do the Qt examples work? If they don't then your Qt installation is at fault. For those modules to work, you shouldn't have to add anything else in your .pro file.

          Have you installed it from the online installer, e.g. via

          wget http://download.qt.io/official_releases/online_installers/qt-unified-linux-x64-online.run
          

          What does the maintenance tool show?

          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