From 0b2747c08abc078b079130dbb6de2dd2315a8268 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 19 Nov 2009 10:34:52 +0000 Subject: [PATCH] 2009-11-19 11:34 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/Makefile * Minor adjustment to prev. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbqt/Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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