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>
This commit is contained in:
parent
7a0b8d580d
commit
c54ba8c252
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user