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,11 +99,13 @@ unix {
}
}
CONFIG += precompile_header
# Precompiled headers (PCH)
PRECOMPILED_HEADER = stable.h
win32-msvc* {
PRECOMPILED_SOURCE = stable.cpp
unix:!macx:!clang*{
CONFIG += precompile_header
# Precompiled headers (PCH)
PRECOMPILED_HEADER = stable.h
win32-msvc* {
PRECOMPILED_SOURCE = stable.cpp
}
}
CONFIG(debug, debug|release){

View file

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

View file

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