Disable precompiled headers for clang in linux.

--HG--
branch : develop
This commit is contained in:
dismine 2014-10-04 09:31:34 +03:00
parent 73655bf6a8
commit 7aa9c0464e
3 changed files with 21 additions and 15 deletions

View File

@ -99,12 +99,14 @@ unix {
} }
} }
unix:!macx:!clang*{
CONFIG += precompile_header CONFIG += precompile_header
# Precompiled headers (PCH) # Precompiled headers (PCH)
PRECOMPILED_HEADER = stable.h PRECOMPILED_HEADER = stable.h
win32-msvc* { win32-msvc* {
PRECOMPILED_SOURCE = stable.cpp PRECOMPILED_SOURCE = stable.cpp
} }
}
CONFIG(debug, debug|release){ CONFIG(debug, debug|release){
# Debug # Debug

View File

@ -63,12 +63,14 @@ unix {
} }
} }
unix:!macx:!clang*{
CONFIG += precompile_header CONFIG += precompile_header
# Precompiled headers (PCH) # Precompiled headers (PCH)
PRECOMPILED_HEADER = stable.h PRECOMPILED_HEADER = stable.h
win32-msvc* { win32-msvc* {
PRECOMPILED_SOURCE = stable.cpp PRECOMPILED_SOURCE = stable.cpp
} }
}
include(../../../Valentina.pri) include(../../../Valentina.pri)

View File

@ -106,12 +106,14 @@ unix {
} }
} }
unix:!macx:!clang*{
CONFIG += precompile_header CONFIG += precompile_header
# Precompiled headers (PCH) # Precompiled headers (PCH)
PRECOMPILED_HEADER = stable.h PRECOMPILED_HEADER = stable.h
win32-msvc* { win32-msvc* {
PRECOMPILED_SOURCE = stable.cpp PRECOMPILED_SOURCE = stable.cpp
} }
}
include(../../../Valentina.pri) include(../../../Valentina.pri)