forked from qt-creator/qt-creator
Fix tests build with GCC 5
Change-Id: Ia2e0a1c69f73446b45915559294e3348e725ce56 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
169a224ec7
commit
bf6e9f0550
@@ -3,6 +3,8 @@ include(../qttest.pri)
|
|||||||
|
|
||||||
QT += core-private
|
QT += core-private
|
||||||
|
|
||||||
|
CONFIG -= c++11 # Fails to build with boost (due to #define private public)
|
||||||
|
|
||||||
exists(/usr/include/boost/unordered/unordered_set.hpp) {
|
exists(/usr/include/boost/unordered/unordered_set.hpp) {
|
||||||
DEFINES += HAS_BOOST
|
DEFINES += HAS_BOOST
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user