Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Configuration of TSlib support in Qt

    Mobile and Embedded
    2
    2
    701
    Loading More Posts
    • 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
      allagar last edited by

      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 Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        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 Reply Quote 0
        • First post
          Last post