fab79678f0
Allow the user to build Qt with the QT_NO_QWS_CURSOR macro set. Signed-off-by: Daniel Nyström <daniel.nystrom@timeterminal.se> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
26 lines
426 B
Plaintext
26 lines
426 B
Plaintext
menu "Mouse drivers"
|
|
|
|
config BR2_PACKAGE_QT_MOUSE_PC
|
|
bool "pc"
|
|
|
|
config BR2_PACKAGE_QT_MOUSE_LINUXTP
|
|
bool "linuxtp"
|
|
|
|
config BR2_PACKAGE_QT_MOUSE_LINUXINPUT
|
|
bool "linux input"
|
|
|
|
config BR2_PACKAGE_QT_MOUSE_TSLIB
|
|
bool "tslib"
|
|
|
|
config BR2_PACKAGE_QT_MOUSE_QVFB
|
|
bool "qvfb"
|
|
|
|
comment "Mouse Options"
|
|
|
|
config BR2_PACKAGE_QT_MOUSE_NO_QWS_CURSOR
|
|
bool "Hide the mouse cursor"
|
|
help
|
|
Do not show the mouse cursor in QWS.
|
|
|
|
endmenu
|