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. Configuration of TSlib support in Qt

Configuration of TSlib support in Qt

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

    When configuring Qt for my development environment I did not include –qt-mouse-tslib. On my arm target system doing ldd libQtGui.so.4.7.0 does show a dependency for libts-1.0.so.0 => /usr/lib/libts-1.0.so.0 (0x414b3000), this is not the case for the libQtGui on my development machine. I assume on my target machine a version of the libraries where built with tslib support. My question is, do I need to re-configure Qt with –qt-mouse-tslib when compiling applications on my development machine?

    There are references in Qt source code that seem to indicate that –qt-mouse-tslib is required but is this only for building the Qt libraries or also required when building applications.

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

      Hi,

      It's only required to build Qt. The tslib support is done through a plugin, so AFAIK, it should not be a problem

      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