summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Roquetto <rafael.roquetto.qnx@kdab.com>2012-07-04 17:41:53 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-05 18:57:29 +0200
commitc54ba8c2520243217e2901fa4379f50ccde0be96 (patch)
tree8f6817a4196dacccbc3251828162ee478454e99c
parent7a0b8d580df8d6b0012d11f61299046682f4d18a (diff)
Disable dedicated screen event thread by default.
Screen events should come through QEventDispatcherBlackberry by default. Change-Id: I64d17b99e9dd8edf23f68e1186e9318849f1a398 Reviewed-by: Sean Harmer <sean.harmer@kdab.com> Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
-rw-r--r--src/plugins/platforms/qnx/qnx.pro6
1 files changed, 3 insertions, 3 deletions
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
}