10 lines
177 B
Plaintext
10 lines
177 B
Plaintext
|
#
|
||
|
# qmake configuration for qnx aarch64le systems
|
||
|
#
|
||
|
|
||
|
DEFINES += _FORTIFY_SOURCE=2
|
||
|
|
||
|
QMAKE_LFLAGS_SHLIB += -Wl,-z,relro -Wl,-z,now
|
||
|
|
||
|
include(../common/qcc-base-qnx-aarch64le.conf)
|