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:
Wolfgang Bremer 2014-04-01 14:28:12 +02:00 committed by The Qt Project
parent bfee43349f
commit bc4590a780
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
load(qt_config) load(qt_config)
DEFINES += Q_OS_BLACKBERRY DEFINES += Q_OS_BLACKBERRY
CONFIG += blackberry QMAKE_PLATFORM += blackberry
LIBS += -lbps LIBS += -lbps
# Blackberry also has support for stack smashing protection in its libc # Blackberry also has support for stack smashing protection in its libc

View File

@ -5,7 +5,7 @@
load(qt_config) load(qt_config)
DEFINES += Q_OS_BLACKBERRY DEFINES += Q_OS_BLACKBERRY
CONFIG += blackberry QMAKE_PLATFORM += blackberry
LIBS += -lbps LIBS += -lbps
# Blackberry also has support for stack smashing protection in its libc # Blackberry also has support for stack smashing protection in its libc

View File

@ -4,7 +4,7 @@
include(qcc-base.conf) include(qcc-base.conf)
CONFIG += qnx QMAKE_PLATFORM += qnx
#Choose qnx QPA Plugin as default #Choose qnx QPA Plugin as default
QT_QPA_DEFAULT_PLATFORM = qnx QT_QPA_DEFAULT_PLATFORM = qnx