summaryrefslogtreecommitdiffstats
path: root/mkspecs/blackberry-x86-qcc/qmake.conf
blob: 45d6c4b96ccf194a1b15b90709baf85ebbf1e5d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# qmake configuration for blackberry x86 systems
#

include(../qnx-x86-qcc/qmake.conf)

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
}