qt5base-lts/mkspecs/blackberry-x86-qcc/qmake.conf

19 lines
410 B
Plaintext
Raw Normal View History

#
# qmake configuration for blackberry x86 systems
#
load(qt_config)
DEFINES += Q_OS_BLACKBERRY
CONFIG += blackberry
LIBS += -lbps
# Blackberry also has support for stack smashing protection in its libc
contains(QT_CONFIG, stack-protector-strong) {
QMAKE_CFLAGS += -fstack-protector-strong
} else {
QMAKE_CFLAGS += -fstack-protector -fstack-protector-all
}
include(../common/qcc-base-qnx-x86.conf)