1c20c3f294
It transpires that QNX 6.5.0 does not yet have libc support for the gcc stack smashing protection. Change-Id: Ic635662b6aa3ce2fad5f69e236386ae9ace420db Reviewed-by: Andreas Holzammer <andreas.holzammer@kdab.com> Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
13 lines
285 B
Plaintext
13 lines
285 B
Plaintext
#
|
|
# qmake configuration for blackberry x86 systems
|
|
#
|
|
|
|
DEFINES += Q_OS_BLACKBERRY
|
|
CONFIG += blackberry
|
|
LIBS += -lbps
|
|
|
|
# Blackberry also has support for stack smashing protection in its libc
|
|
QMAKE_CFLAGS += -fstack-protector -fstack-protector-all
|
|
|
|
include(../qnx-armv7le-qcc/qmake.conf)
|