author | clem <clem> | 2004-10-14 14:45:51 (UTC) |
---|---|---|
committer | clem <clem> | 2004-10-14 14:45:51 (UTC) |
commit | c1527ffba858ba88dc349edea26347eca37ccef4 (patch) (unidiff) | |
tree | b1eda5042f37ac822fda0053e0cdac4b4cb91cb8 /qmake/Makefile | |
parent | c4455769d3d0b6409e2f676e9e3769ed93d1772e (diff) | |
download | opie-c1527ffba858ba88dc349edea26347eca37ccef4.zip opie-c1527ffba858ba88dc349edea26347eca37ccef4.tar.gz opie-c1527ffba858ba88dc349edea26347eca37ccef4.tar.bz2 |
enable ccache (and distcc if CCACHE_PREFIX and DISTCC_HOSTS are set) building
-rw-r--r-- | qmake/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qmake/Makefile b/qmake/Makefile index 5a72210..3045766 100644 --- a/qmake/Makefile +++ b/qmake/Makefile | |||
@@ -2,4 +2,4 @@ QMAKESPECSDIR=$(OPIEDIR)/mkspecs | |||
2 | 2 | ||
3 | CC = gcc | 3 | CC = $(shell which ccache) gcc |
4 | CXX = g++ | 4 | CXX = $(shell which ccache) g++ |
5 | 5 | ||