QNX: Move qpa-based mkspecs out of the unsupported directory
[profile/ivi/qtbase.git] / mkspecs / blackberry-armv7le-qcc / qmake.conf
1 #
2 # qmake configuration for blackberry armv7le systems
3 #
4
5 DEFINES += Q_OS_BLACKBERRY
6 CONFIG += blackberry
7 LIBS += -lbps
8
9 # Blackberry also has support for stack smashing protection in its libc
10 QMAKE_CFLAGS += -fstack-protector -fstack-protector-all
11
12 include(../common/qcc-base-qnx-armv7le.conf)