diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 2b6d615894..8ab4bfea88 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-08-27 14:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbqt/Makefile + ! Fix to prev. (uploaded version from wrong local machine) + 2009-08-27 13:59 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/Makefile * contrib/hbxbp/Makefile diff --git a/harbour/contrib/hbqt/Makefile b/harbour/contrib/hbqt/Makefile index f06d14d3a7..55b916d6fc 100644 --- a/harbour/contrib/hbqt/Makefile +++ b/harbour/contrib/hbqt/Makefile @@ -24,13 +24,12 @@ _DET_INC_DEFP := /usr/include/qt4 /usr/lib/qt4/include /usr/include /Developer/q _DET_INC_HEAD := /Qt/qglobal.h include $(TOP)$(ROOT)config/detfun.mk +_QT_DARWIN := ifeq ($(HB_PLATFORM),darwin) - ifneq ($(HB_HAS_QT),) + ifeq ($(HB_HAS_QT),) _DET_DSP_NAME := qt _DET_VAR_INC_ := HB_INC_QT _DET_VAR_HAS_ := HB_HAS_QT - _DET_FLT_PLAT := !dos !os2 - _DET_FLT_COMP := !mingw64 !watcom !bcc !pocc !pocc64 !poccarm _DET_INC_DEFP := /Library/Frameworks/QtCore.framework/Versions/4/Headers _DET_INC_HEAD := /QtCore include $(TOP)$(ROOT)config/detfun.mk