#############################################################################
# Makefile for building qt
# Generated by tmake at 23:12, 1998/10/01
#     Project: qt
#    Template: lib
#############################################################################

####### System-dependendant options

####### BEGIN
#
#   This section was automatically generated from
#      /usr/local/qt-1.41/Makefile for building on
#       on Sat Oct  3 22:58:33 CDT 1998
#

# Compiling
SYSCONF_CC		= g++

# Compiling with support libraries
SYSCONF_CFLAGS_X11	= -I/usr/X11R6/include
SYSCONF_CFLAGS_QT	= -I$(QTDIR)/include
SYSCONF_CFLAGS_OPENGL	= -I/usr/X11R6/include

# Compiline YACC output
SYSCONF_CFLAGS_YACC     = -Wno-unused -Wno-parentheses

# Linking with support libraries
# X11
SYSCONF_LFLAGS_X11	= -L/usr/X11R6/lib
SYSCONF_LIBS_X11	= -lX11 -lXext
# Qt, Qt+OpenGL
SYSCONF_LFLAGS_QT	= -L$(QTDIR)/lib
SYSCONF_LIBS_QT		= -lqt
SYSCONF_LIBS_QT_OPENGL	= -lqgl
# OpenGL
SYSCONF_LFLAGS_OPENGL	= -L/usr/X11R6/lib
SYSCONF_LIBS_OPENGL	= -lMesaGL -lMesaGLU -lXmu -lXext -lm

# Linking applications
SYSCONF_LINK		= g++
SYSCONF_LFLAGS		= 
SYSCONF_LIBS		= 

# Link flags shared objects
SYSCONF_LFLAGS_SHOBJ	= -shared

# Meta-object compiler
SYSCONF_MOC		= $(QTDIR)/bin/moc

# Linking shared libraries
#   - Build the $(TARGET) library, eg. lib$(TARGET).so.0.0
#   - Place target in $(DESTDIR) - which has a trailing /
#   - Usually needs to incorporate $(VER_MAJ) and $(VER_MIN)
#
SYSCONF_LINK_SHLIB	= g++
SYSCONF_LINK_TARGET_SHARED	= lib$(TARGET).so.$(VER_MAJ).$(VER_MIN)
SYSCONF_LINK_LIB_SHARED	=  $(SYSCONF_LINK_SHLIB) -shared -Wl,-soname,lib$(TARGET).so.$(VER_MAJ) \
				     $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \
				     $(OBJECTS) $(OBJMOC) $(LIBS); \
				 mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \
				 cd $(DESTDIR); \
				 rm -f lib$(TARGET).so lib$(TARGET).so.$(VER_MAJ); \
				 ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so; \
				 ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ)

# Linking static libraries
#   - Build the $(TARGET) library, eg. lib$(TARGET).a
#   - Place target in $(DESTDIR) - which has a trailing /
#
SYSCONF_AR		= ar cqs
SYSCONF_LINK_TARGET_STATIC = lib$(TARGET).a
SYSCONF_LINK_LIB_STATIC	= rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC);  \
				 $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC)
# Compiling application source
SYSCONF_CFLAGS		= -pipe -O2 -fno-strength-reduce
# Compiling library source
SYSCONF_CFLAGS_LIB	= -O2 -fno-strength-reduce -fPIC
# Compiling shared-object source
SYSCONF_CFLAGS_SHOBJ	= -O2 -fno-strength-reduce -fPIC
# Default link type (stati linking is still be used where required)
SYSCONF_LINK_LIB	= $(SYSCONF_LINK_LIB_SHARED)
SYSCONF_LINK_TARGET	= $(SYSCONF_LINK_TARGET_SHARED)

####### End of automatically generated section
####### END

####### Compiler, tools and options

CC	=	$(SYSCONF_CC)
CFLAGS	=	$(SYSCONF_CFLAGS_QT) $(SYSCONF_CFLAGS_X11) $(SYSCONF_CFLAGS) $(SYSCONF_CFLAGS_LIB)
LFLAGS	=	$(SYSCONF_LFLAGS_X11) $(SYSCONF_LFLAGS)
LIBS	=	$(SYSCONF_LIBS_X11)
MOC	=	$(SYSCONF_MOC)

####### Target

TARGET	= qt
DESTDIR = ../lib/
VER_MAJ = 1
VER_MIN = 41

####### Files

HEADERS =	dialogs/qfiledialog.h \
		dialogs/qmessagebox.h \
		dialogs/qprogressdialog.h \
		dialogs/qtabdialog.h \
		kernel/qaccel.h \
		kernel/qapplication.h \
		kernel/qasyncimageio.h \
		kernel/qasyncio.h \
		kernel/qbitmap.h \
		kernel/qbrush.h \
		kernel/qclipboard.h \
		kernel/qcolor.h \
		kernel/qconnection.h \
		kernel/qcursor.h \
		kernel/qdialog.h \
		kernel/qdragobject.h \
		kernel/qdrawutil.h \
		kernel/qdropsite.h \
		kernel/qevent.h \
		kernel/qfocusdata.h \
		kernel/qfont.h \
		kernel/qfontdata.h \
		kernel/qfontinfo.h \
		kernel/qfontmetrics.h \
		kernel/qgmanager.h \
		kernel/qiconset.h \
		kernel/qimage.h \
		kernel/qkeycode.h \
		kernel/qlayout.h \
		kernel/qmetaobject.h \
		kernel/qmovie.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		kernel/qobjectdict.h \
		kernel/qobjectlist.h \
		kernel/qpaintdevice.h \
		kernel/qpaintdevicedefs.h \
		kernel/qpainter.h \
		kernel/qpalette.h \
		kernel/qpaintdevicemetrics.h \
		kernel/qpen.h \
		kernel/qpicture.h \
		kernel/qpixmap.h \
		kernel/qpixmapcache.h \
		kernel/qpointarray.h \
		kernel/qpoint.h \
		kernel/qprinter.h \
		kernel/qrect.h \
		kernel/qregion.h \
		kernel/qsemimodal.h \
		kernel/qsignal.h \
		kernel/qsignalmapper.h \
		kernel/qsignalslotimp.h \
		kernel/qsize.h \
		kernel/qsocketnotifier.h \
		kernel/qtimer.h \
		kernel/qwidget.h \
		kernel/qwidgetintdict.h \
		kernel/qwidgetlist.h \
		kernel/qwindowdefs.h \
		kernel/qwindow.h \
		kernel/qwmatrix.h \
		tools/qarray.h \
		tools/qbitarray.h \
		tools/qbuffer.h \
		tools/qcache.h \
		tools/qcollection.h \
		tools/qdatetime.h \
		tools/qdict.h \
		tools/qdir.h \
		tools/qdatastream.h \
		tools/qfile.h \
		tools/qfiledefs.h \
		tools/qfileinfo.h \
		tools/qgarray.h \
		tools/qgcache.h \
		tools/qgdict.h \
		tools/qgeneric.h \
		tools/qglist.h \
		tools/qglobal.h \
		tools/qgvector.h \
		tools/qintcache.h \
		tools/qintdict.h \
		tools/qiodevice.h \
		tools/qlist.h \
		tools/qptrdict.h \
		tools/qqueue.h \
		tools/qregexp.h \
		tools/qshared.h \
		tools/qstack.h \
		tools/qstring.h \
		tools/qstrlist.h \
		tools/qstrvec.h \
		tools/qtextstream.h \
		tools/qvector.h \
		widgets/qbuttongroup.h \
		widgets/qbutton.h \
		widgets/qcheckbox.h \
		widgets/qcombobox.h \
		widgets/qframe.h \
		widgets/qgroupbox.h \
		widgets/qheader.h \
		widgets/qlabel.h \
		widgets/qlcdnumber.h \
		widgets/qlineedit.h \
		widgets/qlistbox.h \
		widgets/qlistview.h \
		widgets/qmainwindow.h \
		widgets/qmenubar.h \
		widgets/qmenudata.h \
		widgets/qmultilinedit.h \
		widgets/qpopupmenu.h \
		widgets/qprogressbar.h \
		widgets/qpushbutton.h \
		widgets/qradiobutton.h \
		widgets/qrangecontrol.h \
		widgets/qscrollbar.h \
		widgets/qscrollview.h \
		widgets/qslider.h \
		widgets/qspinbox.h \
		widgets/qsplitter.h \
		widgets/qstatusbar.h \
		widgets/qtabbar.h \
		widgets/qtableview.h \
		widgets/qtoolbar.h \
		widgets/qtoolbutton.h \
		widgets/qtooltip.h \
		widgets/qvalidator.h \
		widgets/qwellarray.h \
		widgets/qwhatsthis.h \
		widgets/qwidgetstack.h \
		dialogs/qprintdialog.h \
		kernel/qpsprinter.h
SOURCES =	dialogs/qfiledialog.cpp \
		dialogs/qmessagebox.cpp \
		dialogs/qprogressdialog.cpp \
		dialogs/qtabdialog.cpp \
		kernel/qaccel.cpp \
		kernel/qapplication.cpp \
		kernel/qasyncimageio.cpp \
		kernel/qasyncio.cpp \
		kernel/qbitmap.cpp \
		kernel/qclipboard.cpp \
		kernel/qcolor.cpp \
		kernel/qconnection.cpp \
		kernel/qcursor.cpp \
		kernel/qdialog.cpp \
		kernel/qdragobject.cpp \
		kernel/qdrawutil.cpp \
		kernel/qdropsite.cpp \
		kernel/qevent.cpp \
		kernel/qfocusdata.cpp \
		kernel/qfont.cpp \
		kernel/qgmanager.cpp \
		kernel/qiconset.cpp \
		kernel/qimage.cpp \
		kernel/qlayout.cpp \
		kernel/qmetaobject.cpp \
		kernel/qmovie.cpp \
		kernel/qobject.cpp \
		kernel/qpainter.cpp \
		kernel/qpalette.cpp \
		kernel/qpaintdevicemetrics.cpp \
		kernel/qpicture.cpp \
		kernel/qpixmap.cpp \
		kernel/qpixmapcache.cpp \
		kernel/qpointarray.cpp \
		kernel/qpoint.cpp \
		kernel/qprinter.cpp \
		kernel/qrect.cpp \
		kernel/qregion.cpp \
		kernel/qsemimodal.cpp \
		kernel/qsignal.cpp \
		kernel/qsignalmapper.cpp \
		kernel/qsize.cpp \
		kernel/qsocketnotifier.cpp \
		kernel/qtimer.cpp \
		kernel/qwidget.cpp \
		kernel/qwindow.cpp \
		kernel/qwmatrix.cpp \
		tools/qbitarray.cpp \
		tools/qbuffer.cpp \
		tools/qcollection.cpp \
		tools/qdatetime.cpp \
		tools/qdir.cpp \
		tools/qdatastream.cpp \
		tools/qfile.cpp \
		tools/qfileinfo.cpp \
		tools/qgarray.cpp \
		tools/qgcache.cpp \
		tools/qgdict.cpp \
		tools/qglist.cpp \
		tools/qglobal.cpp \
		tools/qgvector.cpp \
		tools/qiodevice.cpp \
		tools/qregexp.cpp \
		tools/qstring.cpp \
		tools/qtextstream.cpp \
		widgets/qbuttongroup.cpp \
		widgets/qbutton.cpp \
		widgets/qcheckbox.cpp \
		widgets/qcombobox.cpp \
		widgets/qframe.cpp \
		widgets/qgroupbox.cpp \
		widgets/qheader.cpp \
		widgets/qlabel.cpp \
		widgets/qlcdnumber.cpp \
		widgets/qlineedit.cpp \
		widgets/qlistbox.cpp \
		widgets/qlistview.cpp \
		widgets/qmainwindow.cpp \
		widgets/qmenubar.cpp \
		widgets/qmenudata.cpp \
		widgets/qmultilinedit.cpp \
		widgets/qpopupmenu.cpp \
		widgets/qprogressbar.cpp \
		widgets/qpushbutton.cpp \
		widgets/qradiobutton.cpp \
		widgets/qrangecontrol.cpp \
		widgets/qscrollbar.cpp \
		widgets/qscrollview.cpp \
		widgets/qslider.cpp \
		widgets/qspinbox.cpp \
		widgets/qsplitter.cpp \
		widgets/qstatusbar.cpp \
		widgets/qtabbar.cpp \
		widgets/qtableview.cpp \
		widgets/qtoolbar.cpp \
		widgets/qtoolbutton.cpp \
		widgets/qtooltip.cpp \
		widgets/qvalidator.cpp \
		widgets/qwellarray.cpp \
		widgets/qwhatsthis.cpp \
		widgets/qwidgetstack.cpp \
		kernel/qapplication_x11.cpp \
		kernel/qclipboard_x11.cpp \
		kernel/qcolor_x11.cpp \
		kernel/qcursor_x11.cpp \
		kernel/qdnd_x11.cpp \
		kernel/qfont_x11.cpp \
		kernel/qpicture_x11.cpp \
		kernel/qpixmap_x11.cpp \
		kernel/qprinter_x11.cpp \
		kernel/qpaintdevice_x11.cpp \
		kernel/qpainter_x11.cpp \
		kernel/qregion_x11.cpp \
		kernel/qwidget_x11.cpp \
		dialogs/qprintdialog.cpp \
		kernel/qpsprinter.cpp \
		kernel/qnpsupport.cpp \
		kernel/qwidgetcreate_x11.cpp
OBJECTS =	dialogs/qfiledialog.o \
		dialogs/qmessagebox.o \
		dialogs/qprogressdialog.o \
		dialogs/qtabdialog.o \
		kernel/qaccel.o \
		kernel/qapplication.o \
		kernel/qasyncimageio.o \
		kernel/qasyncio.o \
		kernel/qbitmap.o \
		kernel/qclipboard.o \
		kernel/qcolor.o \
		kernel/qconnection.o \
		kernel/qcursor.o \
		kernel/qdialog.o \
		kernel/qdragobject.o \
		kernel/qdrawutil.o \
		kernel/qdropsite.o \
		kernel/qevent.o \
		kernel/qfocusdata.o \
		kernel/qfont.o \
		kernel/qgmanager.o \
		kernel/qiconset.o \
		kernel/qimage.o \
		kernel/qlayout.o \
		kernel/qmetaobject.o \
		kernel/qmovie.o \
		kernel/qobject.o \
		kernel/qpainter.o \
		kernel/qpalette.o \
		kernel/qpaintdevicemetrics.o \
		kernel/qpicture.o \
		kernel/qpixmap.o \
		kernel/qpixmapcache.o \
		kernel/qpointarray.o \
		kernel/qpoint.o \
		kernel/qprinter.o \
		kernel/qrect.o \
		kernel/qregion.o \
		kernel/qsemimodal.o \
		kernel/qsignal.o \
		kernel/qsignalmapper.o \
		kernel/qsize.o \
		kernel/qsocketnotifier.o \
		kernel/qtimer.o \
		kernel/qwidget.o \
		kernel/qwindow.o \
		kernel/qwmatrix.o \
		tools/qbitarray.o \
		tools/qbuffer.o \
		tools/qcollection.o \
		tools/qdatetime.o \
		tools/qdir.o \
		tools/qdatastream.o \
		tools/qfile.o \
		tools/qfileinfo.o \
		tools/qgarray.o \
		tools/qgcache.o \
		tools/qgdict.o \
		tools/qglist.o \
		tools/qglobal.o \
		tools/qgvector.o \
		tools/qiodevice.o \
		tools/qregexp.o \
		tools/qstring.o \
		tools/qtextstream.o \
		widgets/qbuttongroup.o \
		widgets/qbutton.o \
		widgets/qcheckbox.o \
		widgets/qcombobox.o \
		widgets/qframe.o \
		widgets/qgroupbox.o \
		widgets/qheader.o \
		widgets/qlabel.o \
		widgets/qlcdnumber.o \
		widgets/qlineedit.o \
		widgets/qlistbox.o \
		widgets/qlistview.o \
		widgets/qmainwindow.o \
		widgets/qmenubar.o \
		widgets/qmenudata.o \
		widgets/qmultilinedit.o \
		widgets/qpopupmenu.o \
		widgets/qprogressbar.o \
		widgets/qpushbutton.o \
		widgets/qradiobutton.o \
		widgets/qrangecontrol.o \
		widgets/qscrollbar.o \
		widgets/qscrollview.o \
		widgets/qslider.o \
		widgets/qspinbox.o \
		widgets/qsplitter.o \
		widgets/qstatusbar.o \
		widgets/qtabbar.o \
		widgets/qtableview.o \
		widgets/qtoolbar.o \
		widgets/qtoolbutton.o \
		widgets/qtooltip.o \
		widgets/qvalidator.o \
		widgets/qwellarray.o \
		widgets/qwhatsthis.o \
		widgets/qwidgetstack.o \
		kernel/qapplication_x11.o \
		kernel/qclipboard_x11.o \
		kernel/qcolor_x11.o \
		kernel/qcursor_x11.o \
		kernel/qdnd_x11.o \
		kernel/qfont_x11.o \
		kernel/qpicture_x11.o \
		kernel/qpixmap_x11.o \
		kernel/qprinter_x11.o \
		kernel/qpaintdevice_x11.o \
		kernel/qpainter_x11.o \
		kernel/qregion_x11.o \
		kernel/qwidget_x11.o \
		dialogs/qprintdialog.o \
		kernel/qpsprinter.o \
		kernel/qnpsupport.o \
		kernel/qwidgetcreate_x11.o
SRCMOC	=	dialogs/moc_qfiledialog.cpp \
		dialogs/moc_qmessagebox.cpp \
		dialogs/moc_qprogressdialog.cpp \
		dialogs/moc_qtabdialog.cpp \
		kernel/moc_qaccel.cpp \
		kernel/moc_qapplication.cpp \
		kernel/moc_qasyncio.cpp \
		kernel/moc_qclipboard.cpp \
		kernel/moc_qdialog.cpp \
		kernel/moc_qdragobject.cpp \
		kernel/moc_qgmanager.cpp \
		kernel/moc_qlayout.cpp \
		kernel/moc_qsemimodal.cpp \
		kernel/moc_qsignalmapper.cpp \
		kernel/moc_qsocketnotifier.cpp \
		kernel/moc_qtimer.cpp \
		kernel/moc_qwidget.cpp \
		kernel/moc_qwindow.cpp \
		widgets/moc_qbuttongroup.cpp \
		widgets/moc_qbutton.cpp \
		widgets/moc_qcheckbox.cpp \
		widgets/moc_qcombobox.cpp \
		widgets/moc_qframe.cpp \
		widgets/moc_qgroupbox.cpp \
		widgets/moc_qheader.cpp \
		widgets/moc_qlabel.cpp \
		widgets/moc_qlcdnumber.cpp \
		widgets/moc_qlineedit.cpp \
		widgets/moc_qlistbox.cpp \
		widgets/moc_qlistview.cpp \
		widgets/moc_qmainwindow.cpp \
		widgets/moc_qmenubar.cpp \
		widgets/moc_qmultilinedit.cpp \
		widgets/moc_qpopupmenu.cpp \
		widgets/moc_qprogressbar.cpp \
		widgets/moc_qpushbutton.cpp \
		widgets/moc_qradiobutton.cpp \
		widgets/moc_qscrollbar.cpp \
		widgets/moc_qscrollview.cpp \
		widgets/moc_qslider.cpp \
		widgets/moc_qspinbox.cpp \
		widgets/moc_qsplitter.cpp \
		widgets/moc_qstatusbar.cpp \
		widgets/moc_qtabbar.cpp \
		widgets/moc_qtableview.cpp \
		widgets/moc_qtoolbar.cpp \
		widgets/moc_qtoolbutton.cpp \
		widgets/moc_qtooltip.cpp \
		widgets/moc_qvalidator.cpp \
		widgets/moc_qwellarray.cpp \
		widgets/moc_qwidgetstack.cpp \
		dialogs/moc_qprintdialog.cpp
OBJMOC	=	dialogs/moc_qfiledialog.o \
		dialogs/moc_qmessagebox.o \
		dialogs/moc_qprogressdialog.o \
		dialogs/moc_qtabdialog.o \
		kernel/moc_qaccel.o \
		kernel/moc_qapplication.o \
		kernel/moc_qasyncio.o \
		kernel/moc_qclipboard.o \
		kernel/moc_qdialog.o \
		kernel/moc_qdragobject.o \
		kernel/moc_qgmanager.o \
		kernel/moc_qlayout.o \
		kernel/moc_qsemimodal.o \
		kernel/moc_qsignalmapper.o \
		kernel/moc_qsocketnotifier.o \
		kernel/moc_qtimer.o \
		kernel/moc_qwidget.o \
		kernel/moc_qwindow.o \
		widgets/moc_qbuttongroup.o \
		widgets/moc_qbutton.o \
		widgets/moc_qcheckbox.o \
		widgets/moc_qcombobox.o \
		widgets/moc_qframe.o \
		widgets/moc_qgroupbox.o \
		widgets/moc_qheader.o \
		widgets/moc_qlabel.o \
		widgets/moc_qlcdnumber.o \
		widgets/moc_qlineedit.o \
		widgets/moc_qlistbox.o \
		widgets/moc_qlistview.o \
		widgets/moc_qmainwindow.o \
		widgets/moc_qmenubar.o \
		widgets/moc_qmultilinedit.o \
		widgets/moc_qpopupmenu.o \
		widgets/moc_qprogressbar.o \
		widgets/moc_qpushbutton.o \
		widgets/moc_qradiobutton.o \
		widgets/moc_qscrollbar.o \
		widgets/moc_qscrollview.o \
		widgets/moc_qslider.o \
		widgets/moc_qspinbox.o \
		widgets/moc_qsplitter.o \
		widgets/moc_qstatusbar.o \
		widgets/moc_qtabbar.o \
		widgets/moc_qtableview.o \
		widgets/moc_qtoolbar.o \
		widgets/moc_qtoolbutton.o \
		widgets/moc_qtooltip.o \
		widgets/moc_qvalidator.o \
		widgets/moc_qwellarray.o \
		widgets/moc_qwidgetstack.o \
		dialogs/moc_qprintdialog.o

####### Implicit rules

.SUFFIXES: .cpp .cxx .cc .C .c

.cpp.o:
	$(CC) -c $(CFLAGS) -o $@ $<

.cxx.o:
	$(CC) -c $(CFLAGS) -o $@ $<

.cc.o:
	$(CC) -c $(CFLAGS) -o $@ $<

.C.o:
	$(CC) -c $(CFLAGS) -o $@ $<

.c.o:
	$(CC) -c $(CFLAGS) -o $@ $<

####### Build rules

all: $(DESTDIR)$(SYSCONF_LINK_TARGET)

$(DESTDIR)$(SYSCONF_LINK_TARGET): $(OBJECTS) $(OBJMOC) 
	$(SYSCONF_LINK_LIB)

moc: $(SRCMOC)

tmake:
	tmake qt.pro

clean:
	-rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC)
	-rm -f *~ core

####### Compile

dialogs/qfiledialog.o: dialogs/qfiledialog.cpp \
		dialogs/qfiledialog.h \
		tools/qdir.h \
		tools/qstrlist.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qgeneric.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qfileinfo.h \
		tools/qfile.h \
		tools/qdatetime.h \
		kernel/qdialog.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		widgets/qlineedit.h \
		widgets/qcombobox.h \
		widgets/qlabel.h \
		widgets/qframe.h \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		dialogs/qmessagebox.h \
		widgets/qlistview.h \
		widgets/qscrollview.h \
		widgets/qscrollbar.h \
		widgets/qrangecontrol.h \
		kernel/qdrawutil.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qapplication.h \
		kernel/qlayout.h \
		kernel/qgmanager.h \
		tools/qintdict.h \
		tools/qgdict.h \
		kernel/qpixmap.h \
		kernel/qbitmap.h \
		widgets/qpopupmenu.h \
		widgets/qtableview.h \
		widgets/qmenudata.h \
		kernel/qsignal.h \
		widgets/qwidgetstack.h \
		widgets/qbuttongroup.h \
		widgets/qgroupbox.h \
		tools/qvector.h \
		tools/qgvector.h \
		kernel/qkeycode.h \
		tools/qregexp.h \
		kernel/qtimer.h

dialogs/qmessagebox.o: dialogs/qmessagebox.cpp \
		dialogs/qmessagebox.h \
		kernel/qdialog.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		widgets/qlabel.h \
		widgets/qframe.h \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		kernel/qkeycode.h \
		kernel/qapplication.h

dialogs/qprogressdialog.o: dialogs/qprogressdialog.cpp \
		dialogs/qprogressdialog.h \
		kernel/qsemimodal.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		widgets/qlabel.h \
		widgets/qframe.h \
		widgets/qprogressbar.h \
		kernel/qaccel.h \
		kernel/qkeycode.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		tools/qdatetime.h \
		kernel/qapplication.h

dialogs/qtabdialog.o: dialogs/qtabdialog.cpp \
		dialogs/qtabdialog.h \
		kernel/qdialog.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qobjectlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		kernel/qobjectdict.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		tools/qdict.h \
		tools/qgdict.h \
		widgets/qtabbar.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		kernel/qpixmap.h \
		kernel/qapplication.h \
		widgets/qwidgetstack.h \
		widgets/qframe.h \
		tools/qintdict.h \
		kernel/qlayout.h \
		kernel/qgmanager.h

kernel/qaccel.o: kernel/qaccel.cpp \
		kernel/qaccel.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qwindowdefs.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qkeycode.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		kernel/qsignal.h

kernel/qapplication.o: kernel/qapplication.cpp \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qobjectlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		kernel/qobjectdict.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		tools/qdict.h \
		tools/qgdict.h \
		kernel/qwidgetlist.h \
		kernel/qwidgetintdict.h \
		tools/qintdict.h

kernel/qasyncimageio.o: kernel/qasyncimageio.cpp \
		kernel/qpainter.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		kernel/qfontmetrics.h \
		kernel/qfont.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qfontinfo.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		kernel/qasyncimageio.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		tools/qstrlist.h \
		tools/qdatastream.h \
		tools/qiodevice.h

kernel/qasyncio.o: kernel/qasyncio.cpp \
		kernel/qasyncio.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qwindowdefs.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qsignal.h \
		kernel/qtimer.h \
		tools/qiodevice.h

kernel/qbitmap.o: kernel/qbitmap.cpp \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qiodevice.h

kernel/qclipboard.o: kernel/qclipboard.cpp \
		kernel/qclipboard.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qwindowdefs.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qpixmap.h

kernel/qcolor.o: kernel/qcolor.cpp \
		kernel/qcolor.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h

kernel/qconnection.o: kernel/qconnection.cpp \
		kernel/qconnection.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qwindowdefs.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h

kernel/qcursor.o: kernel/qcursor.cpp \
		kernel/qcursor.h \
		kernel/qpoint.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qshared.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qcolor.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qgeneric.h \
		tools/qdatastream.h \
		tools/qiodevice.h

kernel/qdialog.o: kernel/qdialog.cpp \
		kernel/qdialog.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		kernel/qapplication.h \
		kernel/qkeycode.h \
		kernel/qobjectlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		kernel/qobjectdict.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		tools/qdict.h \
		tools/qgdict.h \
		kernel/qwidgetlist.h

kernel/qdragobject.o: kernel/qdragobject.cpp \
		kernel/qdragobject.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qwindowdefs.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qcolor.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpalette.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qobjectlist.h \
		kernel/qobjectdict.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		tools/qdict.h \
		tools/qgdict.h \
		tools/qbuffer.h

kernel/qdrawutil.o: kernel/qdrawutil.cpp \
		kernel/qdrawutil.h \
		kernel/qpainter.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		kernel/qfontmetrics.h \
		kernel/qfont.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qfontinfo.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qpalette.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		kernel/qpixmapcache.h

kernel/qdropsite.o: kernel/qdropsite.cpp \
		kernel/qdropsite.h \
		tools/qglobal.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

kernel/qevent.o: kernel/qevent.cpp \
		kernel/qevent.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h

kernel/qfocusdata.o: kernel/qfocusdata.cpp \
		kernel/qfocusdata.h \
		tools/qglobal.h \
		kernel/qwidgetlist.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h

kernel/qfont.o: kernel/qfont.cpp \
		kernel/qfont.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qfontdata.h \
		kernel/qfontmetrics.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qfontinfo.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		tools/qdict.h \
		tools/qgdict.h \
		tools/qcollection.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qdatastream.h \
		tools/qiodevice.h

kernel/qgmanager.o: kernel/qgmanager.cpp \
		kernel/qgmanager.h \
		tools/qintdict.h \
		tools/qgdict.h \
		tools/qcollection.h \
		tools/qglobal.h \
		tools/qgeneric.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		tools/qlist.h \
		tools/qglist.h \
		widgets/qmenubar.h \
		widgets/qpopupmenu.h \
		widgets/qtableview.h \
		widgets/qframe.h \
		widgets/qmenudata.h \
		kernel/qpixmap.h \
		kernel/qsignal.h \
		kernel/qapplication.h

kernel/qiconset.o: kernel/qiconset.cpp \
		kernel/qiconset.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		kernel/qbitmap.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qpalette.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h

kernel/qimage.o: kernel/qimage.cpp \
		kernel/qimage.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		tools/qfile.h \
		tools/qtextstream.h \
		tools/qbuffer.h \
		tools/qdict.h \
		tools/qgdict.h \
		tools/qintdict.h \
		kernel/qasyncimageio.h

kernel/qlayout.o: kernel/qlayout.cpp \
		kernel/qlayout.h \
		kernel/qgmanager.h \
		tools/qintdict.h \
		tools/qgdict.h \
		tools/qcollection.h \
		tools/qglobal.h \
		tools/qgeneric.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		tools/qlist.h \
		tools/qglist.h \
		widgets/qmenubar.h \
		widgets/qpopupmenu.h \
		widgets/qtableview.h \
		widgets/qframe.h \
		widgets/qmenudata.h \
		kernel/qpixmap.h \
		kernel/qsignal.h

kernel/qmetaobject.o: kernel/qmetaobject.cpp \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qwindowdefs.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qobjectlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		kernel/qobjectdict.h \
		tools/qdict.h \
		tools/qgdict.h \
		tools/qstrlist.h \
		tools/qdatastream.h \
		tools/qiodevice.h

kernel/qmovie.o: kernel/qmovie.cpp \
		kernel/qtimer.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qwindowdefs.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpainter.h \
		kernel/qpaintdevice.h \
		kernel/qcolor.h \
		kernel/qfontmetrics.h \
		kernel/qfont.h \
		kernel/qfontinfo.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		kernel/qmovie.h \
		tools/qfile.h \
		tools/qiodevice.h \
		tools/qbuffer.h \
		kernel/qasyncio.h \
		kernel/qsignal.h \
		kernel/qasyncimageio.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		tools/qdatastream.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		kernel/qsignalslotimp.h \
		tools/qdict.h \
		tools/qgdict.h

kernel/qobject.o: kernel/qobject.cpp \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qwindowdefs.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qobjectlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		kernel/qobjectdict.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		tools/qdict.h \
		tools/qgdict.h \
		kernel/qsignalslotimp.h \
		tools/qregexp.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

kernel/qpainter.o: kernel/qpainter.cpp \
		kernel/qpainter.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		kernel/qfontmetrics.h \
		kernel/qfont.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qfontinfo.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qpaintdevicedefs.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		tools/qstack.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qpalette.h \
		kernel/qcursor.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		tools/qlist.h

kernel/qpalette.o: kernel/qpalette.cpp \
		kernel/qpalette.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qcolor.h \
		tools/qshared.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qgeneric.h

kernel/qpaintdevicemetrics.o: kernel/qpaintdevicemetrics.cpp \
		kernel/qpaintdevicemetrics.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qpaintdevice.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevicedefs.h

kernel/qpicture.o: kernel/qpicture.cpp \
		kernel/qpicture.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		tools/qbuffer.h \
		tools/qiodevice.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qpaintdevicedefs.h \
		kernel/qpainter.h \
		kernel/qcolor.h \
		kernel/qfontmetrics.h \
		kernel/qfont.h \
		kernel/qfontinfo.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qpixmap.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qfile.h

kernel/qpixmap.o: kernel/qpixmap.cpp \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qpalette.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		tools/qbuffer.h

kernel/qpixmapcache.o: kernel/qpixmapcache.cpp \
		kernel/qpixmapcache.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		tools/qcache.h \
		tools/qgcache.h \
		tools/qcollection.h \
		tools/qglist.h \
		tools/qgdict.h

kernel/qpointarray.o: kernel/qpointarray.cpp \
		kernel/qpointarray.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qgeneric.h \
		kernel/qpoint.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		kernel/qrect.h \
		kernel/qsize.h \
		tools/qbitarray.h \
		tools/qstring.h \
		tools/qdatastream.h \
		tools/qiodevice.h

kernel/qpoint.o: kernel/qpoint.cpp \
		kernel/qpoint.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h

kernel/qprinter.o: kernel/qprinter.cpp \
		kernel/qprinter.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h

kernel/qrect.o: kernel/qrect.cpp \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h

kernel/qregion.o: kernel/qregion.cpp \
		kernel/qregion.h \
		tools/qshared.h \
		tools/qglobal.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qgeneric.h \
		kernel/qpointarray.h \
		tools/qbuffer.h \
		tools/qiodevice.h \
		tools/qdatastream.h

kernel/qsemimodal.o: kernel/qsemimodal.cpp \
		kernel/qsemimodal.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qapplication.h

kernel/qsignal.o: kernel/qsignal.cpp \
		kernel/qsignal.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qwindowdefs.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h

kernel/qsignalmapper.o: kernel/qsignalmapper.cpp \
		kernel/qsignalmapper.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qwindowdefs.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		tools/qptrdict.h \
		tools/qgdict.h \
		tools/qcollection.h

kernel/qsize.o: kernel/qsize.cpp \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h

kernel/qsocketnotifier.o: kernel/qsocketnotifier.cpp \
		kernel/qsocketnotifier.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qwindowdefs.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h

kernel/qtimer.o: kernel/qtimer.cpp \
		kernel/qtimer.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qwindowdefs.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qsignal.h \
		kernel/qobjectlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		kernel/qobjectdict.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		tools/qdict.h \
		tools/qgdict.h

kernel/qwidget.o: kernel/qwidget.cpp \
		kernel/qobjectlist.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qwindowdefs.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		kernel/qobjectdict.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		tools/qdict.h \
		tools/qgdict.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qwidgetlist.h \
		kernel/qwidgetintdict.h \
		tools/qintdict.h \
		tools/qptrdict.h \
		kernel/qfocusdata.h \
		kernel/qpixmap.h \
		kernel/qkeycode.h \
		kernel/qapplication.h \
		kernel/qbrush.h

kernel/qwindow.o: kernel/qwindow.cpp \
		kernel/qwindow.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qpixmap.h

kernel/qwmatrix.o: kernel/qwmatrix.cpp \
		kernel/qwmatrix.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qpointarray.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qpoint.h \
		kernel/qrect.h \
		kernel/qsize.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qstring.h

tools/qbitarray.o: tools/qbitarray.cpp \
		tools/qbitarray.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qgeneric.h \
		tools/qdatastream.h \
		tools/qiodevice.h

tools/qbuffer.o: tools/qbuffer.cpp \
		tools/qbuffer.h \
		tools/qiodevice.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h

tools/qcollection.o: tools/qcollection.cpp \
		tools/qcollection.h \
		tools/qglobal.h

tools/qdatetime.o: tools/qdatetime.cpp \
		tools/qdatetime.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qgeneric.h \
		tools/qdatastream.h \
		tools/qiodevice.h

tools/qdir.o: tools/qdir.cpp \
		tools/qdir.h \
		tools/qstrlist.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qgeneric.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qfileinfo.h \
		tools/qfile.h \
		tools/qdatetime.h \
		tools/qfiledefs.h \
		tools/qregexp.h

tools/qdatastream.o: tools/qdatastream.cpp \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		tools/qbuffer.h

tools/qfile.o: tools/qfile.cpp \
		tools/qfile.h \
		tools/qiodevice.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		tools/qfiledefs.h

tools/qfileinfo.o: tools/qfileinfo.cpp \
		tools/qglobal.h \
		tools/qfileinfo.h \
		tools/qfile.h \
		tools/qiodevice.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		tools/qdatetime.h \
		tools/qfiledefs.h \
		tools/qdir.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h

tools/qgarray.o: tools/qgarray.cpp \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgeneric.h

tools/qgcache.o: tools/qgcache.cpp \
		tools/qgcache.h \
		tools/qcollection.h \
		tools/qglobal.h \
		tools/qglist.h \
		tools/qgdict.h \
		tools/qlist.h \
		tools/qgeneric.h \
		tools/qdict.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h

tools/qgdict.o: tools/qgdict.cpp \
		tools/qgdict.h \
		tools/qcollection.h \
		tools/qglobal.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qgeneric.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qdatastream.h \
		tools/qiodevice.h

tools/qglist.o: tools/qglist.cpp \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qglobal.h \
		tools/qgvector.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h

tools/qglobal.o: tools/qglobal.cpp \
		tools/qglobal.h \
		tools/qdict.h \
		tools/qgdict.h \
		tools/qcollection.h \
		tools/qgeneric.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h

tools/qgvector.o: tools/qgvector.cpp \
		tools/qgvector.h \
		tools/qcollection.h \
		tools/qglobal.h \
		tools/qglist.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		tools/qdatastream.h \
		tools/qiodevice.h

tools/qiodevice.o: tools/qiodevice.cpp \
		tools/qiodevice.h \
		tools/qglobal.h

tools/qregexp.o: tools/qregexp.cpp \
		tools/qregexp.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qgeneric.h

tools/qstring.o: tools/qstring.cpp \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qgeneric.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

tools/qtextstream.o: tools/qtextstream.cpp \
		tools/qtextstream.h \
		tools/qiodevice.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		tools/qbuffer.h \
		tools/qfile.h

widgets/qbuttongroup.o: widgets/qbuttongroup.cpp \
		widgets/qbuttongroup.h \
		widgets/qgroupbox.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		widgets/qbutton.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h

widgets/qbutton.o: widgets/qbutton.cpp \
		widgets/qbutton.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		widgets/qbuttongroup.h \
		widgets/qgroupbox.h \
		widgets/qframe.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qkeycode.h \
		kernel/qtimer.h \
		kernel/qaccel.h \
		kernel/qpixmapcache.h

widgets/qcheckbox.o: widgets/qcheckbox.cpp \
		widgets/qcheckbox.h \
		widgets/qbutton.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qpixmap.h \
		kernel/qpixmapcache.h

widgets/qcombobox.o: widgets/qcombobox.cpp \
		widgets/qcombobox.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		widgets/qpopupmenu.h \
		widgets/qtableview.h \
		widgets/qframe.h \
		widgets/qmenudata.h \
		kernel/qpixmap.h \
		kernel/qsignal.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		widgets/qlistbox.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		widgets/qscrollbar.h \
		widgets/qrangecontrol.h \
		kernel/qkeycode.h \
		tools/qstrlist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		kernel/qtimer.h \
		kernel/qapplication.h \
		widgets/qlineedit.h

widgets/qframe.o: widgets/qframe.cpp \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h

widgets/qgroupbox.o: widgets/qgroupbox.cpp \
		widgets/qgroupbox.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h

widgets/qheader.o: widgets/qheader.cpp \
		widgets/qheader.h \
		widgets/qtableview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		tools/qbitarray.h

widgets/qlabel.o: widgets/qlabel.cpp \
		widgets/qlabel.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qpixmap.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qaccel.h \
		kernel/qkeycode.h \
		kernel/qmovie.h \
		tools/qintdict.h \
		tools/qgdict.h \
		tools/qcollection.h

widgets/qlcdnumber.o: widgets/qlcdnumber.cpp \
		widgets/qlcdnumber.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		tools/qbitarray.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h

widgets/qlineedit.o: widgets/qlineedit.cpp \
		widgets/qlineedit.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qpixmap.h \
		kernel/qkeycode.h \
		kernel/qclipboard.h \
		kernel/qapplication.h \
		widgets/qvalidator.h \
		kernel/qdragobject.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		kernel/qtimer.h

widgets/qlistbox.o: widgets/qlistbox.cpp \
		widgets/qlistbox.h \
		widgets/qtableview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qpixmap.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		kernel/qkeycode.h \
		widgets/qscrollbar.h \
		widgets/qrangecontrol.h \
		kernel/qdrawutil.h \
		kernel/qapplication.h \
		tools/qintdict.h \
		tools/qgdict.h

widgets/qlistview.o: widgets/qlistview.cpp \
		widgets/qlistview.h \
		widgets/qscrollview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		widgets/qscrollbar.h \
		widgets/qrangecontrol.h \
		kernel/qdrawutil.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qtimer.h \
		widgets/qheader.h \
		widgets/qtableview.h \
		tools/qstack.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qlist.h \
		tools/qstrlist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		kernel/qapplication.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		kernel/qkeycode.h \
		tools/qdatetime.h \
		tools/qptrdict.h \
		tools/qgdict.h \
		tools/qvector.h \
		tools/qgvector.h

widgets/qmainwindow.o: widgets/qmainwindow.cpp \
		widgets/qmainwindow.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		kernel/qtimer.h \
		kernel/qlayout.h \
		kernel/qgmanager.h \
		tools/qintdict.h \
		tools/qgdict.h \
		kernel/qobjectlist.h \
		kernel/qobjectdict.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		tools/qdict.h \
		kernel/qapplication.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		widgets/qmenubar.h \
		widgets/qpopupmenu.h \
		widgets/qtableview.h \
		widgets/qframe.h \
		widgets/qmenudata.h \
		kernel/qpixmap.h \
		kernel/qsignal.h \
		widgets/qtoolbar.h \
		widgets/qstatusbar.h \
		widgets/qtooltip.h

widgets/qmenubar.o: widgets/qmenubar.cpp \
		widgets/qmenubar.h \
		widgets/qpopupmenu.h \
		widgets/qtableview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		widgets/qmenudata.h \
		kernel/qpixmap.h \
		kernel/qsignal.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		kernel/qaccel.h \
		kernel/qkeycode.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qapplication.h

widgets/qmenudata.o: widgets/qmenudata.cpp \
		widgets/qmenudata.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		kernel/qsignal.h \
		kernel/qobject.h \
		kernel/qevent.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		widgets/qpopupmenu.h \
		widgets/qtableview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qpalette.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qapplication.h

widgets/qmultilinedit.o: widgets/qmultilinedit.cpp \
		widgets/qmultilinedit.h \
		widgets/qtableview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		widgets/qscrollbar.h \
		widgets/qrangecontrol.h \
		kernel/qdrawutil.h \
		kernel/qkeycode.h \
		kernel/qclipboard.h \
		kernel/qpixmap.h \
		tools/qregexp.h \
		kernel/qapplication.h

widgets/qpopupmenu.o: widgets/qpopupmenu.cpp \
		widgets/qpopupmenu.h \
		widgets/qtableview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		widgets/qmenudata.h \
		kernel/qpixmap.h \
		kernel/qsignal.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		widgets/qmenubar.h \
		kernel/qaccel.h \
		kernel/qkeycode.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qapplication.h \
		kernel/qbitmap.h \
		kernel/qpixmapcache.h \
		kernel/qtimer.h \
		tools/qptrdict.h \
		tools/qgdict.h

widgets/qprogressbar.o: widgets/qprogressbar.cpp \
		widgets/qprogressbar.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qapplication.h

widgets/qpushbutton.o: widgets/qpushbutton.cpp \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qdialog.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qpixmap.h \
		kernel/qbitmap.h

widgets/qradiobutton.o: widgets/qradiobutton.cpp \
		widgets/qradiobutton.h \
		widgets/qbutton.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		widgets/qbuttongroup.h \
		widgets/qgroupbox.h \
		widgets/qframe.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qpixmap.h \
		kernel/qpixmapcache.h \
		kernel/qbitmap.h \
		kernel/qkeycode.h

widgets/qrangecontrol.o: widgets/qrangecontrol.cpp \
		widgets/qrangecontrol.h \
		tools/qglobal.h

widgets/qscrollbar.o: widgets/qscrollbar.cpp \
		widgets/qscrollbar.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		widgets/qrangecontrol.h \
		kernel/qdrawutil.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		kernel/qkeycode.h

widgets/qscrollview.o: widgets/qscrollview.cpp \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		widgets/qscrollbar.h \
		widgets/qrangecontrol.h \
		kernel/qdrawutil.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qobjectlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		kernel/qobjectdict.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		tools/qdict.h \
		tools/qgdict.h \
		kernel/qpixmap.h \
		kernel/qfocusdata.h \
		kernel/qwidgetlist.h \
		widgets/qscrollview.h \
		widgets/qframe.h \
		tools/qptrdict.h \
		kernel/qapplication.h

widgets/qslider.o: widgets/qslider.cpp \
		widgets/qslider.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		widgets/qrangecontrol.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qtimer.h \
		kernel/qkeycode.h

widgets/qspinbox.o: widgets/qspinbox.cpp \
		widgets/qspinbox.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		widgets/qrangecontrol.h \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qkeycode.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		widgets/qlineedit.h \
		widgets/qvalidator.h

widgets/qsplitter.o: widgets/qsplitter.cpp \
		widgets/qsplitter.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h

widgets/qstatusbar.o: widgets/qstatusbar.cpp \
		widgets/qstatusbar.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		kernel/qlayout.h \
		kernel/qgmanager.h \
		tools/qintdict.h \
		tools/qgdict.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qtimer.h \
		kernel/qdrawutil.h \
		kernel/qapplication.h

widgets/qtabbar.o: widgets/qtabbar.cpp \
		widgets/qtabbar.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		kernel/qkeycode.h \
		kernel/qaccel.h

widgets/qtableview.o: widgets/qtableview.cpp \
		widgets/qtableview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		widgets/qscrollbar.h \
		widgets/qrangecontrol.h \
		kernel/qdrawutil.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h

widgets/qtoolbar.o: widgets/qtoolbar.cpp \
		widgets/qtoolbar.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		widgets/qmainwindow.h \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		widgets/qtooltip.h \
		kernel/qtimer.h \
		kernel/qlayout.h \
		kernel/qgmanager.h \
		tools/qintdict.h \
		tools/qgdict.h \
		tools/qcollection.h \
		tools/qlist.h \
		tools/qglist.h \
		widgets/qframe.h \
		kernel/qobjectlist.h \
		kernel/qobjectdict.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		tools/qdict.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h

widgets/qtoolbutton.o: widgets/qtoolbutton.cpp \
		widgets/qtoolbutton.h \
		widgets/qbutton.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qpixmap.h \
		kernel/qiconset.h \
		kernel/qdrawutil.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qapplication.h \
		widgets/qtooltip.h \
		kernel/qtimer.h \
		widgets/qtoolbar.h \
		widgets/qmainwindow.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qiodevice.h

widgets/qtooltip.o: widgets/qtooltip.cpp \
		widgets/qtooltip.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qtimer.h \
		widgets/qlabel.h \
		widgets/qframe.h \
		tools/qptrdict.h \
		tools/qgdict.h \
		tools/qcollection.h \
		kernel/qapplication.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h

widgets/qvalidator.o: widgets/qvalidator.cpp \
		widgets/qvalidator.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qwindowdefs.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		tools/qregexp.h

widgets/qwellarray.o: widgets/qwellarray.cpp \
		kernel/qdrawutil.h \
		kernel/qpainter.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		kernel/qfontmetrics.h \
		kernel/qfont.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qfontinfo.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qpalette.h \
		kernel/qobjectdict.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		kernel/qobject.h \
		kernel/qevent.h \
		tools/qdict.h \
		tools/qgdict.h \
		tools/qcollection.h \
		kernel/qkeycode.h \
		widgets/qwellarray.h \
		widgets/qtableview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qcursor.h

widgets/qwhatsthis.o: widgets/qwhatsthis.cpp \
		widgets/qwhatsthis.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qwindowdefs.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qpaintdevicemetrics.h \
		kernel/qpaintdevicedefs.h \
		kernel/qpixmap.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qtimer.h \
		tools/qptrdict.h \
		tools/qgdict.h \
		tools/qcollection.h \
		widgets/qtoolbutton.h \
		widgets/qbutton.h \
		kernel/qiconset.h \
		kernel/qkeycode.h \
		kernel/qbitmap.h

widgets/qwidgetstack.o: widgets/qwidgetstack.cpp \
		widgets/qwidgetstack.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		tools/qintdict.h \
		tools/qgdict.h \
		tools/qcollection.h \
		kernel/qobjectlist.h \
		tools/qlist.h \
		tools/qglist.h \
		kernel/qobjectdict.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		tools/qdict.h \
		kernel/qlayout.h \
		kernel/qgmanager.h

kernel/qapplication_x11.o: kernel/qapplication_x11.cpp \
		tools/qglobal.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qobjectlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		kernel/qobjectdict.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		tools/qdict.h \
		tools/qgdict.h \
		kernel/qwidgetlist.h \
		kernel/qwidgetintdict.h \
		tools/qintdict.h \
		tools/qbitarray.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qpixmapcache.h \
		kernel/qpixmap.h \
		tools/qdatetime.h \
		kernel/qkeycode.h \
		tools/qfile.h \
		tools/qiodevice.h

kernel/qclipboard_x11.o: kernel/qclipboard_x11.cpp \
		kernel/qclipboard.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qwindowdefs.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qpixmap.h \
		tools/qdatetime.h

kernel/qcolor_x11.o: kernel/qcolor_x11.cpp \
		kernel/qcolor.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qpaintdevice.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qpalette.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		tools/qintdict.h \
		tools/qgdict.h \
		tools/qcollection.h

kernel/qcursor_x11.o: kernel/qcursor_x11.cpp \
		kernel/qcursor.h \
		kernel/qpoint.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qshared.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qcolor.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qgeneric.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qpalette.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		tools/qdatastream.h \
		tools/qiodevice.h

kernel/qdnd_x11.o: kernel/qdnd_x11.cpp \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		tools/qintdict.h \
		tools/qgdict.h \
		tools/qcollection.h \
		tools/qdatetime.h \
		tools/qdict.h \
		kernel/qdragobject.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		kernel/qobjectlist.h \
		kernel/qkeycode.h \
		kernel/qbitmap.h

kernel/qfont_x11.o: kernel/qfont_x11.cpp \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qfontdata.h \
		tools/qcache.h \
		tools/qgcache.h \
		tools/qcollection.h \
		tools/qglist.h \
		tools/qgdict.h \
		tools/qdict.h

kernel/qpicture_x11.o: kernel/qpicture_x11.cpp \
		kernel/qpicture.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		tools/qbuffer.h \
		tools/qiodevice.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h

kernel/qpixmap_x11.o: kernel/qpixmap_x11.cpp \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		kernel/qpaintdevicedefs.h \
		kernel/qwmatrix.h \
		kernel/qpointarray.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qpalette.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

kernel/qprinter_x11.o: kernel/qprinter_x11.cpp \
		kernel/qprinter.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		tools/qfileinfo.h \
		tools/qfile.h \
		tools/qiodevice.h \
		tools/qdatetime.h \
		tools/qdir.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		kernel/qpaintdevicedefs.h \
		kernel/qpsprinter.h \
		tools/qtextstream.h \
		dialogs/qprintdialog.h \
		kernel/qdialog.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qapplication.h

kernel/qpaintdevice_x11.o: kernel/qpaintdevice_x11.cpp \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevicedefs.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		kernel/qapplication.h

kernel/qpainter_x11.o: kernel/qpainter_x11.cpp \
		kernel/qpainter.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		kernel/qfontmetrics.h \
		kernel/qfont.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qfontinfo.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qpaintdevicedefs.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qpalette.h \
		kernel/qcursor.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		kernel/qpixmapcache.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qintdict.h \
		tools/qgdict.h \
		tools/qtextstream.h \
		tools/qiodevice.h \
		tools/qbuffer.h

kernel/qregion_x11.o: kernel/qregion_x11.cpp \
		kernel/qregion.h \
		tools/qshared.h \
		tools/qglobal.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qgeneric.h \
		kernel/qpointarray.h \
		tools/qbuffer.h \
		tools/qiodevice.h

kernel/qwidget_x11.o: kernel/qwidget_x11.cpp \
		kernel/qwindow.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qapplication.h \
		kernel/qpaintdevicedefs.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		kernel/qwidgetlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		kernel/qwidgetintdict.h \
		tools/qintdict.h \
		tools/qgdict.h \
		kernel/qobjectlist.h \
		kernel/qobjectdict.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		tools/qdict.h \
		kernel/qaccel.h \
		kernel/qkeycode.h \
		kernel/qdragobject.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		kernel/qfocusdata.h

dialogs/qprintdialog.o: dialogs/qprintdialog.cpp \
		dialogs/qprintdialog.h \
		kernel/qdialog.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		dialogs/qfiledialog.h \
		tools/qdir.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qfileinfo.h \
		tools/qfile.h \
		tools/qdatetime.h \
		widgets/qcombobox.h \
		widgets/qframe.h \
		widgets/qlabel.h \
		widgets/qlineedit.h \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		kernel/qprinter.h \
		widgets/qlistview.h \
		widgets/qscrollview.h \
		widgets/qscrollbar.h \
		widgets/qrangecontrol.h \
		kernel/qdrawutil.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qlayout.h \
		kernel/qgmanager.h \
		tools/qintdict.h \
		tools/qgdict.h \
		widgets/qbuttongroup.h \
		widgets/qgroupbox.h \
		widgets/qradiobutton.h \
		widgets/qspinbox.h \
		kernel/qapplication.h \
		tools/qregexp.h

kernel/qpsprinter.o: kernel/qpsprinter.cpp \
		kernel/qpsprinter.h \
		kernel/qprinter.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		tools/qtextstream.h \
		tools/qiodevice.h \
		kernel/qpainter.h \
		kernel/qcolor.h \
		kernel/qfontmetrics.h \
		kernel/qfont.h \
		kernel/qfontinfo.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qpaintdevicedefs.h \
		kernel/qpaintdevicemetrics.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qdatetime.h \
		tools/qdict.h \
		tools/qgdict.h \
		tools/qregexp.h \
		tools/qfile.h \
		tools/qbuffer.h \
		tools/qintdict.h

kernel/qnpsupport.o: kernel/qnpsupport.cpp \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

kernel/qwidgetcreate_x11.o: kernel/qwidgetcreate_x11.cpp \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

dialogs/moc_qfiledialog.o: dialogs/moc_qfiledialog.cpp \
		dialogs/qfiledialog.h \
		tools/qdir.h \
		tools/qstrlist.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qgeneric.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qfileinfo.h \
		tools/qfile.h \
		tools/qdatetime.h \
		kernel/qdialog.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

dialogs/moc_qmessagebox.o: dialogs/moc_qmessagebox.cpp \
		dialogs/qmessagebox.h \
		kernel/qdialog.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

dialogs/moc_qprogressdialog.o: dialogs/moc_qprogressdialog.cpp \
		dialogs/qprogressdialog.h \
		kernel/qsemimodal.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		widgets/qlabel.h \
		widgets/qframe.h \
		widgets/qprogressbar.h

dialogs/moc_qtabdialog.o: dialogs/moc_qtabdialog.cpp \
		dialogs/qtabdialog.h \
		kernel/qdialog.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

kernel/moc_qaccel.o: kernel/moc_qaccel.cpp \
		kernel/qaccel.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qwindowdefs.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qkeycode.h

kernel/moc_qapplication.o: kernel/moc_qapplication.cpp \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

kernel/moc_qasyncio.o: kernel/moc_qasyncio.cpp \
		kernel/qasyncio.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qwindowdefs.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qsignal.h \
		kernel/qtimer.h

kernel/moc_qclipboard.o: kernel/moc_qclipboard.cpp \
		kernel/qclipboard.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qwindowdefs.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h

kernel/moc_qdialog.o: kernel/moc_qdialog.cpp \
		kernel/qdialog.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

kernel/moc_qdragobject.o: kernel/moc_qdragobject.cpp \
		kernel/qdragobject.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qwindowdefs.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qcolor.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qiodevice.h

kernel/moc_qgmanager.o: kernel/moc_qgmanager.cpp \
		kernel/qgmanager.h \
		tools/qintdict.h \
		tools/qgdict.h \
		tools/qcollection.h \
		tools/qglobal.h \
		tools/qgeneric.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

kernel/moc_qlayout.o: kernel/moc_qlayout.cpp \
		kernel/qlayout.h \
		kernel/qgmanager.h \
		tools/qintdict.h \
		tools/qgdict.h \
		tools/qcollection.h \
		tools/qglobal.h \
		tools/qgeneric.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		tools/qlist.h \
		tools/qglist.h

kernel/moc_qsemimodal.o: kernel/moc_qsemimodal.cpp \
		kernel/qsemimodal.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

kernel/moc_qsignalmapper.o: kernel/moc_qsignalmapper.cpp \
		kernel/qsignalmapper.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qwindowdefs.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h

kernel/moc_qsocketnotifier.o: kernel/moc_qsocketnotifier.cpp \
		kernel/qsocketnotifier.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qwindowdefs.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h

kernel/moc_qtimer.o: kernel/moc_qtimer.cpp \
		kernel/qtimer.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qwindowdefs.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h

kernel/moc_qwidget.o: kernel/moc_qwidget.cpp \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

kernel/moc_qwindow.o: kernel/moc_qwindow.cpp \
		kernel/qwindow.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

widgets/moc_qbuttongroup.o: widgets/moc_qbuttongroup.cpp \
		widgets/qbuttongroup.h \
		widgets/qgroupbox.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

widgets/moc_qbutton.o: widgets/moc_qbutton.cpp \
		widgets/qbutton.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

widgets/moc_qcheckbox.o: widgets/moc_qcheckbox.cpp \
		widgets/qcheckbox.h \
		widgets/qbutton.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

widgets/moc_qcombobox.o: widgets/moc_qcombobox.cpp \
		widgets/qcombobox.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

widgets/moc_qframe.o: widgets/moc_qframe.cpp \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

widgets/moc_qgroupbox.o: widgets/moc_qgroupbox.cpp \
		widgets/qgroupbox.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

widgets/moc_qheader.o: widgets/moc_qheader.cpp \
		widgets/qheader.h \
		widgets/qtableview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

widgets/moc_qlabel.o: widgets/moc_qlabel.cpp \
		widgets/qlabel.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

widgets/moc_qlcdnumber.o: widgets/moc_qlcdnumber.cpp \
		widgets/qlcdnumber.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		tools/qbitarray.h

widgets/moc_qlineedit.o: widgets/moc_qlineedit.cpp \
		widgets/qlineedit.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

widgets/moc_qlistbox.o: widgets/moc_qlistbox.cpp \
		widgets/qlistbox.h \
		widgets/qtableview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qpixmap.h

widgets/moc_qlistview.o: widgets/moc_qlistview.cpp \
		widgets/qlistview.h \
		widgets/qscrollview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		widgets/qscrollbar.h \
		widgets/qrangecontrol.h \
		kernel/qdrawutil.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h

widgets/moc_qmainwindow.o: widgets/moc_qmainwindow.cpp \
		widgets/qmainwindow.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

widgets/moc_qmenubar.o: widgets/moc_qmenubar.cpp \
		widgets/qmenubar.h \
		widgets/qpopupmenu.h \
		widgets/qtableview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		widgets/qmenudata.h \
		kernel/qpixmap.h \
		kernel/qsignal.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h

widgets/moc_qmultilinedit.o: widgets/moc_qmultilinedit.cpp \
		widgets/qmultilinedit.h \
		widgets/qtableview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h

widgets/moc_qpopupmenu.o: widgets/moc_qpopupmenu.cpp \
		widgets/qpopupmenu.h \
		widgets/qtableview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		widgets/qmenudata.h \
		kernel/qpixmap.h \
		kernel/qsignal.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h

widgets/moc_qprogressbar.o: widgets/moc_qprogressbar.cpp \
		widgets/qprogressbar.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

widgets/moc_qpushbutton.o: widgets/moc_qpushbutton.cpp \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

widgets/moc_qradiobutton.o: widgets/moc_qradiobutton.cpp \
		widgets/qradiobutton.h \
		widgets/qbutton.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

widgets/moc_qscrollbar.o: widgets/moc_qscrollbar.cpp \
		widgets/qscrollbar.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		widgets/qrangecontrol.h \
		kernel/qdrawutil.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h

widgets/moc_qscrollview.o: widgets/moc_qscrollview.cpp \
		widgets/qscrollview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		widgets/qscrollbar.h \
		widgets/qrangecontrol.h \
		kernel/qdrawutil.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h

widgets/moc_qslider.o: widgets/moc_qslider.cpp \
		widgets/qslider.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		widgets/qrangecontrol.h

widgets/moc_qspinbox.o: widgets/moc_qspinbox.cpp \
		widgets/qspinbox.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		widgets/qrangecontrol.h

widgets/moc_qsplitter.o: widgets/moc_qsplitter.cpp \
		widgets/qsplitter.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

widgets/moc_qstatusbar.o: widgets/moc_qstatusbar.cpp \
		widgets/qstatusbar.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

widgets/moc_qtabbar.o: widgets/moc_qtabbar.cpp \
		widgets/qtabbar.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qpainter.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h

widgets/moc_qtableview.o: widgets/moc_qtableview.cpp \
		widgets/qtableview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

widgets/moc_qtoolbar.o: widgets/moc_qtoolbar.cpp \
		widgets/qtoolbar.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		widgets/qmainwindow.h

widgets/moc_qtoolbutton.o: widgets/moc_qtoolbutton.cpp \
		widgets/qtoolbutton.h \
		widgets/qbutton.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qpixmap.h \
		kernel/qiconset.h

widgets/moc_qtooltip.o: widgets/moc_qtooltip.cpp \
		widgets/qtooltip.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qtimer.h

widgets/moc_qvalidator.o: widgets/moc_qvalidator.cpp \
		widgets/qvalidator.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qwindowdefs.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h

widgets/moc_qwellarray.o: widgets/moc_qwellarray.cpp \
		widgets/qwellarray.h \
		widgets/qtableview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

widgets/moc_qwidgetstack.o: widgets/moc_qwidgetstack.cpp \
		widgets/qwidgetstack.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		tools/qintdict.h \
		tools/qgdict.h \
		tools/qcollection.h

dialogs/moc_qprintdialog.o: dialogs/moc_qprintdialog.cpp \
		dialogs/qprintdialog.h \
		kernel/qdialog.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		kernel/qobject.h \
		tools/qstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qgeneric.h \
		kernel/qevent.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h

dialogs/moc_qfiledialog.cpp: dialogs/qfiledialog.h
	$(MOC) dialogs/qfiledialog.h -o dialogs/moc_qfiledialog.cpp

dialogs/moc_qmessagebox.cpp: dialogs/qmessagebox.h
	$(MOC) dialogs/qmessagebox.h -o dialogs/moc_qmessagebox.cpp

dialogs/moc_qprogressdialog.cpp: dialogs/qprogressdialog.h
	$(MOC) dialogs/qprogressdialog.h -o dialogs/moc_qprogressdialog.cpp

dialogs/moc_qtabdialog.cpp: dialogs/qtabdialog.h
	$(MOC) dialogs/qtabdialog.h -o dialogs/moc_qtabdialog.cpp

kernel/moc_qaccel.cpp: kernel/qaccel.h
	$(MOC) kernel/qaccel.h -o kernel/moc_qaccel.cpp

kernel/moc_qapplication.cpp: kernel/qapplication.h
	$(MOC) kernel/qapplication.h -o kernel/moc_qapplication.cpp

kernel/moc_qasyncio.cpp: kernel/qasyncio.h
	$(MOC) kernel/qasyncio.h -o kernel/moc_qasyncio.cpp

kernel/moc_qclipboard.cpp: kernel/qclipboard.h
	$(MOC) kernel/qclipboard.h -o kernel/moc_qclipboard.cpp

kernel/moc_qdialog.cpp: kernel/qdialog.h
	$(MOC) kernel/qdialog.h -o kernel/moc_qdialog.cpp

kernel/moc_qdragobject.cpp: kernel/qdragobject.h
	$(MOC) kernel/qdragobject.h -o kernel/moc_qdragobject.cpp

kernel/moc_qgmanager.cpp: kernel/qgmanager.h
	$(MOC) kernel/qgmanager.h -o kernel/moc_qgmanager.cpp

kernel/moc_qlayout.cpp: kernel/qlayout.h
	$(MOC) kernel/qlayout.h -o kernel/moc_qlayout.cpp

kernel/moc_qsemimodal.cpp: kernel/qsemimodal.h
	$(MOC) kernel/qsemimodal.h -o kernel/moc_qsemimodal.cpp

kernel/moc_qsignalmapper.cpp: kernel/qsignalmapper.h
	$(MOC) kernel/qsignalmapper.h -o kernel/moc_qsignalmapper.cpp

kernel/moc_qsocketnotifier.cpp: kernel/qsocketnotifier.h
	$(MOC) kernel/qsocketnotifier.h -o kernel/moc_qsocketnotifier.cpp

kernel/moc_qtimer.cpp: kernel/qtimer.h
	$(MOC) kernel/qtimer.h -o kernel/moc_qtimer.cpp

kernel/moc_qwidget.cpp: kernel/qwidget.h
	$(MOC) kernel/qwidget.h -o kernel/moc_qwidget.cpp

kernel/moc_qwindow.cpp: kernel/qwindow.h
	$(MOC) kernel/qwindow.h -o kernel/moc_qwindow.cpp

widgets/moc_qbuttongroup.cpp: widgets/qbuttongroup.h
	$(MOC) widgets/qbuttongroup.h -o widgets/moc_qbuttongroup.cpp

widgets/moc_qbutton.cpp: widgets/qbutton.h
	$(MOC) widgets/qbutton.h -o widgets/moc_qbutton.cpp

widgets/moc_qcheckbox.cpp: widgets/qcheckbox.h
	$(MOC) widgets/qcheckbox.h -o widgets/moc_qcheckbox.cpp

widgets/moc_qcombobox.cpp: widgets/qcombobox.h
	$(MOC) widgets/qcombobox.h -o widgets/moc_qcombobox.cpp

widgets/moc_qframe.cpp: widgets/qframe.h
	$(MOC) widgets/qframe.h -o widgets/moc_qframe.cpp

widgets/moc_qgroupbox.cpp: widgets/qgroupbox.h
	$(MOC) widgets/qgroupbox.h -o widgets/moc_qgroupbox.cpp

widgets/moc_qheader.cpp: widgets/qheader.h
	$(MOC) widgets/qheader.h -o widgets/moc_qheader.cpp

widgets/moc_qlabel.cpp: widgets/qlabel.h
	$(MOC) widgets/qlabel.h -o widgets/moc_qlabel.cpp

widgets/moc_qlcdnumber.cpp: widgets/qlcdnumber.h
	$(MOC) widgets/qlcdnumber.h -o widgets/moc_qlcdnumber.cpp

widgets/moc_qlineedit.cpp: widgets/qlineedit.h
	$(MOC) widgets/qlineedit.h -o widgets/moc_qlineedit.cpp

widgets/moc_qlistbox.cpp: widgets/qlistbox.h
	$(MOC) widgets/qlistbox.h -o widgets/moc_qlistbox.cpp

widgets/moc_qlistview.cpp: widgets/qlistview.h
	$(MOC) widgets/qlistview.h -o widgets/moc_qlistview.cpp

widgets/moc_qmainwindow.cpp: widgets/qmainwindow.h
	$(MOC) widgets/qmainwindow.h -o widgets/moc_qmainwindow.cpp

widgets/moc_qmenubar.cpp: widgets/qmenubar.h
	$(MOC) widgets/qmenubar.h -o widgets/moc_qmenubar.cpp

widgets/moc_qmultilinedit.cpp: widgets/qmultilinedit.h
	$(MOC) widgets/qmultilinedit.h -o widgets/moc_qmultilinedit.cpp

widgets/moc_qpopupmenu.cpp: widgets/qpopupmenu.h
	$(MOC) widgets/qpopupmenu.h -o widgets/moc_qpopupmenu.cpp

widgets/moc_qprogressbar.cpp: widgets/qprogressbar.h
	$(MOC) widgets/qprogressbar.h -o widgets/moc_qprogressbar.cpp

widgets/moc_qpushbutton.cpp: widgets/qpushbutton.h
	$(MOC) widgets/qpushbutton.h -o widgets/moc_qpushbutton.cpp

widgets/moc_qradiobutton.cpp: widgets/qradiobutton.h
	$(MOC) widgets/qradiobutton.h -o widgets/moc_qradiobutton.cpp

widgets/moc_qscrollbar.cpp: widgets/qscrollbar.h
	$(MOC) widgets/qscrollbar.h -o widgets/moc_qscrollbar.cpp

widgets/moc_qscrollview.cpp: widgets/qscrollview.h
	$(MOC) widgets/qscrollview.h -o widgets/moc_qscrollview.cpp

widgets/moc_qslider.cpp: widgets/qslider.h
	$(MOC) widgets/qslider.h -o widgets/moc_qslider.cpp

widgets/moc_qspinbox.cpp: widgets/qspinbox.h
	$(MOC) widgets/qspinbox.h -o widgets/moc_qspinbox.cpp

widgets/moc_qsplitter.cpp: widgets/qsplitter.h
	$(MOC) widgets/qsplitter.h -o widgets/moc_qsplitter.cpp

widgets/moc_qstatusbar.cpp: widgets/qstatusbar.h
	$(MOC) widgets/qstatusbar.h -o widgets/moc_qstatusbar.cpp

widgets/moc_qtabbar.cpp: widgets/qtabbar.h
	$(MOC) widgets/qtabbar.h -o widgets/moc_qtabbar.cpp

widgets/moc_qtableview.cpp: widgets/qtableview.h
	$(MOC) widgets/qtableview.h -o widgets/moc_qtableview.cpp

widgets/moc_qtoolbar.cpp: widgets/qtoolbar.h
	$(MOC) widgets/qtoolbar.h -o widgets/moc_qtoolbar.cpp

widgets/moc_qtoolbutton.cpp: widgets/qtoolbutton.h
	$(MOC) widgets/qtoolbutton.h -o widgets/moc_qtoolbutton.cpp

widgets/moc_qtooltip.cpp: widgets/qtooltip.h
	$(MOC) widgets/qtooltip.h -o widgets/moc_qtooltip.cpp

widgets/moc_qvalidator.cpp: widgets/qvalidator.h
	$(MOC) widgets/qvalidator.h -o widgets/moc_qvalidator.cpp

widgets/moc_qwellarray.cpp: widgets/qwellarray.h
	$(MOC) widgets/qwellarray.h -o widgets/moc_qwellarray.cpp

widgets/moc_qwidgetstack.cpp: widgets/qwidgetstack.h
	$(MOC) widgets/qwidgetstack.h -o widgets/moc_qwidgetstack.cpp

dialogs/moc_qprintdialog.cpp: dialogs/qprintdialog.h
	$(MOC) dialogs/qprintdialog.h -o dialogs/moc_qprintdialog.cpp

