Make the QNX QPA plugin work with non blackberry.
[profile/ivi/qtbase.git] / mkspecs / unsupported / blackberry-x86-qcc / qmake.conf
1 #
2 # qmake configuration for blackberry x86 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-x86.conf)