2009-09-09 22:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* contrib/gtqtc/Makefile
    ! Fix little (but fatal) mistake.
This commit is contained in:
Viktor Szakats
2009-09-09 20:06:25 +00:00
parent 154c4d4a2f
commit 95d339e621
2 changed files with 7 additions and 5 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-09-09 22:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/gtqtc/Makefile
! Fix little (but fatal) mistake.
2009-09-09 12:20 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* contrib/gtqtc/gtqtc.cpp
! toLatin1().data()
@@ -30,7 +34,7 @@
! cCmd := 'hb_retc( ' + cCmn + '.toLatin1().data()' + ' )'
=>
cCmd := 'hb_retc( ' + cCmn + '.toAscii().data()' + ' )'
* contrib/hbqt/QAbstractButton.cpp
* contrib/hbqt/QAbstractSpinBox.cpp
* contrib/hbqt/QAction.cpp
@@ -118,9 +122,9 @@
cCmd := 'hb_retc( ' + cCmn + '.toLatin1().data()' + ' )'
=>
cCmd := 'hb_retc( ' + cCmn + '.toAscii().data()' + ' )'
This change is initiated after Alexandr Okhotnikov's message and seems
to be working harmless with default code page. I will request to Alexsnder
to be working harmless with default code page. I will request to Alexsnder
to test it deeply and post his results to this list.
2009-09-09 18:12 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

View File

@@ -56,8 +56,6 @@ ifneq ($(HB_HAS_QT),)
HB_CFLAGS += -DQT_NODLL
endif
include $(TOP)$(ROOT)contrib/hbqt/filelist.mk
include $(TOP)$(ROOT)config/header.mk
include $(TOP)$(ROOT)config/lib.mk