From f96d703d32903815773dbcd13235ef7e6714832e Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Thu, 14 Apr 2011 19:02:00 +0000 Subject: [PATCH] 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. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbqt/gtqtc/gtqtc.hbc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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}