diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 2368bb7b28..3fd2f22440 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,12 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-07-02 09:04 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbqt/generator/hbqtgen.prg + * contrib/hbqt/Makefile_gen + % Deleted hbqt.h as public header. + % Not creating commented lines in Makefile_gen. + 2009-07-01 23:45 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * harbour/contrib/hbxbp/tests/demoxbp.prg ! A experimental fix. @@ -31,10 +37,10 @@ XBPSTATIC_TYPE_ICON XBPSTATIC_TYPE_SYSICON XBPSTATIC_TYPE_BITMAP - As these styles are mainly resource based, we need to - think of a system where existing applns could use its + As these styles are mainly resource based, we need to + think of a system where existing applns could use its resource files. - If anyone has any clue about how system defined icons + If anyone has any clue about how system defined icons can be manipulated in QT please speak out. A quick search has not led me to any significant clue. diff --git a/harbour/contrib/hbqt/Makefile_gen b/harbour/contrib/hbqt/Makefile_gen index 3a655250c5..85930a7df7 100644 --- a/harbour/contrib/hbqt/Makefile_gen +++ b/harbour/contrib/hbqt/Makefile_gen @@ -226,13 +226,6 @@ CPP_SOURCES=\ moc_slots.cpp \ -C_HEADERS=\ - hbqt.h \ - hbqt_slots.h \ - -#PRG_HEADERS=\ -# hbqt.ch \ -# hbqtextern.ch \ PRG_SOURCES=\ TQAbstractButton.prg \ diff --git a/harbour/contrib/hbqt/generator/hbqtgen.prg b/harbour/contrib/hbqt/generator/hbqtgen.prg index 5f742e6cd8..a93c5cbfae 100644 --- a/harbour/contrib/hbqt/generator/hbqtgen.prg +++ b/harbour/contrib/hbqt/generator/hbqtgen.prg @@ -1322,13 +1322,13 @@ STATIC FUNCTION Build_MakeFile( cpp_, prg_, cPathOut ) aadd( txt_, chr( 9 ) + 'moc_slots.cpp \' ) aadd( txt_, " " ) aadd( txt_, " " ) - aadd( txt_, "C_HEADERS=\ " ) - aadd( txt_, chr( 9 )+"hbqt.h \ " ) - aadd( txt_, chr( 9 )+"hbqt_slots.h \ " ) - aadd( txt_, " " ) - aadd( txt_, "#PRG_HEADERS=\ " ) - aadd( txt_, "# hbqt.ch \ " ) - aadd( txt_, "# hbqtextern.ch \ " ) +// aadd( txt_, "C_HEADERS=\ " ) +// aadd( txt_, "+chr( 9 )+"hbqt.h \ " ) +// aadd( txt_, "+chr( 9 )+"hbqt_slots.h \ " ) +// aadd( txt_, " " ) +// aadd( txt_, "PRG_HEADERS=\ " ) +// aadd( txt_, "+chr( 9 )+"hbqt.ch \ " ) +// aadd( txt_, "+chr( 9 )+"hbqtextern.ch \ " ) aadd( txt_, " " ) IF !empty( prg_ ) aadd( txt_, "PRG_SOURCES=\ " )