Configuration of TSlib support in Qt
-
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.
-
Hi,
It's only required to build Qt. The tslib support is done through a plugin, so AFAIK, it should not be a problem