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. How to use QEglFSFunctions class?
Qt 6.11 is out! See what's new in the release blog

How to use QEglFSFunctions class?

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

    Hi,

    i want to load different types of keymap on my application deppending on the settings.
    I tryied to use the QEglFSFunctions class but by including it my Qt5.5 didnt found the lib:
    #include <QEglFSFunctions>
    QEglFSFunctions: no such file or directory

    Any idea? Do i have to install something first before using?

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

      Hi,

      The documentation of the class is a bit misleading in that aspect.

      If you take the module documentation it's explained that you need to have QtPlatformHeaders in your include statement.

      i.e.:

      #include <QtPlatformHeaders/QEglFSFunctions>

      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