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. Project ERROR: Unknown module(s) in QT: waylandcompositor in qt 5.9
Forum Updated to NodeBB v4.3 + New Features

Project ERROR: Unknown module(s) in QT: waylandcompositor in qt 5.9

Scheduled Pinned Locked Moved Solved Installation and Deployment
6 Posts 2 Posters 1.5k 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.
  • C Offline
    C Offline
    cyxian
    wrote on last edited by
    #1

    I want to use Qtwayland, but after I add QT += waylandcompositor in pro file, This error occur.

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

      Hi,

      What exact version of Qt are you using ?
      How did you instal it ?
      On what platform ?

      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
      • C Offline
        C Offline
        cyxian
        wrote on last edited by
        #3

        thanks for your answer, the version I used is 5.9, on ubuntu 17.1, I install it according this installation package(qt-opensource-linux-x64-5.9.3.run)

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

          Are you getting that error on the command line ?

          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
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            I found out QTBUG-60601 which is relevant to your case. Short version: build the module from source.

            Download the source from the installer and then the classic /path/to/Qt/5.9.X/gcc_64/bin/qmake && make && 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

            C 1 Reply Last reply
            2
            • SGaistS SGaist

              I found out QTBUG-60601 which is relevant to your case. Short version: build the module from source.

              Download the source from the installer and then the classic /path/to/Qt/5.9.X/gcc_64/bin/qmake && make && make install

              C Offline
              C Offline
              cyxian
              wrote on last edited by
              #6

              @SGaist thank you again, I think this is the question

              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