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.
This commit is contained in:
Pritpal Bedi
2011-04-12 05:49:07 +00:00
parent ef9a6023b3
commit a9b86aa222
9 changed files with 109 additions and 0 deletions

View File

@@ -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

View File

@@ -0,0 +1,10 @@
#
# $Id$
#
# ---------------------------------------------------------------
# Copyright 2010 Viktor Szakats (harbour.01 syenar.hu)
# See COPYING for licensing terms.
# ---------------------------------------------------------------
libs=gtqtc/gtqtc.hbc

View File

@@ -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

View File

@@ -0,0 +1,12 @@
#
# $Id$
#
-i.
../qtcore/hbqtcore.hbc
gtqtc.cpp
gtqtc.h

View File

@@ -0,0 +1,10 @@
#
# $Id$
#
../hbqt_common.hbm
gtqtc.hbm
gtqtcs.hbp

View File

@@ -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 <func> */
/* // HB_FUNC_EXCLUDE <func> */
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* 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 <fncs,...> => EXTERNAL <fncs>
#endif
DYNAMIC HB_GT_QTC
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__GTQTC__REQUEST )
#uncommand DYNAMIC <fncs,...> => EXTERNAL <fncs>
#endif
#endif

View File

@@ -0,0 +1,7 @@
#
# $Id$
#
../hbqt_commons.hbm
gtqtc.hbm

View File

@@ -14,3 +14,4 @@ libs=hbqtnetwork.hbc
libs=hbqtuitools.hbc
# libs=hbqtwebkit.hbc
libs=hbqtsql.hbc
libs=gtqtc.hbc

View File

@@ -17,4 +17,5 @@ hbqtnetwork.hbc
hbqtuitools.hbc
hbqtwebkit.hbc
hbqtsql.hbc
gtqtc.hbc