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.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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=\ " )
|
||||
|
||||
Reference in New Issue
Block a user