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:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user