qt5base-lts/mkspecs/unsupported/blackberry-armv7le-qcc/qmake.conf

13 lines
298 B
Plaintext
Raw Normal View History

#
# qmake configuration for blackberry armv7le 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(../../common/qcc-base-qnx-armv7le.conf)