From c1527ffba858ba88dc349edea26347eca37ccef4 Mon Sep 17 00:00:00 2001 From: clem Date: Thu, 14 Oct 2004 14:45:51 +0000 Subject: enable ccache (and distcc if CCACHE_PREFIX and DISTCC_HOSTS are set) building --- (limited to 'qmake/Makefile') diff --git a/qmake/Makefile b/qmake/Makefile index 5a72210..3045766 100644 --- a/qmake/Makefile +++ b/qmake/Makefile @@ -1,7 +1,7 @@ QMAKESPECSDIR=$(OPIEDIR)/mkspecs -CC = gcc -CXX = g++ +CC = $(shell which ccache) gcc +CXX = $(shell which ccache) g++ #qmake code OBJS=project.o property.o main.o makefile.o unixmake2.o unixmake.o msvc_nmake.o \ -- cgit v0.9.0.2