qt5base-lts/mkspecs/unsupported/blackberry-armv7le-qcc/qmake.conf
Rafael Roquetto e1c22d426f Blackberry mkspecs
Unlike QNX mkspecs, these mkspecs target more specific, BlackBerry-only
devices. So far, the only difference is the definition of Q_OS_BLACKBERRY
and linking with -lbps, but this will likely change with time. It will also
allow conditional compilation to distinguish between qnx and blackberry
devices.

Change-Id: Ia44e9b4059f720c308240e9dac7e90f7ae7920d0
Reviewed-by: Sean Harmer <sh@theharmers.co.uk>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2012-03-26 14:02:07 +02:00

10 lines
156 B
Plaintext

#
# qmake configuration for blackberry x86 systems
#
DEFINES += Q_OS_BLACKBERRY
CONFIG += blackberry
LIBS += -lbps
include(../qnx-armv7le-qcc/qmake.conf)