Disable dedicated screen event thread by default.
[profile/ivi/qtbase.git] / src / plugins / platforms / qnx / qnx.pro
index c383797..affa3c1 100644 (file)
@@ -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
 }