From d1918fcad865c2e454408221e9874f5cc38e0ccd Mon Sep 17 00:00:00 2001 From: David Arturo Macias Corona Date: Mon, 8 Mar 2010 03:49:14 +0000 Subject: [PATCH] 2010-03-07 21:30 UTC-0600 David Arturo Macias Corona (dmacias/at/mail.udg.mx) * harbour/contrib/hbqt/hbqt.hbc * harbour/contrib/hbqt/gtqtc/gtqtc.hbc + Added support for OS/2 --- harbour/ChangeLog | 5 +++++ harbour/contrib/hbqt/gtqtc/gtqtc.hbc | 6 ++++-- harbour/contrib/hbqt/hbqt.hbc | 2 ++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6ab7c0b5e2..a3db284a98 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,11 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-03-07 21:30 UTC-0600 David Arturo Macias Corona (dmacias/at/mail.udg.mx) + * harbour/contrib/hbqt/hbqt.hbc + * harbour/contrib/hbqt/gtqtc/gtqtc.hbc + + Added support for OS/2 + 2010-03-08 03:53 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Added UNICOWS links. diff --git a/harbour/contrib/hbqt/gtqtc/gtqtc.hbc b/harbour/contrib/hbqt/gtqtc/gtqtc.hbc index 7d193d9897..6d648c3455 100644 --- a/harbour/contrib/hbqt/gtqtc/gtqtc.hbc +++ b/harbour/contrib/hbqt/gtqtc/gtqtc.hbc @@ -3,8 +3,10 @@ # {allwin}libpaths=${HB_WITH_QT}\..\lib +{os2}libpaths=${HB_WITH_QT}\..\lib -libs=QtCore4 QtGui4 QtNetwork4 QtWebKit4 +{allwin}libs=QtCore4 QtGui4 QtNetwork4 QtWebKit4 +{os2}libs=QtCore4 QtGui4 QtNet4 {linux}libs=QtCore QtGui QtNetwork QtWebKit {darwin}libs=/Library/Frameworks/QtCore.framework/QtCore {darwin}libs=/Library/Frameworks/QtGui.framework/QtGui @@ -12,7 +14,7 @@ libs=QtCore4 QtGui4 QtNetwork4 QtWebKit4 {darwin}libs=/Library/Frameworks/QtWebKit.framework/QtWebKit {allgcc}libs=supc++ -hbcppmm=yes +{win|os2}hbcppmm=yes gui=yes gt=gtqtc diff --git a/harbour/contrib/hbqt/hbqt.hbc b/harbour/contrib/hbqt/hbqt.hbc index 7e1b09d106..71260e05eb 100644 --- a/harbour/contrib/hbqt/hbqt.hbc +++ b/harbour/contrib/hbqt/hbqt.hbc @@ -5,6 +5,7 @@ incpaths=. {allwin}libpaths=${HB_WITH_QT}\..\lib +{os2}libpaths=${HB_WITH_QT}\..\lib libs=hbqt libs=hbqtcore hbqtgui hbqtnetwork @@ -12,6 +13,7 @@ libs=hbqtcore hbqtgui hbqtnetwork {win}libs=version shlwapi {allwin}libs=QtCore4 QtGui4 QtNetwork4 QtUiTools {allwin}libs=psapi +{os2}libs=QtCore4 QtGui4 QtNet4 QtUiTools {linux}libs=QtCore QtGui QtNetwork QtUiTools {darwin}libs=/Library/Frameworks/QtCore.framework/QtCore {darwin}libs=/Library/Frameworks/QtGui.framework/QtGui