From a9b86aa222c1d6059b441bb5bd597aa6cf6c58be Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Tue, 12 Apr 2011 05:49:07 +0000 Subject: [PATCH] 2011-04-11 22:45 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + contrib/hbqt/gtqtc.hbc + contrib/hbqt/gtqtc/gtqtc.hbc + contrib/hbqt/gtqtc/gtqtc.hbm + contrib/hbqt/gtqtc/gtqtc.hbp + contrib/hbqt/gtqtc/gtqtc.hbx + contrib/hbqt/gtqtc/gtqtcs.hbp * contrib/hbqt/hbqt.hbc * contrib/hbqt/hbqt_all.hbp + Added: makefiles for gtqtc library. --- harbour/ChangeLog | 11 +++++++++ harbour/contrib/hbqt/gtqtc.hbc | 10 ++++++++ harbour/contrib/hbqt/gtqtc/gtqtc.hbc | 23 ++++++++++++++++++ harbour/contrib/hbqt/gtqtc/gtqtc.hbm | 12 ++++++++++ harbour/contrib/hbqt/gtqtc/gtqtc.hbp | 10 ++++++++ harbour/contrib/hbqt/gtqtc/gtqtc.hbx | 34 +++++++++++++++++++++++++++ harbour/contrib/hbqt/gtqtc/gtqtcs.hbp | 7 ++++++ harbour/contrib/hbqt/hbqt.hbc | 1 + harbour/contrib/hbqt/hbqt_all.hbp | 1 + 9 files changed, 109 insertions(+) create mode 100644 harbour/contrib/hbqt/gtqtc.hbc create mode 100644 harbour/contrib/hbqt/gtqtc/gtqtc.hbc create mode 100644 harbour/contrib/hbqt/gtqtc/gtqtc.hbm create mode 100644 harbour/contrib/hbqt/gtqtc/gtqtc.hbp create mode 100644 harbour/contrib/hbqt/gtqtc/gtqtc.hbx create mode 100644 harbour/contrib/hbqt/gtqtc/gtqtcs.hbp diff --git a/harbour/ChangeLog b/harbour/ChangeLog index b4a083f0c4..1c8fea9894 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,17 @@ The license applies to all entries newer than 2009-04-28. */ +2011-04-11 22:45 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + + contrib/hbqt/gtqtc.hbc + + contrib/hbqt/gtqtc/gtqtc.hbc + + contrib/hbqt/gtqtc/gtqtc.hbm + + contrib/hbqt/gtqtc/gtqtc.hbp + + contrib/hbqt/gtqtc/gtqtc.hbx + + contrib/hbqt/gtqtc/gtqtcs.hbp + * contrib/hbqt/hbqt.hbc + * contrib/hbqt/hbqt_all.hbp + + Added: makefiles for gtqtc library. + 2011-04-12 04:00 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg * replaced common.ch IS*() macros with hb_is*() functions diff --git a/harbour/contrib/hbqt/gtqtc.hbc b/harbour/contrib/hbqt/gtqtc.hbc new file mode 100644 index 0000000000..4f7259d92a --- /dev/null +++ b/harbour/contrib/hbqt/gtqtc.hbc @@ -0,0 +1,10 @@ +# +# $Id$ +# + +# --------------------------------------------------------------- +# Copyright 2010 Viktor Szakats (harbour.01 syenar.hu) +# See COPYING for licensing terms. +# --------------------------------------------------------------- + +libs=gtqtc/gtqtc.hbc diff --git a/harbour/contrib/hbqt/gtqtc/gtqtc.hbc b/harbour/contrib/hbqt/gtqtc/gtqtc.hbc new file mode 100644 index 0000000000..739fb212bc --- /dev/null +++ b/harbour/contrib/hbqt/gtqtc/gtqtc.hbc @@ -0,0 +1,23 @@ +# +# $Id$ +# + +# --------------------------------------------------------------- +# Copyright 2010 Viktor Szakats (harbour.01 syenar.hu) +# See COPYING for licensing terms. +# --------------------------------------------------------------- + +incpaths=. + +libs=../qtcore/hbqtcore.hbc + +{!HB_STATIC_QT}libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF} +{!HB_STATIC_QT&(allwin|os2)}libs=QtCore4 +{!HB_STATIC_QT&(linux|beos|symbian)}libs=QtCore4 +{!HB_STATIC_QT&darwin}frameworks=QtCore +{HB_STATIC_QT&allwin}libs=${_HB_DYNPREF}${hb_name}s${_HB_DYNSUFF} +{HB_STATIC_QT&linux|beos}libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF} +{HB_STATIC_QT&(allwin|linux|beos)}libs=QtCore + +gui=yes +gt=gtnul diff --git a/harbour/contrib/hbqt/gtqtc/gtqtc.hbm b/harbour/contrib/hbqt/gtqtc/gtqtc.hbm new file mode 100644 index 0000000000..edb59f5246 --- /dev/null +++ b/harbour/contrib/hbqt/gtqtc/gtqtc.hbm @@ -0,0 +1,12 @@ +# +# $Id$ +# + +-i. + + +../qtcore/hbqtcore.hbc + +gtqtc.cpp + +gtqtc.h diff --git a/harbour/contrib/hbqt/gtqtc/gtqtc.hbp b/harbour/contrib/hbqt/gtqtc/gtqtc.hbp new file mode 100644 index 0000000000..5ec8766f6f --- /dev/null +++ b/harbour/contrib/hbqt/gtqtc/gtqtc.hbp @@ -0,0 +1,10 @@ +# +# $Id$ +# + +../hbqt_common.hbm + +gtqtc.hbm + + +gtqtcs.hbp diff --git a/harbour/contrib/hbqt/gtqtc/gtqtc.hbx b/harbour/contrib/hbqt/gtqtc/gtqtc.hbx new file mode 100644 index 0000000000..8051926271 --- /dev/null +++ b/harbour/contrib/hbqt/gtqtc/gtqtc.hbx @@ -0,0 +1,34 @@ +/* + * $Id$ + */ + +/* -------------------------------------------------------------------- */ +/* NOTE: You can add manual override which functions to include or */ +/* exclude from automatically generated EXTERNAL/DYNAMIC list. */ +/* Syntax: // HB_FUNC_INCLUDE */ +/* // HB_FUNC_EXCLUDE */ +/* -------------------------------------------------------------------- */ + +/* -------------------------------------------------------------------- */ +/* WARNING: Automatically generated code below. DO NOT EDIT! */ +/* Regenerate using hbmk2 '-hbx=' option. */ +/* -------------------------------------------------------------------- */ + +#ifndef __HBEXTERN_CH__GTQTC__ +#define __HBEXTERN_CH__GTQTC__ + +#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__GTQTC__ANNOUNCE ) + ANNOUNCE __HBEXTERN__GTQTC__ +#endif + +#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__GTQTC__REQUEST ) + #command DYNAMIC => EXTERNAL +#endif + +DYNAMIC HB_GT_QTC + +#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__GTQTC__REQUEST ) + #uncommand DYNAMIC => EXTERNAL +#endif + +#endif diff --git a/harbour/contrib/hbqt/gtqtc/gtqtcs.hbp b/harbour/contrib/hbqt/gtqtc/gtqtcs.hbp new file mode 100644 index 0000000000..e5965db081 --- /dev/null +++ b/harbour/contrib/hbqt/gtqtc/gtqtcs.hbp @@ -0,0 +1,7 @@ +# +# $Id$ +# + +../hbqt_commons.hbm + +gtqtc.hbm diff --git a/harbour/contrib/hbqt/hbqt.hbc b/harbour/contrib/hbqt/hbqt.hbc index 2f66e6c93a..7175ad7510 100644 --- a/harbour/contrib/hbqt/hbqt.hbc +++ b/harbour/contrib/hbqt/hbqt.hbc @@ -14,3 +14,4 @@ libs=hbqtnetwork.hbc libs=hbqtuitools.hbc # libs=hbqtwebkit.hbc libs=hbqtsql.hbc +libs=gtqtc.hbc diff --git a/harbour/contrib/hbqt/hbqt_all.hbp b/harbour/contrib/hbqt/hbqt_all.hbp index 7b755184a9..a3ce55bdd7 100644 --- a/harbour/contrib/hbqt/hbqt_all.hbp +++ b/harbour/contrib/hbqt/hbqt_all.hbp @@ -17,4 +17,5 @@ hbqtnetwork.hbc hbqtuitools.hbc hbqtwebkit.hbc hbqtsql.hbc +gtqtc.hbc