diff --git a/src/Makefile b/src/Makefile --- a/src/Makefile +++ b/src/Makefile @@ -1,7 +1,5 @@ # $Id$ -QMAKE = $(HOME)/Trolltech/Qt-4.4.1/bin/qmake - # Set an environment varible $(MAKE) to the name of the make command # on your machine, e.g. 'make' on UNIX and 'mingw32-make' on windows. # Fallback default is UNIX make. @@ -10,6 +8,11 @@ ifeq ($(MAKE),) MAKE=make endif +# Ditto for QMAKE +ifeq ($(QMAKE),) + QMAKE=qmake +endif + all: VirtualLeaf libplugin plugins tutorials VirtualLeaf: Makefile.VirtualLeaf