summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qnx/qnx.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/qnx/qnx.pro')
-rw-r--r--src/plugins/platforms/qnx/qnx.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plugins/platforms/qnx/qnx.pro b/src/plugins/platforms/qnx/qnx.pro
index 7c25707fa4..c38379734b 100644
--- a/src/plugins/platforms/qnx/qnx.pro
+++ b/src/plugins/platforms/qnx/qnx.pro
@@ -16,6 +16,12 @@ contains(QT_CONFIG, opengles2) {
CONFIG(blackberry) {
CONFIG += qqnx_pps
+
+ # Comment this to enable screen event handling
+ # through the event dispatcher.
+ DEFINES += QQNX_SCREENEVENTTHREAD
+} else {
+ DEFINES += QQNX_SCREENEVENTTHREAD
}
# Uncomment these to enable debugging output for various aspects of the plugin