From 45fef3bf37b0539f2a6e29e1638991c0167b852e Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 5 Jun 2009 17:22:52 +0000 Subject: [PATCH] 2009-06-05 19:21 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/tests/hbqt.hbc * contrib/gtqtc/tests/gtqtc.hbc ! Adjusted Linux QT lib names. Thanks for the report to Bruno Luciani. --- harbour/ChangeLog | 6 ++++++ harbour/contrib/gtqtc/tests/gtqtc.hbc | 3 ++- harbour/contrib/hbqt/tests/hbqt.hbc | 3 ++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ce9c497fdb..4ce1681304 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,12 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-06-05 19:21 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbqt/tests/hbqt.hbc + * contrib/gtqtc/tests/gtqtc.hbc + ! Adjusted Linux QT lib names. + Thanks for the report to Bruno Luciani. + 2009-06-05 19:04 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/wapi_winbase.c + Added: diff --git a/harbour/contrib/gtqtc/tests/gtqtc.hbc b/harbour/contrib/gtqtc/tests/gtqtc.hbc index ebb034783e..06002f6a78 100644 --- a/harbour/contrib/gtqtc/tests/gtqtc.hbc +++ b/harbour/contrib/gtqtc/tests/gtqtc.hbc @@ -5,7 +5,8 @@ {allwin}libpaths=${HB_DIR_QT}\lib {mingw|mingwce|(gcc&(linux|darwin))}libs=supc++ -{!darwin}libs=QtCore4 QtGui4 QtNetwork4 QtWebKit4 +{allwin}libs=QtCore4 QtGui4 QtNetwork4 QtWebKit4 +{linux}libs=QtCore QtGui QtNetwork QtWebKit {darwin}libs=/Library/Frameworks/QtCore.framework/QtCore {darwin}libs=/Library/Frameworks/QtGui.framework/QtGui {darwin}libs=/Library/Frameworks/QtNetwork.framework/QtNetwork diff --git a/harbour/contrib/hbqt/tests/hbqt.hbc b/harbour/contrib/hbqt/tests/hbqt.hbc index 957e264cc4..d5028ed4b8 100644 --- a/harbour/contrib/hbqt/tests/hbqt.hbc +++ b/harbour/contrib/hbqt/tests/hbqt.hbc @@ -6,7 +6,8 @@ {mingw|mingwce|(gcc&(linux|darwin))}libs=supc++ libs=hbqt -{!darwin}libs=QtCore4 QtGui4 QtNetwork4 QtWebKit4 +{allwin}libs=QtCore4 QtGui4 QtNetwork4 QtWebKit4 +{linux}libs=QtCore QtGui QtNetwork QtWebKit {darwin}libs=/Library/Frameworks/QtCore.framework/QtCore {darwin}libs=/Library/Frameworks/QtGui.framework/QtGui {darwin}libs=/Library/Frameworks/QtNetwork.framework/QtNetwork