summaryrefslogtreecommitdiffstats
path: root/mkspecs/qnx-x86-64-qcc/qmake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/qnx-x86-64-qcc/qmake.conf')
-rw-r--r--mkspecs/qnx-x86-64-qcc/qmake.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/mkspecs/qnx-x86-64-qcc/qmake.conf b/mkspecs/qnx-x86-64-qcc/qmake.conf
index f1760e4072..2a01ed1405 100644
--- a/mkspecs/qnx-x86-64-qcc/qmake.conf
+++ b/mkspecs/qnx-x86-64-qcc/qmake.conf
@@ -2,13 +2,11 @@
# qmake configuration for qnx x86-64 systems
#
-DEFINES += QT_NO_CLIPBOARD
-
QMAKE_LFLAGS_SHLIB += -Wl,-z,relro -Wl,-z,now
include(../common/qcc-base-qnx-x86-64.conf)
-contains(QT_CONFIG, stack-protector-strong) {
+qtConfig(stack-protector-strong) {
QMAKE_CFLAGS += -fstack-protector-strong
QMAKE_CXXFLAGS += -fstack-protector-strong
} else {