diff --git a/tests/auto/debugger/offsets.pro b/tests/auto/debugger/offsets.pro index f3eef5c31a0..b021596f0e4 100644 --- a/tests/auto/debugger/offsets.pro +++ b/tests/auto/debugger/offsets.pro @@ -3,6 +3,8 @@ include(../qttest.pri) QT += core-private +CONFIG -= c++11 # Fails to build with boost (due to #define private public) + exists(/usr/include/boost/unordered/unordered_set.hpp) { DEFINES += HAS_BOOST }