From e4a4261fb52dda55464284122aafaadb3beadc72 Mon Sep 17 00:00:00 2001 From: dismine Date: Thu, 21 Nov 2013 14:14:25 +0200 Subject: [PATCH] Use ccache only on unix system. --HG-- branch : develop --- Valentina.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Valentina.pro b/Valentina.pro index 27381354d..cbecf8c36 100644 --- a/Valentina.pro +++ b/Valentina.pro @@ -52,9 +52,10 @@ OTHER_FILES += share/resources/valentina.rc \ TRANSLATIONS += share/translations/valentina_ru.ts \ share/translations/valentina_uk.ts +unix:QMAKE_CXX = ccache g++ + CONFIG(debug, debug|release){ # Debug - QMAKE_CXX = ccache g++ TARGET = $$DEBUG_TARGET CONFIG += precompile_header