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
|
unix:!macx:!clang*{
|
||||||
# Precompiled headers (PCH)
|
CONFIG += precompile_header
|
||||||
PRECOMPILED_HEADER = stable.h
|
# Precompiled headers (PCH)
|
||||||
win32-msvc* {
|
PRECOMPILED_HEADER = stable.h
|
||||||
PRECOMPILED_SOURCE = stable.cpp
|
win32-msvc* {
|
||||||
|
PRECOMPILED_SOURCE = stable.cpp
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
CONFIG(debug, debug|release){
|
CONFIG(debug, debug|release){
|
||||||
|
|
|
@ -63,11 +63,13 @@ unix {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
CONFIG += precompile_header
|
unix:!macx:!clang*{
|
||||||
# Precompiled headers (PCH)
|
CONFIG += precompile_header
|
||||||
PRECOMPILED_HEADER = stable.h
|
# Precompiled headers (PCH)
|
||||||
win32-msvc* {
|
PRECOMPILED_HEADER = stable.h
|
||||||
PRECOMPILED_SOURCE = stable.cpp
|
win32-msvc* {
|
||||||
|
PRECOMPILED_SOURCE = stable.cpp
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
include(../../../Valentina.pri)
|
include(../../../Valentina.pri)
|
||||||
|
|
|
@ -106,11 +106,13 @@ unix {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
CONFIG += precompile_header
|
unix:!macx:!clang*{
|
||||||
# Precompiled headers (PCH)
|
CONFIG += precompile_header
|
||||||
PRECOMPILED_HEADER = stable.h
|
# Precompiled headers (PCH)
|
||||||
win32-msvc* {
|
PRECOMPILED_HEADER = stable.h
|
||||||
PRECOMPILED_SOURCE = stable.cpp
|
win32-msvc* {
|
||||||
|
PRECOMPILED_SOURCE = stable.cpp
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
include(../../../Valentina.pri)
|
include(../../../Valentina.pri)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user