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>
This commit is contained in:
parent
c8df30682c
commit
84a318c74f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user