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:
@@ -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()
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user