Disable precompiled headers for clang in linux.
--HG-- branch : develop
This commit is contained in:
parent
73655bf6a8
commit
7aa9c0464e
|
@ -99,12 +99,14 @@ unix {
|
|||
}
|
||||
}
|
||||
|
||||
unix:!macx:!clang*{
|
||||
CONFIG += precompile_header
|
||||
# Precompiled headers (PCH)
|
||||
PRECOMPILED_HEADER = stable.h
|
||||
win32-msvc* {
|
||||
PRECOMPILED_SOURCE = stable.cpp
|
||||
}
|
||||
}
|
||||
|
||||
CONFIG(debug, debug|release){
|
||||
# Debug
|
||||
|
|
|
@ -63,12 +63,14 @@ unix {
|
|||
}
|
||||
}
|
||||
|
||||
unix:!macx:!clang*{
|
||||
CONFIG += precompile_header
|
||||
# Precompiled headers (PCH)
|
||||
PRECOMPILED_HEADER = stable.h
|
||||
win32-msvc* {
|
||||
PRECOMPILED_SOURCE = stable.cpp
|
||||
}
|
||||
}
|
||||
|
||||
include(../../../Valentina.pri)
|
||||
|
||||
|
|
|
@ -106,12 +106,14 @@ unix {
|
|||
}
|
||||
}
|
||||
|
||||
unix:!macx:!clang*{
|
||||
CONFIG += precompile_header
|
||||
# Precompiled headers (PCH)
|
||||
PRECOMPILED_HEADER = stable.h
|
||||
win32-msvc* {
|
||||
PRECOMPILED_SOURCE = stable.cpp
|
||||
}
|
||||
}
|
||||
|
||||
include(../../../Valentina.pri)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user