--- Makefile.orig 2004-03-06 11:53:12.300271520 -0800 +++ Makefile 2004-03-06 11:54:24.751257296 -0800 @@ -3,12 +3,12 @@ # Uncomment the following line if you want to have # an english version of ChessTask as the default -# DEFINES=-DENGLISH +DEFINES=-DENGLISH # Set the following paths according to your Qt # installation -CCINCL=-I/usr/lib/qt/include -CCLIBINCL=-L/usr/lib/qt/lib +CCINCL=-I$(QTDIR)/include +CCLIBINCL=-L$(QTDIR)/lib # # You shouldn't have to edit something below here! @@ -16,7 +16,6 @@ CCOPTS=-c -g -Wall CCLIBS=ctTask.o -QTDIR=/usr/lib/qt OBJS=ctMainWindow.o\ ctOption.o\ ctSignalRouter.o\