made disabling cchache optional for macosx
--HG-- branch : develop
This commit is contained in:
parent
2697bdeef7
commit
023f85afc3
|
@ -107,8 +107,9 @@ TRANSLATIONS += share/translations/valentina.ts \
|
||||||
share/translations/valentina_nl_NL.ts
|
share/translations/valentina_nl_NL.ts
|
||||||
|
|
||||||
# Set using ccache. Function enable_ccache() defined in Valentina.pri.
|
# Set using ccache. Function enable_ccache() defined in Valentina.pri.
|
||||||
#$$enable_ccache()
|
!macx {
|
||||||
|
$$enable_ccache() #enabling ccache causes errors when using osx
|
||||||
|
}
|
||||||
# Set precompiled headers. Function set_PCH() defined in Valentina.pri.
|
# Set precompiled headers. Function set_PCH() defined in Valentina.pri.
|
||||||
$$set_PCH()
|
$$set_PCH()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user