From e89883f778495d3235648889b7b4a339c5d7bffd Mon Sep 17 00:00:00 2001 From: dismine Date: Fri, 15 Nov 2013 15:19:43 +0200 Subject: [PATCH] Now no need install ccache for build release version of application. --HG-- branch : develop --- Valentina.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Valentina.pro b/Valentina.pro index 13ee22a43..15171136b 100644 --- a/Valentina.pro +++ b/Valentina.pro @@ -16,7 +16,6 @@ RELEASE_TARGET = Valentina CONFIG -= debug_and_release debug_and_release_target CONFIG += c++11 precompile_header -QMAKE_CXX = ccache g++ #DEFINES += ... # Precompiled headers (PCH) @@ -71,6 +70,7 @@ TRANSLATIONS += translations/valentina_ru.ts \ CONFIG(debug, debug|release){ # Debug + QMAKE_CXX = ccache g++ TARGET = $$DEBUG_TARGET QMAKE_CXXFLAGS += -isystem "/usr/include/qt5" -isystem "/usr/include/qt5/QtWidgets" \