Disable precompiled headers for clang in linux.
--HG-- branch : develop
This commit is contained in:
parent
73655bf6a8
commit
7aa9c0464e
|
@ -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){
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user