Files
qt-creator/tests/auto/debugger/offsets.pro
hjk 7543588433 Debugger: Make offset test compilable with Qt 5.7
We can't disable C++11 anymore, disable the boost test instead.

Change-Id: I68e39a348b35ce7c37abac633d3ea68526f0ff2d
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
2016-03-21 10:23:32 +00:00

16 lines
303 B
Prolog

QT -= gui widgets
include(../qttest.pri)
QT += core-private
exists(/usr/include/boost/unordered/unordered_set.hpp) {
DEFINES += HAS_BOOST
}
exists(/usr/local/include/boost/unordered/unordered_set.hpp) {
DEFINES += HAS_BOOST
INCLUDEPATH += /usr/local/include
}
SOURCES += tst_offsets.cpp