summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFrank Osterfeld <frank.osterfeld.qnx@kdab.com>2013-10-28 13:56:35 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-04 15:55:41 +0100
commit84a318c74f11ffb198c394cb07f67d137b44a5df (patch)
tree3656039c0f117739cb41a3ad9a5edb354ec39e81 /src
parentc8df30682cecc36153b536f52cdfe4d7d789959c (diff)
enable PPS keyboard implementation also for plain QNX
Integrating with /pps/services/input is also the way to go for QNX. Change-Id: If2498f2c42ed4e6e0d1cadc787cc62e80940043a Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com> Reviewed-by: Kevin Krammer <kevin.krammer@kdab.com> Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/platforms/qnx/qnx.pro16
1 files changed, 4 insertions, 12 deletions
diff --git a/src/plugins/platforms/qnx/qnx.pro b/src/plugins/platforms/qnx/qnx.pro
index f5a4e0735f..becf5e287e 100644
--- a/src/plugins/platforms/qnx/qnx.pro
+++ b/src/plugins/platforms/qnx/qnx.pro
@@ -2,21 +2,13 @@ TARGET = qqnx
QT += platformsupport-private core-private gui-private
+# The PPS based platform integration is currently used for both BB10 and plain QNX
+CONFIG += qqnx_pps
+
# Uncomment this to build with support for IMF once it becomes available in the BBNDK
#CONFIG += qqnx_imf
-# Uncomment this to build with support for PPS based platform integration
-#CONFIG += qqnx_pps
-
-CONFIG(blackberry) {
- CONFIG += qqnx_pps
-
- # Uncomment following line to enable screen event
- # handling through a dedicated thread.
- # CONFIG += qqnx_screeneventthread
-} else {
- CONFIG += qqnx_screeneventthread
-}
+!blackberry:CONFIG += qqnx_screeneventthread
# Uncomment these to enable debugging output for various aspects of the plugin
#DEFINES += QQNXBPSEVENTFILTER_DEBUG