From b84b71c9dcefb5af7a088e2c161d8fa7dc5a65cf Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 16 Nov 2009 11:49:40 +0000 Subject: [PATCH] 2009-11-16 12:49 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbxbp/Makefile ! Changed HB_INC_QT reference to HB_WITH_QT. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbxbp/Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a2b0f887cb..87bb5951a8 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-11-16 12:49 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbxbp/Makefile + ! Changed HB_INC_QT reference to HB_WITH_QT. + 2009-11-16 12:34 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/filesys.c ! Typo in r12896. diff --git a/harbour/contrib/hbxbp/Makefile b/harbour/contrib/hbxbp/Makefile index b67454f05c..a753dc1efa 100644 --- a/harbour/contrib/hbxbp/Makefile +++ b/harbour/contrib/hbxbp/Makefile @@ -52,7 +52,7 @@ PRG_HEADERS := \ # lib doesn't need QT external component directly. ifeq ($(filter $(HB_PLATFORM),dos os2),) ifeq ($(filter $(HB_COMPILER),mingw64 watcom bcc pocc pocc64 poccarm),) - ifneq ($(HB_INC_QT),no) + ifneq ($(HB_WITH_QT),no) HB_INC_DEPEND := -I$(TOP)$(ROOT)contrib/hbqt