2012-03-19 16:30:28 +00:00
|
|
|
#
|
2012-04-18 10:07:10 +00:00
|
|
|
# qmake configuration for blackberry armv7le systems
|
2012-03-19 16:30:28 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DEFINES += Q_OS_BLACKBERRY
|
|
|
|
CONFIG += blackberry
|
|
|
|
LIBS += -lbps
|
|
|
|
|
2012-04-05 15:46:18 +00:00
|
|
|
# Blackberry also has support for stack smashing protection in its libc
|
|
|
|
QMAKE_CFLAGS += -fstack-protector -fstack-protector-all
|
|
|
|
|
2012-04-18 10:07:10 +00:00
|
|
|
include(../../common/qcc-base-qnx-armv7le.conf)
|