summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/script/script.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/script/script.pro b/src/script/script.pro
index e9f15e2..cedc173 100644
--- a/src/script/script.pro
+++ b/src/script/script.pro
@@ -58,3 +58,6 @@ integrity {
TR_EXCLUDE = $$WEBKITDIR/*
load(qt_module)
+# Override the module default, as it breaks compilation with libc++>=5.0:
+# auto_ptr is no longer part of the c++1z standard.
+CONFIG -= c++1z