[qmake] Removed MSVC 2015 workaround.

This commit is contained in:
Mat Sutcliffe
2019-02-17 16:14:37 +00:00
parent da52e25f78
commit 5de96382bc

View File

@@ -49,9 +49,6 @@ macx:staticlib:isEmpty(SOURCES) {
# only MSVC gains any build time improvement
!msvc: CONFIG -= precompile_header
# expression SFINAE bug in MSVC2015 when using PCH
msvc:lessThan(MSVC_VER, 15): CONFIG -= precompile_header
# not supported by clang_cl
clang_cl: CONFIG -= precompile_header