From bc4590a780a59d9317d1ddcc7b8936f0847310bf Mon Sep 17 00:00:00 2001 From: Wolfgang Bremer Date: Tue, 1 Apr 2014 14:28:12 +0200 Subject: 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 Reviewed-by: Oswald Buddenhagen --- mkspecs/blackberry-x86-qcc/qmake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkspecs/blackberry-x86-qcc') diff --git a/mkspecs/blackberry-x86-qcc/qmake.conf b/mkspecs/blackberry-x86-qcc/qmake.conf index d2c6b3c9e9..c0561694cb 100644 --- a/mkspecs/blackberry-x86-qcc/qmake.conf +++ b/mkspecs/blackberry-x86-qcc/qmake.conf @@ -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 -- cgit v1.2.3