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.
This commit is contained in:
Pritpal Bedi
2011-04-14 19:02:00 +00:00
parent aef9468700
commit f96d703d32
2 changed files with 5 additions and 1 deletions

View File

@@ -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()

View File

@@ -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}