Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. qt5wayland Compositor in buildroot linux problem

qt5wayland Compositor in buildroot linux problem

Scheduled Pinned Locked Moved Solved Mobile and Embedded
2 Posts 1 Posters 1.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.
  • C Offline
    C Offline
    callen
    wrote on last edited by callen
    #1

    I am try to add qt5wayland to buildroot/package/qt5,the qt5wayland.mk as bellow:
    0_1504604097421_9edb8647-24a2-466f-9135-50f15ca71125-image.png
    After this ,run "make menuconfig" to build qt5wayland module:
    0_1504604232173_e06351e0-ec67-4ce2-9e28-598a3e296b0b-image.png

    Then make a firmware ,in my develop device:
    0_1504611744442_7e3eeba1-9381-4772-86f5-1371030d3bb7-image.png

    I try to run pure-qml example,it failed:
    0_1504611832126_c53635b6-075b-4703-a6a4-88923ac99e59-image.png .

    I don't know why "QtWayland.Compositor" is not loaded as expected:
    qrc:///qml/main.qml:52 module "QtWayland.Compositor" is not installed

    C 1 Reply Last reply
    0
    • C callen

      I am try to add qt5wayland to buildroot/package/qt5,the qt5wayland.mk as bellow:
      0_1504604097421_9edb8647-24a2-466f-9135-50f15ca71125-image.png
      After this ,run "make menuconfig" to build qt5wayland module:
      0_1504604232173_e06351e0-ec67-4ce2-9e28-598a3e296b0b-image.png

      Then make a firmware ,in my develop device:
      0_1504611744442_7e3eeba1-9381-4772-86f5-1371030d3bb7-image.png

      I try to run pure-qml example,it failed:
      0_1504611832126_c53635b6-075b-4703-a6a4-88923ac99e59-image.png .

      I don't know why "QtWayland.Compositor" is not loaded as expected:
      qrc:///qml/main.qml:52 module "QtWayland.Compositor" is not installed

      C Offline
      C Offline
      callen
      wrote on last edited by
      #2

      I found that some files is not copy to target dir,so after run below cmd,it works:
      cp output/host/usr/aarch64-device-linux-gnu/sysroot/usr/qml/QtWayland/ output/target/usr/qml/ -r

      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