2009-12-15 11:36 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbqt/hbqt.hbc
  * contrib/gtqtc/gtqtcs.hbc
  * contrib/gtqtc/gtqtcs/Makefile
  * contrib/gtqtc/Makefile
  * contrib/gtqtc/gtqtc.hbc
    * Cleanups.
    ! Static mode fix for gtqtc.

  * contrib/gtqtc/gtqtc.cpp
    ! Deleted HB_TCHAR references in commented code.
This commit is contained in:
Viktor Szakats
2009-12-15 10:53:13 +00:00
parent deae0cb7f9
commit 5f0af4ba2b
7 changed files with 19 additions and 13 deletions

View File

@@ -17,6 +17,18 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-12-15 11:36 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbqt/hbqt.hbc
* contrib/gtqtc/gtqtcs.hbc
* contrib/gtqtc/gtqtcs/Makefile
* contrib/gtqtc/Makefile
* contrib/gtqtc/gtqtc.hbc
* Cleanups.
! Static mode fix for gtqtc.
* contrib/gtqtc/gtqtc.cpp
! Deleted HB_TCHAR references in commented code.
2009-12-15 11:26 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* ChangeLog
! Fixed ChangeLog entry header of my last commit.

View File

@@ -13,7 +13,6 @@ MOC_HEADERS := \
CPP_SOURCES := \
gtqtc.cpp \
moc_gtqtc.cpp \
PRG_HEADERS := \
hbgtqtc.ch

View File

@@ -540,9 +540,7 @@ static bool hb_gt_wvt_CreateConsoleWindow( PHB_GTWVT pWVT )
if( hSysMenu )
{
/* Create "Mark" prompt in SysMenu to allow console type copy operation */
LPTSTR buffer = HB_TCHAR_CONVTO( pWVT->pszSelectCopy );
AppendMenu( hSysMenu, MF_STRING, SYS_EV_MARK, buffer );
HB_TCHAR_FREE( buffer );
AppendMenu( hSysMenu, MF_STRING, SYS_EV_MARK, pWVT->pszSelectCopy );
if( ! pWVT->bClosable )
EnableMenuItem( hSysMenu, SC_CLOSE, MF_BYCOMMAND | MF_GRAYED );

View File

@@ -13,5 +13,3 @@ libs=QtCore4 QtGui4 QtNetwork4 QtWebKit4
{allgcc}libs=supc++
gui=yes
gt=gtqtc
# optional
mt=yes

View File

@@ -8,5 +8,3 @@ libs=QtCore QtGui QtNetwork QtWebKit
{allgcc}libs=supc++
gui=yes
gt=gtqtcs
# optional
mt=yes

View File

@@ -6,14 +6,17 @@ ROOT := ../../../
include $(TOP)$(ROOT)config/global.mk
vpath %.h ../
vpath %.cpp ../
vpath %.prg ../
LIBNAME := gtqtcs
MOC_HEADERS := \
gtqtc.h \
CPP_SOURCES := \
gtqtc.cpp \
moc_gtqtc.cpp \
PRG_HEADERS := \
hbgtqtc.ch
@@ -26,9 +29,7 @@ ifneq ($(HB_HAS_QT),)
HB_CFLAGS += -DQT_NODLL
moc_gtqtc.cpp : $(TOP)$(ROOT)contrib/gtqtc/gtqtc.h
$(MOC_BIN) $(TOP)$(ROOT)contrib/gtqtc/gtqtc.h > moc_gtqtc.cpp
include $(TOP)$(ROOT)contrib/hbqt/moc.mk
include $(TOP)$(ROOT)config/header.mk
include $(TOP)$(ROOT)config/lib.mk
endif

View File

@@ -10,7 +10,7 @@ libs=hbqt
libs=hbqtcore hbqtgui hbqtnetwork
{win}libs=version shlwapi
{allwin}libs=QtCore4 QtGui4 QtNetwork4 QtUiTools psapi
{allwin}libs=QtCore4 QtGui4 QtNetwork4 QtUiTools
{allwin}libs=psapi
{linux}libs=QtCore QtGui QtNetwork QtUiTools
{darwin}libs=/Library/Frameworks/QtCore.framework/QtCore