diff --git a/harbour/ChangeLog b/harbour/ChangeLog index e7c28172e5..6aea6321b5 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ +2010-09-23 10:34 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbqt/hbqt.hbc + ! Typo causing this make file to not work. + Error reported by Francesco Perillo. + 2010-09-23 06:05 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/hbwin/olecore.c + added possibility to use more than one parameter in property put diff --git a/harbour/contrib/hbqt/hbqt.hbc b/harbour/contrib/hbqt/hbqt.hbc index f58b567ec2..df8b6fef93 100644 --- a/harbour/contrib/hbqt/hbqt.hbc +++ b/harbour/contrib/hbqt/hbqt.hbc @@ -7,8 +7,8 @@ # See COPYING for licensing terms. # --------------------------------------------------------------- -hbqtcore.hbc -# hbqtdesigner.hbc -hbqtgui.hbc -hbqtnetwork.hbc -# hbqtwebkit.hbc +libs=hbqtcore.hbc +# libs=hbqtdesigner.hbc +libs=hbqtgui.hbc +libs=hbqtnetwork.hbc +# libs=hbqtwebkit.hbc