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. QT 6.4 Wayland support
Forum Updated to NodeBB v4.3 + New Features

QT 6.4 Wayland support

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 694 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.
  • L Offline
    L Offline
    Lawrence Powers
    wrote on last edited by
    #1

    Hi all first time poster. I have the following error and I know I need the 'https://tracker.debian.org/pkg/qt6-wayland' package. It doesn't look like it has been been built for 6.4. I have not built a package like that from source before and I don't know where to begin. Any tips? Thanks!

    Could not find the Qt platform plugin "wayland"
    
    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      How did you install Qt 6.4 ?
      If the online installer, did you check whether the module is available as an extra installation option ?

      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
      • L Offline
        L Offline
        Lawrence Powers
        wrote on last edited by
        #3

        Thanks for the reply. I'm a bit further now but still running into issues. Here is my set up:

        Main PC: Ubuntu 22.04 Desktop
        Raspberry PI 4: Ubuntu Desktop 22.04 (intermediate device to test app inside ubuntu-frame and create snap for my target device)
        Rasberry PI 4: Ubuntu Core 22 running ubuntu-frame (target-device)

        I followed https://wiki.qt.io/Cross-Compile_Qt_6_for_Raspberry_Pi and had success with cross compiling between the main PC and the first PI. The challenge came when creating the snap for the target device. The first issue was the topic of this post. I solved that with adding -feature-wayland-server to the ./configure params and then copying over the corresponding *.so files into the snap. Since 6.4 is brand new and no Ubuntu apt packages contain that version I have had to copy over all shared libraries. I've had some issue with mesa-core20 that the ubuntu-frame folks said was recommended, but my main issue is this error module "QtQuick" is not installed. I would think copy over libQt6Quick.so and a bunch of other related files would do it but the error remains.

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

          The .so file is usually a symbolic link. You should copy all the corresponding files.

          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

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved