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:
@@ -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
|
||||
|
||||
10
harbour/contrib/hbqt/gtqtc.hbc
Normal file
10
harbour/contrib/hbqt/gtqtc.hbc
Normal file
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
# ---------------------------------------------------------------
|
||||
# Copyright 2010 Viktor Szakats (harbour.01 syenar.hu)
|
||||
# See COPYING for licensing terms.
|
||||
# ---------------------------------------------------------------
|
||||
|
||||
libs=gtqtc/gtqtc.hbc
|
||||
23
harbour/contrib/hbqt/gtqtc/gtqtc.hbc
Normal file
23
harbour/contrib/hbqt/gtqtc/gtqtc.hbc
Normal 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
|
||||
12
harbour/contrib/hbqt/gtqtc/gtqtc.hbm
Normal file
12
harbour/contrib/hbqt/gtqtc/gtqtc.hbm
Normal file
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
-i.
|
||||
|
||||
|
||||
../qtcore/hbqtcore.hbc
|
||||
|
||||
gtqtc.cpp
|
||||
|
||||
gtqtc.h
|
||||
10
harbour/contrib/hbqt/gtqtc/gtqtc.hbp
Normal file
10
harbour/contrib/hbqt/gtqtc/gtqtc.hbp
Normal file
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
../hbqt_common.hbm
|
||||
|
||||
gtqtc.hbm
|
||||
|
||||
|
||||
gtqtcs.hbp
|
||||
34
harbour/contrib/hbqt/gtqtc/gtqtc.hbx
Normal file
34
harbour/contrib/hbqt/gtqtc/gtqtc.hbx
Normal 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
|
||||
7
harbour/contrib/hbqt/gtqtc/gtqtcs.hbp
Normal file
7
harbour/contrib/hbqt/gtqtc/gtqtcs.hbp
Normal file
@@ -0,0 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
../hbqt_commons.hbm
|
||||
|
||||
gtqtc.hbm
|
||||
@@ -14,3 +14,4 @@ libs=hbqtnetwork.hbc
|
||||
libs=hbqtuitools.hbc
|
||||
# libs=hbqtwebkit.hbc
|
||||
libs=hbqtsql.hbc
|
||||
libs=gtqtc.hbc
|
||||
|
||||
@@ -17,4 +17,5 @@ hbqtnetwork.hbc
|
||||
hbqtuitools.hbc
|
||||
hbqtwebkit.hbc
|
||||
hbqtsql.hbc
|
||||
gtqtc.hbc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user