* contrib/hbide/ideactions.prg
* contrib/hbide/idedocks.prg
* contrib/hbide/ideeditor.prg
* contrib/hbide/idefindreplace.prg
* contrib/hbide/idemisc.prg
* contrib/hbide/ideprojmanager.prg
* contrib/hbide/idethemes.prg
* contrib/hbqt/filelist.mk
* contrib/hbqt/generator/qt45.qtp
* contrib/hbqt/hbqt.h
* contrib/hbqt/qtcore/filelist.mk
+ contrib/hbqt/qtcore/QBuffer.cpp
+ contrib/hbqt/qtcore/TQBuffer.prg
+ contrib/hbqt/qth/QBuffer.qth
- contrib/hbqt/THbpQtUI.prg
+ contrib/hbqt/THbQtUI.prg
* contrib/hbxbp/hbpprocess.prg
* contrib/hbxbp/xbpfontdialog.prg
* contrib/hbxbp/xbpgeneric.prg
* contrib/hbxbp/xbphtmlviewer.prg
* contrib/hbxbp/xbplistbox.prg
* contrib/hbxbp/xbpmenubar.prg
* contrib/hbxbp/xbpprintdialog.prg
* contrib/hbxbp/xbpstatusbar.prg
* contrib/hbxbp/xbptoolbar.prg
* contrib/hbxbp/xbptreeview.prg
* contrib/hbxbp/xbpwindow.prg
-+ HbpQtUI => HbQtUI.
! Cleaned :pPtr := 0 => :pPtr := NIL
+ Implemented QBuffer() class which allows to load .u
from .prg embedding or from database.
33 lines
642 B
Makefile
33 lines
642 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
MOC_HEADERS := \
|
|
hbqt_hbdbfmodel.h \
|
|
hbqt_hbevents.h \
|
|
hbqt_hbqmainwindow.h \
|
|
hbqt_hbqplaintextedit.h \
|
|
hbqt_hbqsyntaxhighlighter.h \
|
|
hbqt_hbqtableview.h \
|
|
hbqt_hbslots.h \
|
|
|
|
CPP_SOURCES := \
|
|
hbqt_base.cpp \
|
|
hbqt_utils.cpp \
|
|
hbqt_destruct.cpp \
|
|
hbqt_hbdbfmodel.cpp \
|
|
hbqt_hbevents.cpp \
|
|
hbqt_hbqmainwindow.cpp \
|
|
hbqt_hbqplaintextedit.cpp \
|
|
hbqt_hbqsyntaxhighlighter.cpp \
|
|
hbqt_hbqtableview.cpp \
|
|
hbqt_hbslots.cpp \
|
|
|
|
PRG_SOURCES := \
|
|
hbqt_misc.prg \
|
|
hbqt_errorsys.prg \
|
|
THbQtUI.prg \
|
|
|
|
# Don't delete this comment, it's here to ensure empty
|
|
# line above is kept intact.
|