summaryrefslogtreecommitdiff
path: root/qmake/Makefile
Unidiff
Diffstat (limited to 'qmake/Makefile') (more/less context) (show whitespace changes)
-rw-r--r--qmake/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/qmake/Makefile b/qmake/Makefile
index 3045766..1054da4 100644
--- a/qmake/Makefile
+++ b/qmake/Makefile
@@ -1,10 +1,17 @@
1QMAKESPECSDIR=$(OPIEDIR)/mkspecs 1QMAKESPECSDIR=$(OPIEDIR)/mkspecs
2 2
3include ../.config
4
5ifeq ($(strip $(CONFIG_USE_CCACHE)),y)
3 CC = $(shell which ccache) gcc 6 CC = $(shell which ccache) gcc
4 CXX = $(shell which ccache) g++ 7 CXX = $(shell which ccache) g++
8else
9CC = gcc
10CXX = g++
11endif
5 12
6#qmake code 13#qmake code
7OBJS=project.o property.o main.o makefile.o unixmake2.o unixmake.o msvc_nmake.o \ 14OBJS=project.o property.o main.o makefile.o unixmake2.o unixmake.o msvc_nmake.o \
8 borland_bmake.o mingw_make.o msvc_dsp.o msvc_vcproj.o option.o \ 15 borland_bmake.o mingw_make.o msvc_dsp.o msvc_vcproj.o option.o \
9 winmakefile.o projectgenerator.o metrowerks_xml.o pbuilder_pbx.o \ 16 winmakefile.o projectgenerator.o metrowerks_xml.o pbuilder_pbx.o \
10 msvc_objectmodel.o meta.o qtmd5.o 17 msvc_objectmodel.o meta.o qtmd5.o