From c54ba8c2520243217e2901fa4379f50ccde0be96 Mon Sep 17 00:00:00 2001 From: Rafael Roquetto Date: Wed, 4 Jul 2012 17:41:53 +0200 Subject: Disable dedicated screen event thread by default. Screen events should come through QEventDispatcherBlackberry by default. Change-Id: I64d17b99e9dd8edf23f68e1186e9318849f1a398 Reviewed-by: Sean Harmer Reviewed-by: Thomas McGuire --- src/plugins/platforms/qnx/qnx.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/plugins/platforms/qnx/qnx.pro') diff --git a/src/plugins/platforms/qnx/qnx.pro b/src/plugins/platforms/qnx/qnx.pro index c38379734b..affa3c1dcd 100644 --- a/src/plugins/platforms/qnx/qnx.pro +++ b/src/plugins/platforms/qnx/qnx.pro @@ -17,9 +17,9 @@ contains(QT_CONFIG, opengles2) { CONFIG(blackberry) { CONFIG += qqnx_pps - # Comment this to enable screen event handling - # through the event dispatcher. - DEFINES += QQNX_SCREENEVENTTHREAD + # Unomment this to enable screen event handling + # through a dedicated thread. + # DEFINES += QQNX_SCREENEVENTTHREAD } else { DEFINES += QQNX_SCREENEVENTTHREAD } -- cgit v1.2.3