Using ccache need disable only for release mode on Max OS X.

--HG--
branch : develop
This commit is contained in:
dismine 2014-11-30 17:35:30 +02:00
parent 1056f063b6
commit b32f0a7c08

View file

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