made disabling cchache optional for macosx

--HG--
branch : develop
This commit is contained in:
MitSchoko 2014-11-28 20:15:35 +01:00
parent 2697bdeef7
commit 023f85afc3

View file

@ -107,8 +107,9 @@ TRANSLATIONS += share/translations/valentina.ts \
share/translations/valentina_nl_NL.ts
# 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_PCH()