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, 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
}