diff options
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/platforms/blackberry/blackberry.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/platforms/blackberry/blackberry.pro b/src/plugins/platforms/blackberry/blackberry.pro index 612fcab..ede46b7 100644 --- a/src/plugins/platforms/blackberry/blackberry.pro +++ b/src/plugins/platforms/blackberry/blackberry.pro @@ -5,9 +5,9 @@ QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/platforms QT += opengl blackberry { - # Comment this to enable screen event - # handling through the event dispatcher. - DEFINES += QBB_SCREENEVENTTHREAD + # Unomment this to enable screen event handling + # through a dedicated thread. + # DEFINES += QQNX_SCREENEVENTTHREAD } else { DEFINES += QBB_SCREENEVENTTHREAD } |