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