Disable using ccache on mac.

--HG--
branch : develop
This commit is contained in:
dismine 2014-11-28 15:58:17 +02:00
parent b5f119558d
commit 53be9a337f

View file

@ -64,8 +64,8 @@ defineReplace(set_PCH){
} }
defineReplace(enable_ccache){ defineReplace(enable_ccache){
# ccache support only Unix systems. # ccache support only Unix systems, except MacOS X.
unix { unix:!macx{
# This need for turn on ccache. # This need for turn on ccache.
*-g++{ *-g++{
QMAKE_CC = ccache gcc QMAKE_CC = ccache gcc