From 823abe93deb2b866814b6c60fe483656b009490f Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 17 Jul 2011 12:39:59 +0000 Subject: [PATCH] 2011-07-17 14:39 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/qtnetwork/hbqtnetwork.hbc ! updated/fixed implib name for OS/2 As suggested by David Arturo Macias Corona --- harbour/ChangeLog | 5 +++++ harbour/contrib/hbqt/qtnetwork/hbqtnetwork.hbc | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 403ccf77eb..2a5fd1fafe 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ +2011-07-17 14:39 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbqt/qtnetwork/hbqtnetwork.hbc + ! updated/fixed implib name for OS/2 + As suggested by David Arturo Macias Corona + 2011-07-17 12:30 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbmysql/hbmysql.hbc * contrib/sddmy/sddmy.hbc diff --git a/harbour/contrib/hbqt/qtnetwork/hbqtnetwork.hbc b/harbour/contrib/hbqt/qtnetwork/hbqtnetwork.hbc index 88bd0340ce..5e8bbc3e92 100644 --- a/harbour/contrib/hbqt/qtnetwork/hbqtnetwork.hbc +++ b/harbour/contrib/hbqt/qtnetwork/hbqtnetwork.hbc @@ -12,7 +12,8 @@ incpaths=. libs=../qtcore/hbqtcore.hbc {!HB_STATIC_QT}libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF} -{!HB_STATIC_QT&(allwin|os2)}libs=QtNetwork4 +{!HB_STATIC_QT&allwin}libs=QtNetwork4 +{!HB_STATIC_QT&os2}libs=QtNet4 {!HB_STATIC_QT&(linux|beos|symbian)}libs=QtNetwork {!HB_STATIC_QT&darwin}frameworks=QtNetwork {HB_STATIC_QT&allwin}libs=${_HB_DYNPREF}${hb_name}s${_HB_DYNSUFF}