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. install tslib on the ubuntu 18.04
Qt 6.11 is out! See what's new in the release blog

install tslib on the ubuntu 18.04

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

    I configure the qt4.8.5 using the option "-qt-mouse-tslib -plugin-mouse-tslib -lts" on the ubuntu 18.04.

    ./configure -prefix /usr/local/qt4.8.5 -embedded arm -xplatform qws/linux-arm-gnueabi-g++ -static -no-mmx -no-rpath -no-3dnow -no-sse -no-sse2 -no-glib -no-cups -no-largefile -no-accessibility -no-openssl -no-gtkstyle -little-endian -qt-gfx-linuxfb -fontconfig -no-sql-mysql -no-sql-odbc -no-sql-psql -no-sql-sqlite -no-sql-sqlite2 -no-webkit -no-qt3support -nomake examples -nomake demos -nomake docs -nomake translations -qt-freetype -qt-libjpeg -qt-libpng -qt-kbd-tty -qt-kbd-linuxinput -qt-mouse-linuxinput  -qt-mouse-tslib -plugin-mouse-tslib -lts
    

    The configuration is failed displaying the following message.

    The tslib functionality test failed!
     You might need to modify the include and library search paths by editing
     QMAKE_INCDIR and QMAKE_LIBDIR
    

    So I tried to install tslib by the below procedure.

    sudo apt-get update -y
    sudo apt-get install -y tslib
    

    But the tslib is not installed.
    The error message is like the following.

    E: Unable to locate package tslib
    

    How could I resolve this problem?

    Thanks.

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

      Hi,

      By getting a tslib built for arm since it's your target.

      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
      • A Andy117 has marked this topic as solved on

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved