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. meta-qt6 static build - eglfs - Qt6::EglFSDeviceIntegrationPrivate not found

meta-qt6 static build - eglfs - Qt6::EglFSDeviceIntegrationPrivate not found

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 67 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.
  • P Offline
    P Offline
    petero3
    wrote last edited by
    #1

    Have built meta-qt6 with PACKAGECONFIG += "static", but when building an app using the resulting yocto SDK:

    The link interface of target "Qt6::QEglFSEmulatorIntegrationPlugin" contains: Qt6::EglFSDeviceIntegrationPrivate but the target was not found.

    Trying a static build as recommended here:
    https://www.qt.io/blog/2016/05/25/fast-booting-qt-devices-part-3-optimizing-system-image

    Therefore as per
    https://doc.qt.io/Boot2Qt/b2qt-meta-qt6.html#building-a-static-version-of-qt
    have added
    PACKAGECONFIG += "static"
    to the qtbase bbappend

    And as per
    https://doc.qt.io/qt-6/plugins-howto.html#importing-static-plugins-in-cmake
    have added
    qt_import_plugins(appminimal INCLUDE_BY_TYPE platforms Qt::QEglFSIntegrationPlugin)
    to the CMakeLists.txt of the app

    But get the above error.
    What else is needed please?

    Thank you
    Peter

    meta-qt6, Qt 6.10.1, Yocto Scarthgap, NXP i.MX 8X

    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