mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
[qmake] Removed MSVC 2015 workaround.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user