summaryrefslogtreecommitdiffstats
path: root/package/qt/Config.mouse.in
diff options
context:
space:
mode:
authorDaniel Nyström <daniel.nystrom@timeterminal.se>2011-02-03 00:06:44 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2011-02-25 21:45:31 +0100
commitfab79678f017363941d50abe7d12727cc01a3d5b (patch)
tree4779d3409bf812c9de0011ddf868dab44d1dd690 /package/qt/Config.mouse.in
parenteaf18b8b788c5651b67fb90c12907217f009cc80 (diff)
downloadbuildroot-novena-fab79678f017363941d50abe7d12727cc01a3d5b.tar.gz
buildroot-novena-fab79678f017363941d50abe7d12727cc01a3d5b.zip
qt: add option to hide mouse cursor
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>
Diffstat (limited to 'package/qt/Config.mouse.in')
-rw-r--r--package/qt/Config.mouse.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/qt/Config.mouse.in b/package/qt/Config.mouse.in
index 87973d2fe..16c41c18f 100644
--- a/package/qt/Config.mouse.in
+++ b/package/qt/Config.mouse.in
@@ -15,4 +15,11 @@ config BR2_PACKAGE_QT_MOUSE_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