From: <sg...@us...> - 2003-09-01 04:59:53
|
Update of /cvsroot/libfunutil/libfunutil/toc/make In directory sc8-pr-cvs1:/tmp/cvs-serv1183/toc/make Modified Files: qmake2make.make Log Message: instead of checking for QTDIR now checks for QMAKE. Index: qmake2make.make =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/toc/make/qmake2make.make,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- qmake2make.make 1 Sep 2003 00:17:03 -0000 1.17 +++ qmake2make.make 1 Sep 2003 04:59:49 -0000 1.18 @@ -15,8 +15,8 @@ QMAKE_QMAKE2MAKE_MAKE = $(toc_makesdir)/qmake2make.make -ifeq (,$(wildcard $(QTDIR))) -$(error $(QMAKE_QMAKE2MAKE_MAKE) requires the QTDIR var. Maybe you need to run the qt test?) +ifeq (,$(wildcard $(QMAKE))) +$(error this file requires the QMAKE var to point to the qmake binary. Maybe you need to run the qt test or add @QMAKE@ to your shared makefile?) endif ifeq (,$(DEPSGEN_BIN)) include $(toc_makesdir)/deps.make |