diff --git a/src/app/app.pro b/src/app/app.pro index 24c77f7f0..c03becd63 100644 --- a/src/app/app.pro +++ b/src/app/app.pro @@ -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()