diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 7ed102ca5e..3e186bf873 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2011-04-14 11:59 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbqt/gtqtc/gtqtc.hbc + ! Fixed: compilable for static linking on nix*es. + 2011-04-14 20:20 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/vm/thread.c * renamed hb_criticalCode() to hb_mutexEval() diff --git a/harbour/contrib/hbqt/gtqtc/gtqtc.hbc b/harbour/contrib/hbqt/gtqtc/gtqtc.hbc index 739fb212bc..fbb8658eb0 100644 --- a/harbour/contrib/hbqt/gtqtc/gtqtc.hbc +++ b/harbour/contrib/hbqt/gtqtc/gtqtc.hbc @@ -13,7 +13,7 @@ libs=../qtcore/hbqtcore.hbc {!HB_STATIC_QT}libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF} {!HB_STATIC_QT&(allwin|os2)}libs=QtCore4 -{!HB_STATIC_QT&(linux|beos|symbian)}libs=QtCore4 +{!HB_STATIC_QT&(linux|beos|symbian)}libs=QtCore {!HB_STATIC_QT&darwin}frameworks=QtCore {HB_STATIC_QT&allwin}libs=${_HB_DYNPREF}${hb_name}s${_HB_DYNSUFF} {HB_STATIC_QT&linux|beos}libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF}