From 0583ac310d4e5ee0ddcfb6df678c9f8ab41a9760 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 2 Aug 2010 16:23:10 +0000 Subject: [PATCH] 2010-08-02 18:22 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + contrib/hbqt/hbqtgui.hbc + contrib/hbqt/hbqtnetwork.hbc + Added two missing from SVN files. --- harbour/ChangeLog | 5 +++++ harbour/contrib/hbqt/hbqtgui.hbc | 10 ++++++++++ harbour/contrib/hbqt/hbqtnetwork.hbc | 10 ++++++++++ 3 files changed, 25 insertions(+) create mode 100644 harbour/contrib/hbqt/hbqtgui.hbc create mode 100644 harbour/contrib/hbqt/hbqtnetwork.hbc diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 187bb84406..347bc6641b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ +2010-08-02 18:22 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + + contrib/hbqt/hbqtgui.hbc + + contrib/hbqt/hbqtnetwork.hbc + + Added two missing from SVN files. + 2010-08-02 17:46 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/make.hbs ! Fixed minor but fatal problem in .hdb creation for contribs. diff --git a/harbour/contrib/hbqt/hbqtgui.hbc b/harbour/contrib/hbqt/hbqtgui.hbc new file mode 100644 index 0000000000..96da3c7a94 --- /dev/null +++ b/harbour/contrib/hbqt/hbqtgui.hbc @@ -0,0 +1,10 @@ +# +# $Id$ +# + +# --------------------------------------------------------------- +# Copyright 2010 Viktor Szakats (harbour.01 syenar.hu) +# See COPYING for licensing terms. +# --------------------------------------------------------------- + +libs=qtgui/hbqtgui.hbc diff --git a/harbour/contrib/hbqt/hbqtnetwork.hbc b/harbour/contrib/hbqt/hbqtnetwork.hbc new file mode 100644 index 0000000000..c42a6ef705 --- /dev/null +++ b/harbour/contrib/hbqt/hbqtnetwork.hbc @@ -0,0 +1,10 @@ +# +# $Id$ +# + +# --------------------------------------------------------------- +# Copyright 2010 Viktor Szakats (harbour.01 syenar.hu) +# See COPYING for licensing terms. +# --------------------------------------------------------------- + +libs=qtnetwork/hbqtnetwork.hbc