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){
# ccache support only Unix systems.
unix {
# ccache support only Unix systems, except MacOS X.
unix:!macx{
# This need for turn on ccache.
*-g++{
QMAKE_CC = ccache gcc