QT 5.4 Static not support Mouse , Kayboard , touchscreen !
-
wrote on 14 Apr 2015, 04:27 last edited by lamp
hi
QT 5.4.0 Static not support Mouse , Kayboard , touch.
Does this problem has been fixed in version 5.4.1?Qt modules and options:
Qt D-Bus ............... runtime
Qt Concurrent .......... yes
Qt GUI ................. yes
Qt Widgets ............. yes
Large File ............. yes
QML debugging .......... yes
Use system proxies ..... noSupport enabled for:
Accessibility .......... yes
ALSA ................... yes
CUPS ................... no
Evdev .................. yes
FontConfig ............. no
FreeType ............... yes (bundled copy)
Glib ................... no
GTK theme .............. no
HarfBuzz ............... yes (bundled copy)
Iconv .................. yes
ICU .................... no
Image formats:
GIF .................. yes (in QtGui, using bundled copy)
JPEG ................. yes (in QtGui, using bundled copy)
PNG .................. yes (in QtGui, using bundled copy)
journald ............... no
mtdev .................. no
Networking:
getaddrinfo .......... yes
getifaddrs ........... yes
IPv6 ifname .......... yes
OpenSSL .............. no
NIS .................... yes
OpenGL / OpenVG:
EGL .................. no
OpenGL ............... no
OpenVG ............... no
PCRE ................... yes (bundled copy)
pkg-config ............. no
PulseAudio ............. no
QPA backends:
DirectFB ............. no
EGLFS ................ no
KMS .................. no
LinuxFB .............. yes
XCB .................. no
Session management ..... yes
SQL drivers:
DB2 .................. no
InterBase ............ no
MySQL ................ no
OCI .................. no
ODBC ................. no
PostgreSQL ........... no
SQLite 2 ............. no
SQLite ............... qt-qt
TDS .................. no
udev ................... no
xkbcommon .............. no
zlib ................... yes (bundled copy) -
wrote on 14 Apr 2015, 06:21 last edited by lamp
Solved
add to .pro :
CONFIG += plugin static
QTPLUGIN += qtslib qevdevkeyboard qevdevmouse qevdevtablet qevdevtouchRun (active all input device):
$./test -plugin tslib -plugin evdevmouse -plugin evdevkeyboard:-)
2/2