diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 89752ff89b..c9395d5b52 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-11-19 11:34 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbqt/Makefile + * Minor adjustment to prev. + 2009-11-19 11:30 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/Makefile - contrib/hbqt/moc_slots.cpp diff --git a/harbour/contrib/hbqt/Makefile b/harbour/contrib/hbqt/Makefile index f6218667ec..286d7dd53d 100644 --- a/harbour/contrib/hbqt/Makefile +++ b/harbour/contrib/hbqt/Makefile @@ -19,7 +19,7 @@ include $(TOP)$(ROOT)contrib/hbqt/detect.mk ifneq ($(HB_HAS_QT),) ifneq ($(filter $(HB_PLATFORM),win wce),) - MOC_BIN := $(HB_WITH_QT)\..\bin\moc.exe + MOC_BIN := $(HB_HAS_QT)\..\bin\moc.exe else MOC_BIN := moc endif