Files
qt-creator/tests/auto/debugger/offsets.pro
Orgad Shaneh bf6e9f0550 Fix tests build with GCC 5
Change-Id: Ia2e0a1c69f73446b45915559294e3348e725ce56
Reviewed-by: hjk <hjk@theqtcompany.com>
2015-08-18 07:46:22 +00:00

18 lines
380 B
Prolog

QT -= gui widgets
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
}
exists(/usr/local/include/boost/unordered/unordered_set.hpp) {
DEFINES += HAS_BOOST
INCLUDEPATH += /usr/local/include
}
SOURCES += tst_offsets.cpp