BlackBerry,QNX: Switch to QMAKE_PLATFORM from CONFIG
This is the right configuration of the platform within the mkspecs. It enables the usage of additional features like the automatic detection of platform specific prf files. Change-Id: I2f19265d283e47c62455128f217bc44ba88cdc98 Reviewed-by: Sergio Ahumada <sahumada@blackberry.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
parent
bfee43349f
commit
bc4590a780
@ -5,7 +5,7 @@
|
||||
load(qt_config)
|
||||
|
||||
DEFINES += Q_OS_BLACKBERRY
|
||||
CONFIG += blackberry
|
||||
QMAKE_PLATFORM += blackberry
|
||||
LIBS += -lbps
|
||||
|
||||
# Blackberry also has support for stack smashing protection in its libc
|
||||
|
@ -5,7 +5,7 @@
|
||||
load(qt_config)
|
||||
|
||||
DEFINES += Q_OS_BLACKBERRY
|
||||
CONFIG += blackberry
|
||||
QMAKE_PLATFORM += blackberry
|
||||
LIBS += -lbps
|
||||
|
||||
# Blackberry also has support for stack smashing protection in its libc
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
include(qcc-base.conf)
|
||||
|
||||
CONFIG += qnx
|
||||
QMAKE_PLATFORM += qnx
|
||||
|
||||
#Choose qnx QPA Plugin as default
|
||||
QT_QPA_DEFAULT_PLATFORM = qnx
|
||||
|
Loading…
x
Reference in New Issue
Block a user