#############################################################################
# Automatically generated from /opt/OpieSdk/opie/arm/qt-2.3.7/./src/Makefile.in
# Build options from 
#############################################################################

QT_CXXFLAGS_OPT = -DQT_NO_QWS_VOODOO3 -DQT_NO_QWS_MACH64 -DQT_NO_QWS_MATROX -DQT_BUILTIN_GIF_READER=1 -DQT_NO_IMAGEIO_MNG -DQT_NO_SM_SUPPORT  -I$(QTDIR)/src/3rdparty/zlib -I$(QTDIR)/src/3rdparty/libpng
QT_CFLAGS_OPT   =  -I$(QTDIR)/src/3rdparty/zlib -I$(QTDIR)/src/3rdparty/libpng
QT_LIBS_OPT	=   -ljpeg 
QT_MODULE_OBJ      = $(PNG_OBJECTS) $(ZLIB_OBJECTS) \
	    $(OBJECTS_tools) \
	    $(OBJECTS_kernel) \
	    $(OBJECTS_widgets) \
	    $(OBJECTS_dialogs) \
	    $(OBJECTS_iconview) \
	    $(OBJECTS_workspace) \
	    $(OBJECTS_network) \
	    $(OBJECTS_canvas) \
	    $(OBJECTS_table) \
	    $(OBJECTS_xml) 

# Compiling
INTERFACE_DECL_PATH 	= .
SYSCONF_CXX		= arm-linux-g++
SYSCONF_CC		= arm-linux-gcc
DASHCROSS		= -arm

# Compiling with support libraries
SYSCONF_CXXFLAGS_X11	= 
SYSCONF_CXXFLAGS_QT	= -I$(QTDIR)/include
SYSCONF_CXXFLAGS_QTOPIA	= -I$(QPEDIR)/include
SYSCONF_CXXFLAGS_OPENGL	= -I/usr/X11R6/include

# Compiling YACC output
SYSCONF_CXXFLAGS_YACC     = -Wno-unused -Wno-parentheses

# Linking with support libraries
SYSCONF_RPATH_X11	= 
SYSCONF_RPATH_QT	= -Wl,-rpath,$(QTDIR)/lib
SYSCONF_RPATH_QTOPIA	= -Wl,-rpath,$(QPEDIR)/lib
SYSCONF_RPATH_OPENGL	= -Wl,-rpath,/usr/X11R6/lib

# Linking with support libraries
# X11
SYSCONF_LFLAGS_X11	= 
SYSCONF_LIBS_X11	= 
# Qt, Qt+OpenGL
SYSCONF_LFLAGS_QT	= -L$(QTDIR)/lib
SYSCONF_LFLAGS_QTOPIA	= -L$(QPEDIR)/lib
SYSCONF_LIBS_QT		= -lqte$(QT_THREAD_SUFFIX)
SYSCONF_LIBS_QT_OPENGL	= 
SYSCONF_LIBS_QTOPIA	= -lqtopia
# OpenGL
SYSCONF_LFLAGS_OPENGL	= -L/usr/X11R6/lib
SYSCONF_LIBS_OPENGL =
# Yacc
SYSCONF_LIBS_YACC	= 

# Linking applications
SYSCONF_LINK		= arm-linux-gcc
SYSCONF_LFLAGS		= 
SYSCONF_LIBS		= 

# Link flags for shared objects
SYSCONF_LFLAGS_SHOBJ	= -shared

# Flags for threading
SYSCONF_CFLAGS_THREAD	= -D_REENTRANT
SYSCONF_CXXFLAGS_THREAD	= -D_REENTRANT
SYSCONF_LFLAGS_THREAD	= 
SYSCONF_LIBS_THREAD	=  -lpthread

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

# UI compiler
SYSCONF_UIC		= $(QTDIR)/bin/uic

# Linking shared libraries
#   - Build the $(TARGET) library, eg. lib$(TARGET).so.2.2.2
#   - Place target in $(DESTDIR) - which has a trailing /
#   - Usually needs to incorporate $(VER_MAJ), $(VER_MIN) and $(VER_PATCH)
#
SYSCONF_LINK_SHLIB	= arm-linux-gcc
SYSCONF_LINK_TARGET_SHARED	= lib$(TARGET).so.$(VER_MAJ).$(VER_MIN).$(VER_PATCH)
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) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN); \
				 ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so; \
				 ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ); \
				 ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ).$(VER_MIN)

# Linking static libraries
#   - Build the $(TARGET) library, eg. lib$(TARGET).a
#   - Place target in $(DESTDIR) - which has a trailing /
#
SYSCONF_AR		= arm-linux-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_CXXFLAGS	= -pipe -DQT_QWS_IPAQ -DQWS -fno-exceptions -fno-rtti -g -Wall -W
SYSCONF_CFLAGS		= -pipe -g -Wall -W
# Default link type (static linking is still be used where required)
SYSCONF_LINK_LIB	= $(SYSCONF_LINK_LIB_SHARED)
SYSCONF_LINK_TARGET	= $(SYSCONF_LINK_TARGET_SHARED)
# Compiling library source
SYSCONF_CXXFLAGS_LIB	= -fPIC
SYSCONF_CFLAGS_LIB	= -fPIC
# Compiling shared-object source
SYSCONF_CXXFLAGS_SHOBJ	= -fPIC
SYSCONF_CFLAGS_SHOBJ	= -fPIC
# Linking Qt
SYSCONF_LIBS_QTLIB	= $(SYSCONF_LFLAGS_X11) $(QT_LIBS_MT) $(QT_LIBS_OPT)
# Linking Qt applications
SYSCONF_LIBS_QTAPP	= 
#############################################################################

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

CXX	=	$(SYSCONF_CXX) $(QT_CXX_MT)
CXXFLAGS=	$(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAGS_X11) $(SYSCONF_CXXFLAGS) $(SYSCONF_CXXFLAGS_LIB) -DQT_NO_IMAGEIO_MNG $(QT_CXXFLAGS_OPT)
CC	=	$(SYSCONF_CC) $(QT_C_MT)
CFLAGS	=	$(SYSCONF_CFLAGS) $(SYSCONF_CFLAGS_LIB) -DQT_NO_IMAGEIO_MNG $(QT_CFLAGS_OPT)
INCPATH =	-I3rdparty/kernel -I3rdparty/tools
LFLAGS	=	$(SYSCONF_LFLAGS) $(QT_LFLAGS_MT)
LIBS	=	$(SUBLIBS)  $(SYSCONF_LIBS_QTLIB)
MOC	=	$(SYSCONF_MOC)
UIC	=	$(SYSCONF_UIC)

####### Target

DESTDIR = ../lib/
VER_MAJ = 2
VER_MIN = 3
VER_PATCH = 7
TARGET	= qte$(QT_THREAD_SUFFIX)
TARGET1 = lib$(TARGET).so.$(VER_MAJ)

####### Files

HEADERS =	
SOURCES =	allmoc.cpp
OBJECTS =	allmoc.o $(QT_MODULE_OBJ)
INTERFACES =    
UICDECLS =      
UICIMPLS =      
SRCMOC	=	
OBJMOC	=	
PNG_OBJECTS  = 3rdparty/libpng/png.o \
		3rdparty/libpng/pngerror.o \
		3rdparty/libpng/pngget.o \
		3rdparty/libpng/pngmem.o \
		3rdparty/libpng/pngpread.o \
		3rdparty/libpng/pngread.o \
		3rdparty/libpng/pngrio.o \
		3rdparty/libpng/pngrtran.o \
		3rdparty/libpng/pngrutil.o \
		3rdparty/libpng/pngset.o \
		3rdparty/libpng/pngtrans.o \
		3rdparty/libpng/pngwio.o \
		3rdparty/libpng/pngwrite.o \
		3rdparty/libpng/pngwtran.o \
		3rdparty/libpng/pngwutil.o
ZLIB_OBJECTS = 3rdparty/zlib/adler32.o \
		3rdparty/zlib/compress.o \
		3rdparty/zlib/crc32.o \
		3rdparty/zlib/deflate.o \
		3rdparty/zlib/gzio.o \
		3rdparty/zlib/infblock.o \
		3rdparty/zlib/infcodes.o \
		3rdparty/zlib/inffast.o \
		3rdparty/zlib/inflate.o \
		3rdparty/zlib/inftrees.o \
		3rdparty/zlib/infutil.o \
		3rdparty/zlib/trees.o \
		3rdparty/zlib/uncompr.o \
		3rdparty/zlib/zutil.o
FT_OBJECTS = 3rdparty/freetype/builds/unix/ftsystem.o \
		3rdparty/freetype/src/base/ftdebug.o \
		3rdparty/freetype/src/base/ftinit.o \
		3rdparty/freetype/src/base/ftbase.o \
		3rdparty/freetype/src/base/ftglyph.o \
		3rdparty/freetype/src/base/ftmm.o \
		3rdparty/freetype/src/base/ftbbox.o \
		3rdparty/freetype/src/autohint/autohint.o \
		3rdparty/freetype/src/cache/ftcache.o \
		3rdparty/freetype/src/cff/cff.o \
		3rdparty/freetype/src/cid/type1cid.o \
		3rdparty/freetype/src/psaux/psaux.o \
		3rdparty/freetype/src/psnames/psmodule.o \
		3rdparty/freetype/src/raster/raster.o \
		3rdparty/freetype/src/sfnt/sfnt.o \
		3rdparty/freetype/src/smooth/smooth.o \
		3rdparty/freetype/src/truetype/truetype.o \
		3rdparty/freetype/src/type1/type1.o \
		3rdparty/freetype/src/winfonts/winfnt.o


OBJECTS_tools = 3rdparty/tools/qbig5codec.o \
		3rdparty/tools/qeucjpcodec.o \
		3rdparty/tools/qeuckrcodec.o \
		3rdparty/tools/qgbkcodec.o \
		3rdparty/tools/qjiscodec.o \
		3rdparty/tools/qjpunicode.o \
		3rdparty/tools/qrtlcodec.o \
		3rdparty/tools/qsjiscodec.o \
		3rdparty/tools/qtsciicodec.o \
		tools/qdir_unix.o \
		tools/qfile_unix.o \
		tools/qfileinfo_unix.o \
		tools/qbitarray.o \
		tools/qbuffer.o \
		tools/qcollection.o \
		tools/qcstring.o \
		tools/qdatastream.o \
		tools/qdatetime.o \
		tools/qdir.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/qmap.o \
		tools/qregexp.o \
		tools/qstring.o \
		tools/qstringlist.o \
		tools/qtextcodec.o \
		tools/qtextstream.o \
		tools/qutfcodec.o
OBJECTS_kernel = 3rdparty/kernel/qregion_qws.o \
		3rdparty/kernel/qpointarray.o \
		3rdparty/kernel/qpolygonscanner.o \
		3rdparty/kernel/qgifimageformat.o \
		kernel/qpsprinter.o \
		kernel/qthread_unix.o \
		kernel/qgfxraster_qws.o \
		kernel/qapplication_qws.o \
		kernel/qclipboard_qws.o \
		kernel/qcolor_qws.o \
		kernel/qcopchannel_qws.o \
		kernel/qcursor_qws.o \
		kernel/qdirectpainter_qws.o \
		kernel/qdnd_qws.o \
		kernel/qfont_qws.o \
		kernel/qinputcontext_qws.o \
		kernel/qpixmap_qws.o \
		kernel/qprinter_qws.o \
		kernel/qpaintdevice_qws.o \
		kernel/qpainter_qws.o \
		kernel/qwidget_qws.o \
		kernel/qgfx_qws.o \
		kernel/qfontmanager_qws.o \
		kernel/qfontfactorybdf_qws.o \
		kernel/qfontfactoryttf_qws.o \
		kernel/qmemorymanager_qws.o \
		kernel/qwscommand_qws.o \
		kernel/qwsevent_qws.o \
		kernel/qwindowsystem_qws.o \
		kernel/qkeyboard_qws.o \
		kernel/qwscursor_qws.o \
		kernel/qwsdecoration_qws.o \
		kernel/qwsmouse_qws.o \
		kernel/qsharedmemory.o \
		kernel/qwsmanager_qws.o \
		kernel/qwsdefaultdecoration_qws.o \
		kernel/qwshydrodecoration_qws.o \
		kernel/qwsbeosdecoration_qws.o \
		kernel/qwskdedecoration_qws.o \
		kernel/qwswindowsdecoration_qws.o \
		kernel/qwskde2decoration_qws.o \
		kernel/qwsproperty_qws.o \
		kernel/qlock_qws.o \
		kernel/qwsregionmanager_qws.o \
		kernel/qwssocket_qws.o \
		kernel/qsoundqss_qws.o \
		kernel/qsound_qws.o \
		kernel/qnetworkprotocol.o \
		kernel/qsound.o \
		kernel/qabstractlayout.o \
		kernel/qaccel.o \
		kernel/qapplication.o \
		kernel/qasyncimageio.o \
		kernel/qasyncio.o \
		kernel/qbitmap.o \
		kernel/qclipboard.o \
		kernel/qcolor.o \
		kernel/qcolor_p.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/qfontdatabase.o \
		kernel/qguardedptr.o \
		kernel/qiconset.o \
		kernel/qimage.o \
		kernel/qjpegio.o \
		kernel/qlayout.o \
		kernel/qlayoutengine.o \
		kernel/qtranslator.o \
		kernel/qmetaobject.o \
		kernel/qmime.o \
		kernel/qmngio.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/qpngio.o \
		kernel/qpoint.o \
		kernel/qprinter.o \
		kernel/qrect.o \
		kernel/qregion.o \
		kernel/qrichtext.o \
		kernel/qsignal.o \
		kernel/qsignalmapper.o \
		kernel/qsimplerichtext.o \
		kernel/qsize.o \
		kernel/qsizegrip.o \
		kernel/qstyle.o \
		kernel/qsocketnotifier.o \
		kernel/qstylesheet.o \
		kernel/qtimer.o \
		kernel/qwidget.o \
		kernel/qwmatrix.o \
		kernel/qvariant.o \
		kernel/qlocalfs.o \
		kernel/qurl.o \
		kernel/qurloperator.o \
		kernel/qurlinfo.o \
		kernel/qsemimodal.o
OBJECTS_widgets = widgets/qcompactstyle.o \
		widgets/qbuttongroup.o \
		widgets/qbutton.o \
		widgets/qcdestyle.o \
		widgets/qcheckbox.o \
		widgets/qcombobox.o \
		widgets/qcommonstyle.o \
		widgets/qdial.o \
		widgets/qframe.o \
		widgets/qgrid.o \
		widgets/qgroupbox.o \
		widgets/qhbuttongroup.o \
		widgets/qheader.o \
		widgets/qhgroupbox.o \
		widgets/qhbox.o \
		widgets/qinterlacestyle.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/qmotifstyle.o \
		widgets/qmotifplusstyle.o \
		widgets/qmultilineedit.o \
		widgets/qplatinumstyle.o \
		widgets/qpopupmenu.o \
		widgets/qprogressbar.o \
		widgets/qpushbutton.o \
		widgets/qradiobutton.o \
		widgets/qrangecontrol.o \
		widgets/qscrollbar.o \
		widgets/qscrollview.o \
		widgets/qsgistyle.o \
		widgets/qslider.o \
		widgets/qspinbox.o \
		widgets/qsplitter.o \
		widgets/qstatusbar.o \
		widgets/qtabbar.o \
		widgets/qtabwidget.o \
		widgets/qtableview.o \
		widgets/qtextview.o \
		widgets/qtoolbar.o \
		widgets/qtoolbutton.o \
		widgets/qtooltip.o \
		widgets/qvalidator.o \
		widgets/qvbox.o \
		widgets/qvbuttongroup.o \
		widgets/qvgroupbox.o \
		widgets/qwhatsthis.o \
		widgets/qwidgetstack.o \
		widgets/qwindowsstyle.o \
		widgets/qaction.o \
		widgets/qeffects.o \
		widgets/qtextbrowser.o
OBJECTS_dialogs = dialogs/qprintdialog.o \
		dialogs/qcolordialog.o \
		dialogs/qfiledialog.o \
		dialogs/qfontdialog.o \
		dialogs/qinputdialog.o \
		dialogs/qmessagebox.o \
		dialogs/qprogressdialog.o \
		dialogs/qtabdialog.o \
		dialogs/qwizard.o
OBJECTS_iconview = iconview/qiconview.o
OBJECTS_workspace = workspace/qworkspace.o
OBJECTS_sound = 
OBJECTS_semimodal = 
OBJECTS_network = network/qdns.o \
		network/qftp.o \
		network/qhostaddress.o \
		network/qnetwork.o \
		network/qserversocket.o \
		network/qsocket.o \
		network/qsocketdevice.o \
		network/qsocketdevice_unix.o
OBJECTS_canvas = canvas/qcanvas.o
OBJECTS_table = table/qtable.o
OBJECTS_xml = xml/qxml.o \
		xml/qdom.o
OBJECTS_opengl = 


####### Implicit rules

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

.cpp.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<

.cxx.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<

.cc.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<

.C.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<

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

####### Build rules


all: $(DESTDIR)$(SYSCONF_LINK_TARGET)

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

moc: $(SRCMOC)

tmake:
	tmake qt.pro

clean:
	-rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS)
	-rm -f *~ core
	-rm -f allmoc.cpp

####### Extension Modules

listpromodules:
	@echo tools \
		kernel \
		widgets \
		dialogs iconview \
		workspace \
		sound \
		semimodal

listallmodules:
	@echo tools \
		kernel \
		widgets \
		dialogs \
		iconview \
		workspace \
		sound \
		semimodal \
		network \
		canvas \
		table \
		xml \
		opengl

listaddonpromodules:
	@echo iconview \
		workspace \
		sound \
		semimodal

listaddonentmodules:
	@echo iconview \
		workspace \
		sound \
		semimodal network \
		canvas \
		table \
		xml \
		opengl


REQUIRES=

####### Sub-libraries


###### Combined headers

allmoc.cpp: kernel/qt.h dialogs/qcolordialog.h \
		dialogs/qfiledialog.h \
		dialogs/qfontdialog.h \
		dialogs/qmessagebox.h \
		dialogs/qprogressdialog.h \
		dialogs/qtabdialog.h \
		dialogs/qwizard.h \
		dialogs/qinputdialog.h \
		kernel/qnetworkprotocol.h \
		kernel/qsound.h \
		kernel/qabstractlayout.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_p.h \
		kernel/qfontinfo.h \
		kernel/qfontmetrics.h \
		kernel/qguardedptr.h \
		kernel/qgif.h \
		kernel/qiconset.h \
		kernel/qimage.h \
		kernel/qkeycode.h \
		kernel/qjpegio.h \
		kernel/qlayout.h \
		kernel/qlayoutengine_p.h \
		kernel/qtranslator.h \
		kernel/qmetaobject.h \
		kernel/qmime.h \
		kernel/qmngio.h \
		kernel/qmovie.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		kernel/qobjectdict.h \
		kernel/qobjectlist.h \
		kernel/qpaintdevice.h \
		kernel/qpaintdevicedefs.h \
		kernel/qpainter.h \
		kernel/qpainter_p.h \
		kernel/qpalette.h \
		kernel/qpaintdevicemetrics.h \
		kernel/qpen.h \
		kernel/qpicture.h \
		kernel/qpixmap.h \
		kernel/qpixmapcache.h \
		kernel/qpngio.h \
		kernel/qpoint.h \
		kernel/qprinter.h \
		kernel/qrect.h \
		kernel/qregion.h \
		kernel/qsessionmanager.h \
		kernel/qsignal.h \
		kernel/qsignalmapper.h \
		kernel/qsignalslotimp.h \
		kernel/qsimplerichtext.h \
		kernel/qsize.h \
		kernel/qsizegrip.h \
		kernel/qsizepolicy.h \
		kernel/qsocketnotifier.h \
		kernel/qstyle.h \
		kernel/qstylesheet.h \
		kernel/qthread.h \
		kernel/qthread_p.h \
		kernel/qtimer.h \
		kernel/qwidget.h \
		kernel/qwidgetintdict.h \
		kernel/qwidgetlist.h \
		kernel/qwindowdefs.h \
		kernel/qwmatrix.h \
		kernel/qvariant.h \
		kernel/qlocalfs.h \
		kernel/qurl.h \
		kernel/qurlinfo.h \
		kernel/qurloperator.h \
		kernel/qsemimodal.h \
		3rdparty/kernel/qpointarray.h \
		3rdparty/kernel/qpolygonscanner.h \
		3rdparty/kernel/qgifimageformat_p.h \
		tools/qarray.h \
		tools/qasciicache.h \
		tools/qasciidict.h \
		tools/qbitarray.h \
		tools/qbuffer.h \
		tools/qcache.h \
		tools/qcollection.h \
		tools/qcstring.h \
		tools/qdatastream.h \
		tools/qdatetime.h \
		tools/qdict.h \
		tools/qdir.h \
		tools/qfile.h \
		tools/qfiledefs_p.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/qmap.h \
		tools/qptrdict.h \
		tools/qqueue.h \
		tools/qregexp.h \
		tools/qshared.h \
		tools/qsortedlist.h \
		tools/qstack.h \
		tools/qstring.h \
		tools/qstringlist.h \
		tools/qstrlist.h \
		tools/qstrvec.h \
		tools/qtextcodec.h \
		tools/qtextstream.h \
		tools/qutfcodec.h \
		tools/qvector.h \
		tools/qvaluelist.h \
		3rdparty/tools/qbig5codec.h \
		3rdparty/tools/qeucjpcodec.h \
		3rdparty/tools/qeuckrcodec.h \
		3rdparty/tools/qgbkcodec.h \
		3rdparty/tools/qjiscodec.h \
		3rdparty/tools/qjpunicode.h \
		3rdparty/tools/qrtlcodec.h \
		3rdparty/tools/qsjiscodec.h \
		3rdparty/tools/qtsciicodec.h \
		widgets/qbuttongroup.h \
		widgets/qbutton.h \
		widgets/qcheckbox.h \
		widgets/qcdestyle.h \
		widgets/qcombobox.h \
		widgets/qcommonstyle.h \
		widgets/qdial.h \
		widgets/qframe.h \
		widgets/qgrid.h \
		widgets/qgroupbox.h \
		widgets/qhbuttongroup.h \
		widgets/qheader.h \
		widgets/qhgroupbox.h \
		widgets/qhbox.h \
		widgets/qinterlacestyle.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/qmotifstyle.h \
		widgets/qmotifplusstyle.h \
		widgets/qmultilineedit.h \
		widgets/qplatinumstyle.h \
		widgets/qpopupmenu.h \
		widgets/qprogressbar.h \
		widgets/qpushbutton.h \
		widgets/qradiobutton.h \
		widgets/qrangecontrol.h \
		widgets/qscrollbar.h \
		widgets/qscrollview.h \
		widgets/qsgistyle.h \
		widgets/qslider.h \
		widgets/qspinbox.h \
		widgets/qsplitter.h \
		widgets/qstatusbar.h \
		widgets/qtabbar.h \
		widgets/qtabwidget.h \
		widgets/qtableview.h \
		widgets/qtextview.h \
		widgets/qtoolbar.h \
		widgets/qtoolbutton.h \
		widgets/qtooltip.h \
		widgets/qvalidator.h \
		widgets/qvbox.h \
		widgets/qvbuttongroup.h \
		widgets/qvgroupbox.h \
		widgets/qwhatsthis.h \
		widgets/qwidgetstack.h \
		widgets/qwindowsstyle.h \
		widgets/qaction.h \
		widgets/qtextbrowser.h \
		dialogs/qprintdialog.h \
		kernel/qfontdatabase.h \
		kernel/qpsprinter_p.h \
		kernel/qsoundqss_qws.h \
		kernel/qcopchannel_qws.h \
		kernel/qfontmanager_qws.h \
		kernel/qfontfactorybdf_qws.h \
		kernel/qdirectpainter_qws.h \
		kernel/qkeyboard_qws.h \
		kernel/qfontfactoryttf_qws.h \
		kernel/qmemorymanager_qws.h \
		kernel/qwsdecoration_qws.h \
		kernel/qwsmanager_qws.h \
		kernel/qwsdefaultdecoration_qws.h \
		kernel/qwshydrodecoration_qws.h \
		kernel/qwsbeosdecoration_qws.h \
		kernel/qwskdedecoration_qws.h \
		kernel/qwswindowsdecoration_qws.h \
		kernel/qwskde2decoration_qws.h \
		kernel/qgfx_qws.h \
		kernel/qgfxraster_qws.h \
		kernel/qgfxlinuxfb_qws.h \
		kernel/qgfxvnc_qws.h \
		kernel/qsharedmemory.h \
		kernel/qwindowsystem_qws.h \
		kernel/qwscursor_qws.h \
		kernel/qwsmouse_qws.h \
		kernel/qlock_qws.h \
		kernel/qwsregionmanager_qws.h \
		kernel/qwsdisplay_qws.h \
		kernel/qwssocket_qws.h \
		widgets/qcompactstyle.h \
		xml/qxml.h \
		xml/qdom.h \
		workspace/qworkspace.h \
		canvas/qcanvas.h \
		iconview/qiconview.h \
		table/qtable.h \
		network/qdns.h \
		network/qftp.h \
		network/qhostaddress.h \
		network/qnetwork.h \
		network/qserversocket.h \
		network/qsocket.h \
		network/qsocketdevice.h
	echo '#include "kernel/qt.h"' >allmoc.cpp
	$(CXX) -E -DQT_MOC_CPP $(CXXFLAGS) $(INCPATH) >allmoc.h allmoc.cpp
	$(MOC) -o allmoc.cpp allmoc.h
	perl -pi -e 's{"allmoc.h"}{"kernel/qt.h"}' allmoc.cpp
	rm allmoc.h



####### Compile

allmoc.o: allmoc.cpp

3rdparty/libpng/png.o: 3rdparty/libpng/png.c \
		3rdparty/libpng/png.h \
		3rdparty/libpng/pngconf.h

3rdparty/libpng/pngerror.o: 3rdparty/libpng/pngerror.c \
		3rdparty/libpng/png.h \
		3rdparty/libpng/pngconf.h

3rdparty/libpng/pngget.o: 3rdparty/libpng/pngget.c \
		3rdparty/libpng/png.h \
		3rdparty/libpng/pngconf.h

3rdparty/libpng/pngmem.o: 3rdparty/libpng/pngmem.c \
		3rdparty/libpng/png.h \
		3rdparty/libpng/pngconf.h

3rdparty/libpng/pngpread.o: 3rdparty/libpng/pngpread.c \
		3rdparty/libpng/png.h \
		3rdparty/libpng/pngconf.h

3rdparty/libpng/pngread.o: 3rdparty/libpng/pngread.c \
		3rdparty/libpng/png.h \
		3rdparty/libpng/pngconf.h

3rdparty/libpng/pngrio.o: 3rdparty/libpng/pngrio.c \
		3rdparty/libpng/png.h \
		3rdparty/libpng/pngconf.h

3rdparty/libpng/pngrtran.o: 3rdparty/libpng/pngrtran.c \
		3rdparty/libpng/png.h \
		3rdparty/libpng/pngconf.h

3rdparty/libpng/pngrutil.o: 3rdparty/libpng/pngrutil.c \
		3rdparty/libpng/png.h \
		3rdparty/libpng/pngconf.h

3rdparty/libpng/pngset.o: 3rdparty/libpng/pngset.c \
		3rdparty/libpng/png.h \
		3rdparty/libpng/pngconf.h

3rdparty/libpng/pngtrans.o: 3rdparty/libpng/pngtrans.c \
		3rdparty/libpng/png.h \
		3rdparty/libpng/pngconf.h

3rdparty/libpng/pngwio.o: 3rdparty/libpng/pngwio.c \
		3rdparty/libpng/png.h \
		3rdparty/libpng/pngconf.h

3rdparty/libpng/pngwrite.o: 3rdparty/libpng/pngwrite.c \
		3rdparty/libpng/png.h \
		3rdparty/libpng/pngconf.h

3rdparty/libpng/pngwtran.o: 3rdparty/libpng/pngwtran.c \
		3rdparty/libpng/png.h \
		3rdparty/libpng/pngconf.h

3rdparty/libpng/pngwutil.o: 3rdparty/libpng/pngwutil.c \
		3rdparty/libpng/png.h \
		3rdparty/libpng/pngconf.h

3rdparty/zlib/adler32.o: 3rdparty/zlib/adler32.c \
		3rdparty/zlib/zlib.h \
		3rdparty/zlib/zconf.h

3rdparty/zlib/compress.o: 3rdparty/zlib/compress.c \
		3rdparty/zlib/zlib.h \
		3rdparty/zlib/zconf.h

3rdparty/zlib/crc32.o: 3rdparty/zlib/crc32.c \
		3rdparty/zlib/zlib.h \
		3rdparty/zlib/zconf.h

3rdparty/zlib/deflate.o: 3rdparty/zlib/deflate.c \
		3rdparty/zlib/deflate.h \
		3rdparty/zlib/zutil.h \
		3rdparty/zlib/zlib.h \
		3rdparty/zlib/zconf.h

3rdparty/zlib/gzio.o: 3rdparty/zlib/gzio.c \
		3rdparty/zlib/zutil.h \
		3rdparty/zlib/zlib.h \
		3rdparty/zlib/zconf.h

3rdparty/zlib/infblock.o: 3rdparty/zlib/infblock.c \
		3rdparty/zlib/zutil.h \
		3rdparty/zlib/zlib.h \
		3rdparty/zlib/zconf.h \
		3rdparty/zlib/infblock.h \
		3rdparty/zlib/inftrees.h \
		3rdparty/zlib/infcodes.h \
		3rdparty/zlib/infutil.h

3rdparty/zlib/infcodes.o: 3rdparty/zlib/infcodes.c \
		3rdparty/zlib/zutil.h \
		3rdparty/zlib/zlib.h \
		3rdparty/zlib/zconf.h \
		3rdparty/zlib/inftrees.h \
		3rdparty/zlib/infblock.h \
		3rdparty/zlib/infcodes.h \
		3rdparty/zlib/infutil.h \
		3rdparty/zlib/inffast.h

3rdparty/zlib/inffast.o: 3rdparty/zlib/inffast.c \
		3rdparty/zlib/zutil.h \
		3rdparty/zlib/zlib.h \
		3rdparty/zlib/zconf.h \
		3rdparty/zlib/inftrees.h \
		3rdparty/zlib/infblock.h \
		3rdparty/zlib/infcodes.h \
		3rdparty/zlib/infutil.h \
		3rdparty/zlib/inffast.h

3rdparty/zlib/inflate.o: 3rdparty/zlib/inflate.c \
		3rdparty/zlib/zutil.h \
		3rdparty/zlib/zlib.h \
		3rdparty/zlib/zconf.h \
		3rdparty/zlib/infblock.h

3rdparty/zlib/inftrees.o: 3rdparty/zlib/inftrees.c \
		3rdparty/zlib/zutil.h \
		3rdparty/zlib/zlib.h \
		3rdparty/zlib/zconf.h \
		3rdparty/zlib/inftrees.h \
		3rdparty/zlib/inffixed.h

3rdparty/zlib/infutil.o: 3rdparty/zlib/infutil.c \
		3rdparty/zlib/zutil.h \
		3rdparty/zlib/zlib.h \
		3rdparty/zlib/zconf.h \
		3rdparty/zlib/infblock.h \
		3rdparty/zlib/inftrees.h \
		3rdparty/zlib/infcodes.h \
		3rdparty/zlib/infutil.h

3rdparty/zlib/trees.o: 3rdparty/zlib/trees.c \
		3rdparty/zlib/deflate.h \
		3rdparty/zlib/zutil.h \
		3rdparty/zlib/zlib.h \
		3rdparty/zlib/zconf.h \
		3rdparty/zlib/trees.h

3rdparty/zlib/uncompr.o: 3rdparty/zlib/uncompr.c \
		3rdparty/zlib/zlib.h \
		3rdparty/zlib/zconf.h

3rdparty/zlib/zutil.o: 3rdparty/zlib/zutil.c \
		3rdparty/zlib/zutil.h \
		3rdparty/zlib/zlib.h \
		3rdparty/zlib/zconf.h

3rdparty/freetype/builds/unix/ftsystem.o: 3rdparty/freetype/builds/unix/ftsystem.c \
		3rdparty/freetype/builds/unix/ftconfig.h

3rdparty/freetype/src/base/ftdebug.o: 3rdparty/freetype/src/base/ftdebug.c

3rdparty/freetype/src/base/ftinit.o: 3rdparty/freetype/src/base/ftinit.c

3rdparty/freetype/src/base/ftbase.o: 3rdparty/freetype/src/base/ftbase.c \
		3rdparty/freetype/src/base/ftcalc.c \
		3rdparty/freetype/src/base/ftobjs.c \
		3rdparty/freetype/src/base/ftstream.c \
		3rdparty/freetype/src/base/ftlist.c \
		3rdparty/freetype/src/base/ftoutln.c \
		3rdparty/freetype/src/base/ftextend.c \
		3rdparty/freetype/src/base/ftnames.c

3rdparty/freetype/src/base/ftglyph.o: 3rdparty/freetype/src/base/ftglyph.c

3rdparty/freetype/src/base/ftmm.o: 3rdparty/freetype/src/base/ftmm.c

3rdparty/freetype/src/base/ftbbox.o: 3rdparty/freetype/src/base/ftbbox.c

3rdparty/freetype/src/autohint/autohint.o: 3rdparty/freetype/src/autohint/autohint.c \
		3rdparty/freetype/src/autohint/ahangles.c \
		3rdparty/freetype/src/autohint/ahangles.h \
		3rdparty/freetype/src/autohint/ahtypes.h \
		3rdparty/freetype/src/autohint/ahloader.h \
		3rdparty/freetype/src/autohint/ahglyph.c \
		3rdparty/freetype/src/autohint/ahglyph.h \
		3rdparty/freetype/src/autohint/ahglobal.h \
		3rdparty/freetype/src/autohint/ahglobal.c \
		3rdparty/freetype/src/autohint/ahhint.c \
		3rdparty/freetype/src/autohint/ahhint.h \
		3rdparty/freetype/src/autohint/ahmodule.c

3rdparty/freetype/src/cache/ftcache.o: 3rdparty/freetype/src/cache/ftcache.c \
		3rdparty/freetype/src/cache/ftlru.c \
		3rdparty/freetype/src/cache/ftcmanag.c \
		3rdparty/freetype/src/cache/ftcglyph.c \
		3rdparty/freetype/src/cache/ftcchunk.c \
		3rdparty/freetype/src/cache/ftcimage.c \
		3rdparty/freetype/src/cache/ftcsbits.c

3rdparty/freetype/src/cff/cff.o: 3rdparty/freetype/src/cff/cff.c \
		3rdparty/freetype/src/cff/t2driver.c \
		3rdparty/freetype/src/cff/t2driver.h \
		3rdparty/freetype/src/cff/t2gload.h \
		3rdparty/freetype/src/cff/t2objs.h \
		3rdparty/freetype/src/cff/t2parse.c \
		3rdparty/freetype/src/cff/t2parse.h \
		3rdparty/freetype/src/cff/t2tokens.h \
		3rdparty/freetype/src/cff/t2load.c \
		3rdparty/freetype/src/cff/t2load.h \
		3rdparty/freetype/src/cff/t2objs.c \
		3rdparty/freetype/src/cff/t2gload.c

3rdparty/freetype/src/cid/type1cid.o: 3rdparty/freetype/src/cid/type1cid.c \
		3rdparty/freetype/src/cid/cidparse.c \
		3rdparty/freetype/src/cid/cidparse.h \
		3rdparty/freetype/src/cid/cidload.c \
		3rdparty/freetype/src/cid/cidload.h \
		3rdparty/freetype/src/cid/cidtokens.h \
		3rdparty/freetype/src/cid/cidobjs.c \
		3rdparty/freetype/src/cid/cidgload.h \
		3rdparty/freetype/src/cid/cidobjs.h \
		3rdparty/freetype/src/cid/cidriver.c \
		3rdparty/freetype/src/cid/cidriver.h \
		3rdparty/freetype/src/cid/cidgload.c

3rdparty/freetype/src/psaux/psaux.o: 3rdparty/freetype/src/psaux/psaux.c \
		3rdparty/freetype/src/psaux/psobjs.c \
		3rdparty/freetype/src/psaux/psobjs.h \
		3rdparty/freetype/src/psaux/psauxmod.c \
		3rdparty/freetype/src/psaux/t1decode.c \
		3rdparty/freetype/src/psaux/t1decode.h

3rdparty/freetype/src/psnames/psmodule.o: 3rdparty/freetype/src/psnames/psmodule.c \
		3rdparty/freetype/src/psnames/psmodule.h \
		3rdparty/freetype/src/psnames/pstables.h

3rdparty/freetype/src/raster/raster.o: 3rdparty/freetype/src/raster/raster.c \
		3rdparty/freetype/src/raster/ftraster.c \
		3rdparty/freetype/src/raster/ftraster.h \
		3rdparty/freetype/src/raster/ftrend1.c \
		3rdparty/freetype/src/raster/ftrend1.h

3rdparty/freetype/src/sfnt/sfnt.o: 3rdparty/freetype/src/sfnt/sfnt.c \
		3rdparty/freetype/src/sfnt/ttload.c \
		3rdparty/freetype/src/sfnt/ttload.h \
		3rdparty/freetype/src/sfnt/ttcmap.h \
		3rdparty/freetype/src/sfnt/ttcmap.c \
		3rdparty/freetype/src/sfnt/sfobjs.c \
		3rdparty/freetype/src/sfnt/sfobjs.h \
		3rdparty/freetype/src/sfnt/ttsbit.c \
		3rdparty/freetype/src/sfnt/ttsbit.h \
		3rdparty/freetype/src/sfnt/ttpost.c \
		3rdparty/freetype/src/sfnt/ttpost.h \
		3rdparty/freetype/src/sfnt/sfdriver.c \
		3rdparty/freetype/src/sfnt/sfdriver.h

3rdparty/freetype/src/smooth/smooth.o: 3rdparty/freetype/src/smooth/smooth.c \
		3rdparty/freetype/src/smooth/ftgrays.c \
		3rdparty/freetype/src/smooth/ftgrays.h \
		3rdparty/freetype/src/smooth/ftsmooth.c \
		3rdparty/freetype/src/smooth/ftsmooth.h

3rdparty/freetype/src/truetype/truetype.o: 3rdparty/freetype/src/truetype/truetype.c \
		3rdparty/freetype/src/truetype/ttdriver.c \
		3rdparty/freetype/src/truetype/ttdriver.h \
		3rdparty/freetype/src/truetype/ttgload.h \
		3rdparty/freetype/src/truetype/ttobjs.h \
		3rdparty/freetype/src/truetype/ttinterp.h \
		3rdparty/freetype/src/truetype/ttpload.c \
		3rdparty/freetype/src/truetype/ttpload.h \
		3rdparty/freetype/src/truetype/ttgload.c \
		3rdparty/freetype/src/truetype/ttobjs.c \
		3rdparty/freetype/src/truetype/ttinterp.c

3rdparty/freetype/src/type1/type1.o: 3rdparty/freetype/src/type1/type1.c \
		3rdparty/freetype/src/type1/t1parse.c \
		3rdparty/freetype/src/type1/t1parse.h \
		3rdparty/freetype/src/type1/t1load.c \
		3rdparty/freetype/src/type1/t1load.h \
		3rdparty/freetype/src/type1/t1tokens.h \
		3rdparty/freetype/src/type1/t1objs.c \
		3rdparty/freetype/src/type1/t1gload.h \
		3rdparty/freetype/src/type1/t1objs.h \
		3rdparty/freetype/src/type1/t1afm.h \
		3rdparty/freetype/src/type1/t1driver.c \
		3rdparty/freetype/src/type1/t1driver.h \
		3rdparty/freetype/src/type1/t1gload.c \
		3rdparty/freetype/src/type1/t1afm.c

3rdparty/freetype/src/winfonts/winfnt.o: 3rdparty/freetype/src/winfonts/winfnt.c \
		3rdparty/freetype/src/winfonts/winfnt.h



# Module tools...
3rdparty/tools/qbig5codec.o: 3rdparty/tools/qbig5codec.cpp \
		3rdparty/tools/qbig5codec.h \
		tools/qtextcodec.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h

3rdparty/tools/qeucjpcodec.o: 3rdparty/tools/qeucjpcodec.cpp \
		3rdparty/tools/qeucjpcodec.h \
		tools/qtextcodec.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		3rdparty/tools/qjpunicode.h

3rdparty/tools/qeuckrcodec.o: 3rdparty/tools/qeuckrcodec.cpp \
		3rdparty/tools/qeuckrcodec.h \
		tools/qtextcodec.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h

3rdparty/tools/qgbkcodec.o: 3rdparty/tools/qgbkcodec.cpp \
		3rdparty/tools/qgbkcodec.h \
		tools/qtextcodec.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h

3rdparty/tools/qjiscodec.o: 3rdparty/tools/qjiscodec.cpp \
		3rdparty/tools/qjiscodec.h \
		tools/qtextcodec.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		3rdparty/tools/qjpunicode.h

3rdparty/tools/qjpunicode.o: 3rdparty/tools/qjpunicode.cpp \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		3rdparty/tools/qjpunicode.h

3rdparty/tools/qrtlcodec.o: 3rdparty/tools/qrtlcodec.cpp \
		3rdparty/tools/qrtlcodec.h \
		tools/qtextcodec.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h

3rdparty/tools/qsjiscodec.o: 3rdparty/tools/qsjiscodec.cpp \
		3rdparty/tools/qsjiscodec.h \
		tools/qtextcodec.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		3rdparty/tools/qjpunicode.h

3rdparty/tools/qtsciicodec.o: 3rdparty/tools/qtsciicodec.cpp \
		3rdparty/tools/qtsciicodec.h \
		tools/qtextcodec.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h

tools/qdir_unix.o: tools/qdir_unix.cpp \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qdir.h \
		tools/qstrlist.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.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_p.h \
		tools/qregexp.h \
		tools/qstringlist.h \
		tools/qvaluelist.h

tools/qfile_unix.o: tools/qfile_unix.cpp \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qfile.h \
		tools/qiodevice.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qstring.h \
		tools/qfiledefs_p.h

tools/qfileinfo_unix.o: tools/qfileinfo_unix.cpp \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qfileinfo.h \
		tools/qfile.h \
		tools/qiodevice.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qstring.h \
		tools/qdatetime.h \
		tools/qfiledefs_p.h \
		tools/qdir.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h

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

tools/qbuffer.o: tools/qbuffer.cpp \
		tools/qbuffer.h \
		tools/qiodevice.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qstring.h

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

tools/qcstring.o: tools/qcstring.cpp \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qregexp.h \
		tools/qdatastream.h \
		tools/qiodevice.h

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

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

tools/qdir.o: tools/qdir.cpp \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qdir.h \
		tools/qstrlist.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.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_p.h \
		tools/qregexp.h \
		tools/qstringlist.h \
		tools/qvaluelist.h

tools/qfile.o: tools/qfile.cpp \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qfile.h \
		tools/qiodevice.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qstring.h \
		tools/qfiledefs_p.h

tools/qfileinfo.o: tools/qfileinfo.cpp \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qfileinfo.h \
		tools/qfile.h \
		tools/qiodevice.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qstring.h \
		tools/qdatetime.h \
		tools/qfiledefs_p.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/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h

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

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

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

tools/qglobal.o: tools/qglobal.cpp \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		tools/qcollection.h \
		tools/qstring.h \
		tools/qcstring.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/qconfig.h \
		tools/qfeatures.h \
		tools/qglist.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qdatastream.h \
		tools/qiodevice.h

tools/qiodevice.o: tools/qiodevice.cpp \
		tools/qiodevice.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h

tools/qmap.o: tools/qmap.cpp \
		tools/qmap.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qstring.h

tools/qregexp.o: tools/qregexp.cpp \
		tools/qregexp.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h

tools/qstring.o: tools/qstring.cpp \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qregexp.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qtextcodec.h \
		tools/qstack.h \
		tools/qglist.h \
		tools/qcollection.h

tools/qstringlist.o: tools/qstringlist.cpp \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qstring.h \
		tools/qregexp.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qtl.h \
		tools/qtextstream.h

tools/qtextcodec.o: tools/qtextcodec.cpp \
		tools/qtextcodec.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qutfcodec.h \
		3rdparty/tools/qgbkcodec.h \
		3rdparty/tools/qeucjpcodec.h \
		3rdparty/tools/qjpunicode.h \
		3rdparty/tools/qjiscodec.h \
		3rdparty/tools/qsjiscodec.h \
		3rdparty/tools/qeuckrcodec.h \
		3rdparty/tools/qbig5codec.h \
		3rdparty/tools/qrtlcodec.h \
		3rdparty/tools/qtsciicodec.h \
		tools/qfile.h \
		tools/qiodevice.h \
		tools/qstrlist.h \
		tools/qdatastream.h

tools/qtextstream.o: tools/qtextstream.cpp \
		tools/qtextstream.h \
		tools/qiodevice.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qstring.h \
		tools/qtextcodec.h \
		tools/qregexp.h \
		tools/qbuffer.h \
		tools/qfile.h

tools/qutfcodec.o: tools/qutfcodec.cpp \
		tools/qutfcodec.h \
		tools/qtextcodec.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h

# Module kernel...
kernel/qthread_unix.moc: kernel/qthread_unix.cpp
	$(MOC) kernel/qthread_unix.cpp -o kernel/qthread_unix.moc

kernel/qcopchannel_qws.moc: kernel/qcopchannel_qws.cpp
	$(MOC) kernel/qcopchannel_qws.cpp -o kernel/qcopchannel_qws.moc

kernel/qkeyboard_qws.moc: kernel/qkeyboard_qws.cpp
	$(MOC) kernel/qkeyboard_qws.cpp -o kernel/qkeyboard_qws.moc

kernel/qwsmouse_qws.moc: kernel/qwsmouse_qws.cpp
	$(MOC) kernel/qwsmouse_qws.cpp -o kernel/qwsmouse_qws.moc

kernel/qsoundqss_qws.moc: kernel/qsoundqss_qws.cpp
	$(MOC) kernel/qsoundqss_qws.cpp -o kernel/qsoundqss_qws.moc

kernel/qmovie.moc: kernel/qmovie.cpp
	$(MOC) kernel/qmovie.cpp -o kernel/qmovie.moc
3rdparty/kernel/qregion_qws.o: 3rdparty/kernel/qregion_qws.cpp \
		kernel/qregion.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		kernel/qnamespace.h \
		3rdparty/kernel/qpointarray.h \
		tools/qbuffer.h \
		tools/qiodevice.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/qstringlist.h \
		tools/qvaluelist.h \
		tools/qregexp.h \
		kernel/qbitmap.h

3rdparty/kernel/qpointarray.o: 3rdparty/kernel/qpointarray.cpp \
		3rdparty/kernel/qpointarray.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qpoint.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		kernel/qnamespace.h \
		kernel/qrect.h \
		kernel/qsize.h \
		tools/qbitarray.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		kernel/qwmatrix.h

3rdparty/kernel/qpolygonscanner.o: 3rdparty/kernel/qpolygonscanner.cpp \
		3rdparty/kernel/qpolygonscanner.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		3rdparty/kernel/qpointarray.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qpoint.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		kernel/qnamespace.h

3rdparty/kernel/qgifimageformat.o: 3rdparty/kernel/qgifimageformat.cpp \
		3rdparty/kernel/qgifimageformat_p.h \
		kernel/qasyncimageio.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qregexp.h \
		kernel/qgif.h

kernel/qpsprinter.o: kernel/qpsprinter.cpp \
		kernel/qpsprinter_p.h \
		kernel/qprinter.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.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 \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qregexp.h \
		kernel/qpalette.h \
		kernel/qcursor.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qpaintdevicemetrics.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		tools/qstrlist.h \
		tools/qdatetime.h \
		tools/qdict.h \
		tools/qfile.h \
		tools/qbuffer.h \
		tools/qtextcodec.h \
		3rdparty/tools/qjpunicode.h

kernel/qthread_unix.o: kernel/qthread_unix.cpp \
		kernel/qthread_unix.moc \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qthread.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qthread_p.h \
		tools/qptrdict.h

kernel/qgfxraster_qws.o: kernel/qgfxraster_qws.cpp \
		kernel/qgfxraster_qws.h \
		kernel/qgfx_qws.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		tools/qstrlist.h \
		kernel/qfontmanager_qws.h \
		kernel/qpen.h \
		kernel/qmemorymanager_qws.h \
		tools/qmap.h \
		kernel/qwsdisplay_qws.h \
		kernel/qlock_qws.h \
		3rdparty/kernel/qpointarray.h \
		3rdparty/kernel/qpolygonscanner.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qpaintdevicemetrics.h \
		kernel/qwsregionmanager_qws.h \
		tools/qvector.h \
		tools/qgvector.h \
		kernel/qgfxlinuxfb_qws.cpp \
		kernel/qgfxlinuxfb_qws.h \
		kernel/qwindowsystem_qws.h \
		kernel/qwssocket_qws.h \
		network/qsocket.h \
		network/qsocketdevice.h \
		network/qhostaddress.h \
		kernel/qsocketnotifier.h \
		network/qserversocket.h \
		tools/qdatetime.h \
		kernel/qwsproperty_qws.h \
		kernel/qwscommand_qws.h \
		kernel/qwsutils_qws.h \
		kernel/qwsevent_qws.h \
		kernel/qkeyboard_qws.h \
		kernel/qgfxmach64_qws.cpp \
		kernel/qgfxmach64defs_qws.h \
		kernel/qgfxvoodoo_qws.cpp \
		kernel/qgfxvoodoodefs_qws.h \
		kernel/qgfxmatrox_qws.cpp \
		kernel/qgfxmatroxdefs_qws.h \
		kernel/qgfxvfb_qws.cpp \
		kernel/qvfbhdr.h \
		kernel/qgfxvnc_qws.cpp \
		kernel/qtimer.h \
		kernel/qgfxvnc_qws.h \
		kernel/qsharedmemory.h \
		kernel/qgfxtransformed_qws.cpp \
		kernel/qgfxvga16_qws.cpp

kernel/qapplication_qws.o: kernel/qapplication_qws.cpp \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qobjectlist.h \
		kernel/qobjectdict.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		tools/qstrlist.h \
		kernel/qwidgetlist.h \
		kernel/qwidgetintdict.h \
		tools/qbitarray.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qpixmapcache.h \
		kernel/qpixmap.h \
		tools/qdatetime.h \
		tools/qtextcodec.h \
		tools/qbuffer.h \
		kernel/qsocketnotifier.h \
		kernel/qsessionmanager.h \
		tools/qdict.h \
		tools/qqueue.h \
		kernel/qguardedptr.h \
		kernel/qclipboard.h \
		kernel/qbitmap.h \
		kernel/qwssocket_qws.h \
		network/qsocket.h \
		network/qsocketdevice.h \
		network/qhostaddress.h \
		network/qserversocket.h \
		kernel/qwsevent_qws.h \
		kernel/qwsutils_qws.h \
		kernel/qwscommand_qws.h \
		kernel/qwsproperty_qws.h \
		kernel/qgfx_qws.h \
		kernel/qimage.h \
		kernel/qfontmanager_qws.h \
		kernel/qcopchannel_qws.h \
		kernel/qlock_qws.h \
		kernel/qmemorymanager_qws.h \
		tools/qmap.h \
		kernel/qwsmanager_qws.h \
		kernel/qwsdecoration_qws.h \
		kernel/qwsdefaultdecoration_qws.h \
		kernel/qwsregionmanager_qws.h \
		tools/qvector.h \
		tools/qgvector.h \
		kernel/qwindowsystem_qws.h \
		kernel/qkeyboard_qws.h \
		kernel/qwsdisplay_qws.h \
		network/qnetwork.h \
		widgets/qinterlacestyle.h \
		widgets/qmotifstyle.h \
		widgets/qcommonstyle.h \
		kernel/qinputcontext_p.h \
		tools/qfile.h \
		tools/qvaluestack.h \
		kernel/qthread.h

kernel/qclipboard_qws.o: kernel/qclipboard_qws.cpp \
		kernel/qclipboard.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		tools/qdatetime.h \
		kernel/qdragobject.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		tools/qbuffer.h \
		kernel/qwsdisplay_qws.h \
		kernel/qlock_qws.h \
		kernel/qwsproperty_qws.h \
		kernel/qwscommand_qws.h \
		kernel/qwsutils_qws.h \
		kernel/qwssocket_qws.h \
		network/qsocket.h \
		network/qsocketdevice.h \
		network/qhostaddress.h \
		kernel/qsocketnotifier.h \
		network/qserversocket.h \
		kernel/qwsevent_qws.h

kernel/qcolor_qws.o: kernel/qcolor_qws.cpp \
		kernel/qcolor.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qpaintdevice.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpalette.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qgfx_qws.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		tools/qstrlist.h \
		kernel/qfontmanager_qws.h \
		kernel/qwsdisplay_qws.h \
		kernel/qlock_qws.h

kernel/qcopchannel_qws.o: kernel/qcopchannel_qws.cpp \
		kernel/qcopchannel_qws.moc \
		kernel/qcopchannel_qws.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qwindowdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qwsdisplay_qws.h \
		kernel/qlock_qws.h \
		kernel/qwscommand_qws.h \
		kernel/qwsutils_qws.h \
		kernel/qwssocket_qws.h \
		network/qsocket.h \
		network/qsocketdevice.h \
		network/qhostaddress.h \
		kernel/qsocketnotifier.h \
		network/qserversocket.h \
		kernel/qfont.h \
		kernel/qwindowsystem_qws.h \
		tools/qmap.h \
		tools/qdatetime.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qcolor.h \
		tools/qstrlist.h \
		tools/qintdict.h \
		tools/qgdict.h \
		kernel/qwsproperty_qws.h \
		kernel/qwsevent_qws.h \
		kernel/qkeyboard_qws.h

kernel/qcursor_qws.o: kernel/qcursor_qws.cpp \
		kernel/qcursor.h \
		kernel/qpoint.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qcolor.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qregexp.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qmime.h \
		kernel/qpalette.h \
		kernel/qbrush.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qwsdisplay_qws.h \
		kernel/qlock_qws.h

kernel/qdirectpainter_qws.o: kernel/qdirectpainter_qws.cpp \
		kernel/qdirectpainter_qws.h \
		kernel/qpainter.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		kernel/qfontmetrics.h \
		kernel/qfont.h \
		kernel/qfontinfo.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qgfxraster_qws.h \
		kernel/qgfx_qws.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpalette.h \
		kernel/qcursor.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		tools/qstrlist.h \
		kernel/qfontmanager_qws.h \
		kernel/qmemorymanager_qws.h \
		tools/qmap.h \
		kernel/qwsdisplay_qws.h \
		kernel/qlock_qws.h \
		3rdparty/kernel/qpolygonscanner.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h

kernel/qdnd_qws.o: kernel/qdnd_qws.cpp \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		tools/qdatetime.h \
		tools/qdict.h \
		kernel/qdragobject.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		tools/qstrlist.h \
		kernel/qobjectlist.h \
		kernel/qbitmap.h

kernel/qfont_qws.o: kernel/qfont_qws.cpp \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qfontdata_p.h \
		kernel/qfontdatabase.h \
		tools/qstrlist.h \
		tools/qcache.h \
		tools/qgcache.h \
		tools/qgdict.h \
		tools/qdict.h \
		tools/qtextcodec.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		tools/qfile.h \
		tools/qtextstream.h \
		tools/qmap.h \
		kernel/qfontmanager_qws.h \
		kernel/qmemorymanager_qws.h

kernel/qinputcontext_qws.o: kernel/qinputcontext_qws.cpp \
		kernel/qinputcontext_p.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qwindowsystem_qws.h \
		kernel/qwssocket_qws.h \
		network/qsocket.h \
		network/qsocketdevice.h \
		tools/qiodevice.h \
		network/qhostaddress.h \
		kernel/qsocketnotifier.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		kernel/qwindowdefs.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qregexp.h \
		network/qserversocket.h \
		tools/qmap.h \
		tools/qdatetime.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qcolor.h \
		tools/qstrlist.h \
		tools/qintdict.h \
		tools/qgdict.h \
		kernel/qwsproperty_qws.h \
		kernel/qwscommand_qws.h \
		kernel/qwsutils_qws.h \
		kernel/qfont.h \
		kernel/qwsevent_qws.h \
		kernel/qkeyboard_qws.h \
		kernel/qwsdisplay_qws.h \
		kernel/qlock_qws.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpalette.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		kernel/qtranslator.h \
		widgets/qmultilineedit.h \
		widgets/qtableview.h \
		widgets/qframe.h \
		widgets/qlineedit.h

kernel/qpixmap_qws.o: kernel/qpixmap_qws.cpp \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		kernel/qpaintdevicemetrics.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qregexp.h \
		kernel/qwmatrix.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qmime.h \
		kernel/qpalette.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		tools/qptrdict.h \
		kernel/qwsdisplay_qws.h \
		kernel/qlock_qws.h \
		kernel/qgfx_qws.h \
		kernel/qfontmanager_qws.h \
		kernel/qmemorymanager_qws.h \
		tools/qmap.h

kernel/qprinter_qws.o: kernel/qprinter_qws.cpp \
		kernel/qprinter.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qpaintdevicemetrics.h \
		tools/qfile.h \
		tools/qiodevice.h \
		tools/qfileinfo.h \
		tools/qdatetime.h \
		tools/qdir.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		kernel/qpsprinter_p.h \
		tools/qtextstream.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qmime.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qregexp.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h

kernel/qpaintdevice_qws.o: kernel/qpaintdevice_qws.cpp \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.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 \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qpaintdevicemetrics.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpalette.h \
		kernel/qcursor.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qwsdisplay_qws.h \
		kernel/qlock_qws.h \
		kernel/qgfx_qws.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		kernel/qfontmanager_qws.h

kernel/qpainter_qws.o: kernel/qpainter_qws.cpp \
		kernel/qpainter.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		kernel/qfontmetrics.h \
		kernel/qfont.h \
		kernel/qfontinfo.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpalette.h \
		kernel/qcursor.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		kernel/qpixmapcache.h \
		tools/qintdict.h \
		tools/qgdict.h \
		kernel/qobjectlist.h \
		kernel/qfontdata_p.h \
		tools/qtextcodec.h \
		kernel/qmemorymanager_qws.h \
		kernel/qfontmanager_qws.h \
		tools/qmap.h \
		kernel/qwsdisplay_qws.h \
		kernel/qlock_qws.h \
		kernel/qpaintdevicemetrics.h \
		kernel/qgfx_qws.h \
		kernel/qimage.h \
		tools/qstrlist.h

kernel/qwidget_qws.o: kernel/qwidget_qws.cpp \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qpaintdevicemetrics.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		kernel/qwidgetlist.h \
		kernel/qwidgetintdict.h \
		kernel/qobjectlist.h \
		kernel/qobjectdict.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		tools/qstrlist.h \
		kernel/qaccel.h \
		kernel/qdragobject.h \
		kernel/qimage.h \
		kernel/qfocusdata.h \
		kernel/qabstractlayout.h \
		tools/qtextcodec.h \
		kernel/qwsdisplay_qws.h \
		kernel/qlock_qws.h \
		kernel/qgfx_qws.h \
		kernel/qfontmanager_qws.h \
		kernel/qwsmanager_qws.h \
		kernel/qwsdecoration_qws.h \
		kernel/qwsdefaultdecoration_qws.h \
		kernel/qwsregionmanager_qws.h \
		tools/qvector.h \
		tools/qgvector.h \
		kernel/qinputcontext_p.h

kernel/qgfx_qws.o: kernel/qgfx_qws.cpp \
		kernel/qgfx_qws.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		tools/qstrlist.h \
		kernel/qfontmanager_qws.h

kernel/qfontmanager_qws.o: kernel/qfontmanager_qws.cpp \
		kernel/qfontmanager_qws.h \
		kernel/qfont.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		kernel/qfontfactoryttf_qws.h \
		kernel/qfontfactorybdf_qws.h \
		kernel/qfontdata_p.h \
		tools/qfile.h \
		tools/qiodevice.h

kernel/qfontfactorybdf_qws.o: kernel/qfontfactorybdf_qws.cpp \
		kernel/qfontfactorybdf_qws.h \
		kernel/qfontmanager_qws.h \
		kernel/qfont.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		kernel/qfontdata_p.h \
		tools/qtextcodec.h \
		tools/qtextstream.h \
		tools/qiodevice.h \
		tools/qfile.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qregexp.h

kernel/qfontfactoryttf_qws.o: kernel/qfontfactoryttf_qws.cpp \
		kernel/qfontfactoryttf_qws.h \
		kernel/qfontmanager_qws.h \
		kernel/qfont.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		kernel/qfontdata_p.h

kernel/qmemorymanager_qws.o: kernel/qmemorymanager_qws.cpp \
		kernel/qmemorymanager_qws.h \
		kernel/qfontmanager_qws.h \
		kernel/qfont.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qmap.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		kernel/qgfx_qws.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		tools/qstrlist.h \
		kernel/qfontdata_p.h \
		tools/qfile.h \
		tools/qdir.h \
		tools/qfileinfo.h \
		tools/qdatetime.h

kernel/qwscommand_qws.o: kernel/qwscommand_qws.cpp \
		kernel/qwscommand_qws.h \
		kernel/qwsutils_qws.h \
		kernel/qwssocket_qws.h \
		network/qsocket.h \
		network/qsocketdevice.h \
		tools/qiodevice.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qstring.h \
		network/qhostaddress.h \
		kernel/qsocketnotifier.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		kernel/qwindowdefs.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qregexp.h \
		network/qserversocket.h \
		kernel/qfont.h

kernel/qwsevent_qws.o: kernel/qwsevent_qws.cpp \
		kernel/qwsevent_qws.h \
		kernel/qwsutils_qws.h \
		kernel/qwssocket_qws.h \
		network/qsocket.h \
		network/qsocketdevice.h \
		tools/qiodevice.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qstring.h \
		network/qhostaddress.h \
		kernel/qsocketnotifier.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		kernel/qwindowdefs.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qregexp.h \
		network/qserversocket.h \
		kernel/qwscommand_qws.h \
		kernel/qfont.h

kernel/qwindowsystem_qws.o: kernel/qwindowsystem_qws.cpp \
		kernel/qwindowsystem_qws.h \
		kernel/qwssocket_qws.h \
		network/qsocket.h \
		network/qsocketdevice.h \
		tools/qiodevice.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qstring.h \
		network/qhostaddress.h \
		kernel/qsocketnotifier.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		kernel/qwindowdefs.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qregexp.h \
		network/qserversocket.h \
		tools/qmap.h \
		tools/qdatetime.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qcolor.h \
		tools/qstrlist.h \
		tools/qintdict.h \
		tools/qgdict.h \
		kernel/qwsproperty_qws.h \
		kernel/qwscommand_qws.h \
		kernel/qwsutils_qws.h \
		kernel/qfont.h \
		kernel/qwsevent_qws.h \
		kernel/qkeyboard_qws.h \
		kernel/qwscursor_qws.h \
		kernel/qwsdisplay_qws.h \
		kernel/qlock_qws.h \
		kernel/qwsmouse_qws.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qcopchannel_qws.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpalette.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		kernel/qtranslator.h \
		kernel/qgfx_qws.h \
		kernel/qfontmanager_qws.h \
		kernel/qwsregionmanager_qws.h \
		tools/qvector.h \
		tools/qgvector.h \
		tools/qqueue.h \
		tools/qfile.h \
		kernel/qtimer.h \
		kernel/qpen.h \
		kernel/qsoundqss_qws.h

kernel/qkeyboard_qws.o: kernel/qkeyboard_qws.cpp \
		kernel/qkeyboard_qws.moc \
		kernel/qwindowsystem_qws.h \
		kernel/qwssocket_qws.h \
		network/qsocket.h \
		network/qsocketdevice.h \
		tools/qiodevice.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qstring.h \
		network/qhostaddress.h \
		kernel/qsocketnotifier.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		kernel/qwindowdefs.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qregexp.h \
		network/qserversocket.h \
		tools/qmap.h \
		tools/qdatetime.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qcolor.h \
		tools/qstrlist.h \
		tools/qintdict.h \
		tools/qgdict.h \
		kernel/qwsproperty_qws.h \
		kernel/qwscommand_qws.h \
		kernel/qwsutils_qws.h \
		kernel/qfont.h \
		kernel/qwsevent_qws.h \
		kernel/qkeyboard_qws.h \
		kernel/qgfx_qws.h \
		kernel/qwidget.h \
		kernel/qpalette.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qfontmanager_qws.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		kernel/qtranslator.h \
		kernel/qtimer.h \
		kernel/qwidgetlist.h \
		kernel/qvfbhdr.h

kernel/qwscursor_qws.o: kernel/qwscursor_qws.cpp \
		kernel/qcursor.h \
		kernel/qpoint.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qcolor.h \
		kernel/qgfx_qws.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpalette.h \
		kernel/qbrush.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		kernel/qfontmanager_qws.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qwindowsystem_qws.h \
		kernel/qwssocket_qws.h \
		network/qsocket.h \
		network/qsocketdevice.h \
		network/qhostaddress.h \
		kernel/qsocketnotifier.h \
		network/qserversocket.h \
		tools/qmap.h \
		tools/qdatetime.h \
		kernel/qwsproperty_qws.h \
		kernel/qwscommand_qws.h \
		kernel/qwsutils_qws.h \
		kernel/qwsevent_qws.h \
		kernel/qkeyboard_qws.h \
		kernel/qwscursor_qws.h

kernel/qwsdecoration_qws.o: kernel/qwsdecoration_qws.cpp \
		kernel/qwsdecoration_qws.h \
		kernel/qregion.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		kernel/qnamespace.h \
		kernel/qdrawutil.h \
		kernel/qpainter.h \
		kernel/qpaintdevice.h \
		kernel/qcolor.h \
		kernel/qfontmetrics.h \
		kernel/qfont.h \
		kernel/qfontinfo.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qpalette.h \
		widgets/qpopupmenu.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qcursor.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qmenudata.h \
		kernel/qiconset.h \
		kernel/qpixmap.h \
		kernel/qsignal.h \
		kernel/qdialog.h

kernel/qwsmouse_qws.o: kernel/qwsmouse_qws.cpp \
		kernel/qwsmouse_qws.moc \
		kernel/qwindowsystem_qws.h \
		kernel/qwssocket_qws.h \
		network/qsocket.h \
		network/qsocketdevice.h \
		tools/qiodevice.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qstring.h \
		network/qhostaddress.h \
		kernel/qsocketnotifier.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		kernel/qwindowdefs.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qregexp.h \
		network/qserversocket.h \
		tools/qmap.h \
		tools/qdatetime.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qcolor.h \
		tools/qstrlist.h \
		tools/qintdict.h \
		tools/qgdict.h \
		kernel/qwsproperty_qws.h \
		kernel/qwscommand_qws.h \
		kernel/qwsutils_qws.h \
		kernel/qfont.h \
		kernel/qwsevent_qws.h \
		kernel/qkeyboard_qws.h \
		kernel/qwsmouse_qws.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpalette.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		kernel/qtranslator.h \
		kernel/qtimer.h \
		tools/qfile.h \
		tools/qtextstream.h \
		kernel/qgfx_qws.h \
		kernel/qfontmanager_qws.h \
		kernel/qvfbhdr.h

kernel/qsharedmemory.o: kernel/qsharedmemory.cpp \
		kernel/qsharedmemory.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h

kernel/qwsmanager_qws.o: kernel/qwsmanager_qws.cpp \
		kernel/qwsmanager_qws.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qwsdecoration_qws.h \
		kernel/qwsdefaultdecoration_qws.h \
		kernel/qdrawutil.h \
		kernel/qpainter.h \
		kernel/qfontmetrics.h \
		kernel/qfont.h \
		kernel/qfontinfo.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qpalette.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qcursor.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qaccel.h \
		widgets/qpopupmenu.h \
		widgets/qframe.h \
		widgets/qmenudata.h \
		kernel/qiconset.h \
		kernel/qsignal.h \
		kernel/qgfx_qws.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		kernel/qfontmanager_qws.h \
		kernel/qwsdisplay_qws.h \
		kernel/qlock_qws.h \
		kernel/qwsregionmanager_qws.h \
		tools/qvector.h \
		tools/qgvector.h \
		kernel/qwswindowsdecoration_qws.h \
		kernel/qwskdedecoration_qws.h \
		kernel/qwskde2decoration_qws.h \
		kernel/qwsbeosdecoration_qws.h \
		kernel/qwshydrodecoration_qws.h \
		widgets/qcdestyle.h \
		widgets/qmotifstyle.h \
		widgets/qcommonstyle.h \
		widgets/qcompactstyle.h \
		widgets/qwindowsstyle.h \
		widgets/qmotifplusstyle.h \
		widgets/qplatinumstyle.h \
		widgets/qsgistyle.h \
		kernel/qguardedptr.h

kernel/qwsdefaultdecoration_qws.o: kernel/qwsdefaultdecoration_qws.cpp \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qwsdefaultdecoration_qws.h \
		kernel/qwsmanager_qws.h \
		kernel/qpixmap.h \
		kernel/qwsdecoration_qws.h

kernel/qwshydrodecoration_qws.o: kernel/qwshydrodecoration_qws.cpp \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qwshydrodecoration_qws.h \
		kernel/qwsdefaultdecoration_qws.h \
		kernel/qwsmanager_qws.h \
		kernel/qpixmap.h \
		kernel/qwsdecoration_qws.h

kernel/qwsbeosdecoration_qws.o: kernel/qwsbeosdecoration_qws.cpp \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qwsbeosdecoration_qws.h \
		kernel/qwsdefaultdecoration_qws.h \
		kernel/qwsmanager_qws.h \
		kernel/qpixmap.h \
		kernel/qwsdecoration_qws.h

kernel/qwskdedecoration_qws.o: kernel/qwskdedecoration_qws.cpp \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qwskdedecoration_qws.h \
		kernel/qwsdefaultdecoration_qws.h \
		kernel/qwsmanager_qws.h \
		kernel/qpixmap.h \
		kernel/qwsdecoration_qws.h

kernel/qwswindowsdecoration_qws.o: kernel/qwswindowsdecoration_qws.cpp \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qwswindowsdecoration_qws.h \
		kernel/qwsdefaultdecoration_qws.h \
		kernel/qwsmanager_qws.h \
		kernel/qpixmap.h \
		kernel/qwsdecoration_qws.h

kernel/qwskde2decoration_qws.o: kernel/qwskde2decoration_qws.cpp \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qwskde2decoration_qws.h \
		kernel/qwsdefaultdecoration_qws.h \
		kernel/qwsmanager_qws.h \
		kernel/qpixmap.h \
		kernel/qwsdecoration_qws.h

kernel/qwsproperty_qws.o: kernel/qwsproperty_qws.cpp \
		kernel/qwsproperty_qws.h \
		kernel/qwscommand_qws.h \
		kernel/qwsutils_qws.h \
		kernel/qwssocket_qws.h \
		network/qsocket.h \
		network/qsocketdevice.h \
		tools/qiodevice.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qstring.h \
		network/qhostaddress.h \
		kernel/qsocketnotifier.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		kernel/qwindowdefs.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qregexp.h \
		network/qserversocket.h \
		kernel/qfont.h \
		kernel/qwindowsystem_qws.h \
		tools/qmap.h \
		tools/qdatetime.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qcolor.h \
		tools/qstrlist.h \
		tools/qintdict.h \
		tools/qgdict.h \
		kernel/qwsevent_qws.h \
		kernel/qkeyboard_qws.h

kernel/qlock_qws.o: kernel/qlock_qws.cpp \
		kernel/qlock_qws.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h

kernel/qwsregionmanager_qws.o: kernel/qwsregionmanager_qws.cpp \
		kernel/qwsdisplay_qws.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qwindowdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qlock_qws.h \
		kernel/qwsregionmanager_qws.h \
		tools/qvector.h \
		tools/qgvector.h

kernel/qwssocket_qws.o: kernel/qwssocket_qws.cpp \
		kernel/qwssocket_qws.h \
		network/qsocket.h \
		network/qsocketdevice.h \
		tools/qiodevice.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qstring.h \
		network/qhostaddress.h \
		kernel/qsocketnotifier.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		kernel/qwindowdefs.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qregexp.h \
		network/qserversocket.h

kernel/qsoundqss_qws.o: kernel/qsoundqss_qws.cpp \
		kernel/qsoundqss_qws.moc \
		kernel/qsoundqss_qws.h \
		network/qserversocket.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qwindowdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		network/qsocket.h \
		network/qsocketdevice.h \
		network/qhostaddress.h \
		kernel/qsocketnotifier.h \
		tools/qfile.h \
		tools/qfileinfo.h \
		tools/qdatetime.h

kernel/qsound_qws.o: kernel/qsound_qws.cpp \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qsound.h \
		kernel/qwsdisplay_qws.h \
		kernel/qlock_qws.h

kernel/qnetworkprotocol.o: kernel/qnetworkprotocol.cpp \
		kernel/qnetworkprotocol.h \
		kernel/qurlinfo.h \
		tools/qdatetime.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qdict.h \
		tools/qgdict.h \
		tools/qcollection.h \
		tools/qdir.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qfileinfo.h \
		tools/qfile.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qregexp.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		kernel/qwindowdefs.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qqueue.h \
		kernel/qlocalfs.h \
		kernel/qurloperator.h \
		kernel/qurl.h \
		kernel/qtimer.h \
		tools/qmap.h

kernel/qsound.o: kernel/qsound.cpp \
		kernel/qsound.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qwindowdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h

kernel/qabstractlayout.o: kernel/qabstractlayout.cpp \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qabstractlayout.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		kernel/qwindowdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qsizepolicy.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		widgets/qmenubar.h \
		widgets/qpopupmenu.h \
		widgets/qframe.h \
		widgets/qmenudata.h \
		kernel/qiconset.h \
		kernel/qpixmap.h \
		kernel/qsignal.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h

kernel/qaccel.o: kernel/qaccel.cpp \
		kernel/qaccel.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qwindowdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qsignal.h \
		widgets/qwhatsthis.h \
		kernel/qguardedptr.h

kernel/qapplication.o: kernel/qapplication.cpp \
		kernel/qobjectlist.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qwindowdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qobjectdict.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		tools/qstrlist.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qwidgetlist.h \
		kernel/qwidgetintdict.h \
		tools/qptrdict.h \
		widgets/qwindowsstyle.h \
		widgets/qcommonstyle.h \
		widgets/qcompactstyle.h \
		widgets/qmotifstyle.h \
		widgets/qmotifplusstyle.h \
		widgets/qplatinumstyle.h \
		widgets/qcdestyle.h \
		widgets/qsgistyle.h \
		kernel/qguardedptr.h \
		tools/qtextcodec.h \
		kernel/qpngio.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		kernel/qsessionmanager.h \
		kernel/qclipboard.h \
		kernel/qthread.h \
		tools/qvaluestack.h

kernel/qasyncimageio.o: kernel/qasyncimageio.cpp \
		kernel/qasyncimageio.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qregexp.h \
		kernel/qpainter.h \
		kernel/qfontmetrics.h \
		kernel/qfont.h \
		kernel/qfontinfo.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		3rdparty/kernel/qgifimageformat_p.h \
		kernel/qgif.h

kernel/qasyncio.o: kernel/qasyncio.cpp \
		kernel/qasyncio.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qwindowdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qsignal.h \
		kernel/qtimer.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 \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qregexp.h

kernel/qclipboard.o: kernel/qclipboard.cpp \
		kernel/qclipboard.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qdragobject.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		tools/qstrlist.h

kernel/qcolor.o: kernel/qcolor.cpp \
		kernel/qcolor.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		tools/qdatastream.h \
		tools/qiodevice.h

kernel/qcolor_p.o: kernel/qcolor_p.cpp \
		kernel/qcolor.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h

kernel/qconnection.o: kernel/qconnection.cpp \
		kernel/qconnection.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qwindowdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h

kernel/qcursor.o: kernel/qcursor.cpp \
		kernel/qcursor.h \
		kernel/qpoint.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qcolor.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qregexp.h

kernel/qdialog.o: kernel/qdialog.cpp \
		kernel/qdialog.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		kernel/qiconset.h \
		kernel/qpixmap.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qobjectlist.h \
		kernel/qobjectdict.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		tools/qstrlist.h \
		kernel/qwidgetlist.h \
		kernel/qlayout.h \
		kernel/qabstractlayout.h \
		kernel/qsizegrip.h \
		widgets/qwhatsthis.h

kernel/qdragobject.o: kernel/qdragobject.cpp \
		tools/qtextcodec.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qdragobject.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		kernel/qwindowdefs.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qcolor.h \
		tools/qstrlist.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpalette.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qobjectlist.h \
		kernel/qobjectdict.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		tools/qbuffer.h \
		kernel/qgif.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 \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		kernel/qfontmetrics.h \
		kernel/qfont.h \
		kernel/qfontinfo.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		3rdparty/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 \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h

kernel/qevent.o: kernel/qevent.cpp \
		kernel/qevent.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		kernel/qcursor.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h

kernel/qfocusdata.o: kernel/qfocusdata.cpp \
		kernel/qfocusdata.h \
		kernel/qwidgetlist.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h

kernel/qfont.o: kernel/qfont.cpp \
		kernel/qfont.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qfontdata_p.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/qregion.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qpainter_p.h \
		tools/qmap.h \
		tools/qstrlist.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h

kernel/qfontdatabase.o: kernel/qfontdatabase.cpp \
		kernel/qfontdatabase.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qfont.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		kernel/qfontmanager_qws.h \
		tools/qdir.h \
		tools/qstrlist.h \
		tools/qfileinfo.h \
		tools/qfile.h \
		tools/qdatetime.h \
		kernel/qgfx_qws.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		tools/qmap.h \
		tools/qdict.h \
		tools/qgdict.h \
		tools/qtextstream.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h

kernel/qguardedptr.o: kernel/qguardedptr.cpp \
		kernel/qguardedptr.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qwindowdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.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 \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qregexp.h \
		kernel/qbitmap.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qmime.h \
		kernel/qpalette.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/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 \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qregexp.h \
		tools/qfile.h \
		tools/qtextstream.h \
		tools/qbuffer.h \
		kernel/qasyncimageio.h \
		kernel/qpngio.h \
		kernel/qmngio.h \
		kernel/qjpegio.h \
		tools/qmap.h \
		kernel/qimage_p.h \
		kernel/qgfx_qws.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qmime.h \
		kernel/qpalette.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qfontmanager_qws.h

kernel/qjpegio.o: kernel/qjpegio.cpp \
		tools/qfeatures.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qregexp.h \
		kernel/qjpegio.h \
		kernel/qimage_p.h

kernel/qlayout.o: kernel/qlayout.cpp \
		kernel/qlayout.h \
		kernel/qabstractlayout.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qwindowdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qsizepolicy.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qlayoutengine_p.h

kernel/qlayoutengine.o: kernel/qlayoutengine.cpp \
		kernel/qlayoutengine_p.h \
		kernel/qabstractlayout.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qwindowdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qsizepolicy.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h

kernel/qtranslator.o: kernel/qtranslator.cpp \
		kernel/qtranslator.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qwindowdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		tools/qintdict.h \
		tools/qgdict.h \
		tools/qfileinfo.h \
		tools/qfile.h \
		tools/qdatetime.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qbuffer.h \
		tools/qmap.h \
		tools/qtl.h \
		tools/qtextstream.h

kernel/qmetaobject.o: kernel/qmetaobject.cpp \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qwindowdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		tools/qstrlist.h \
		kernel/qobjectlist.h \
		kernel/qobjectdict.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		tools/qtl.h \
		tools/qtextstream.h

kernel/qmime.o: kernel/qmime.cpp \
		kernel/qmime.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qmap.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qregexp.h \
		tools/qfileinfo.h \
		tools/qfile.h \
		tools/qdatetime.h \
		tools/qdir.h \
		tools/qstrlist.h \
		kernel/qdragobject.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qcolor.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpalette.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qclipboard.h

kernel/qmngio.o: kernel/qmngio.cpp \
		tools/qdatetime.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		kernel/qnamespace.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qregexp.h \
		kernel/qasyncimageio.h \
		kernel/qmngio.h

kernel/qmovie.o: kernel/qmovie.cpp \
		kernel/qmovie.moc \
		kernel/qtimer.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qwindowdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpainter.h \
		kernel/qpaintdevice.h \
		kernel/qcolor.h \
		kernel/qfontmetrics.h \
		kernel/qfont.h \
		kernel/qfontinfo.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		kernel/qmovie.h \
		tools/qfile.h \
		tools/qbuffer.h \
		kernel/qpixmapcache.h \
		kernel/qgfx_qws.h \
		kernel/qwidget.h \
		kernel/qpalette.h \
		kernel/qcursor.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		kernel/qfontmanager_qws.h \
		kernel/qasyncio.h \
		kernel/qsignal.h \
		kernel/qasyncimageio.h

kernel/qobject.o: kernel/qobject.cpp \
		kernel/qvariant.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qstringlist.h \
		tools/qregexp.h \
		tools/qmap.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qobjectlist.h \
		kernel/qobjectdict.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		tools/qstrlist.h \
		kernel/qsignalslotimp.h \
		kernel/qpixmap.h \
		kernel/qiconset.h \
		kernel/qimage.h \
		kernel/qbitmap.h \
		3rdparty/kernel/qpointarray.h

kernel/qpainter.o: kernel/qpainter.cpp \
		kernel/qpainter.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		kernel/qfontmetrics.h \
		kernel/qfont.h \
		kernel/qfontinfo.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qpainter_p.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/qmime.h \
		tools/qlist.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qregexp.h \
		kernel/qpalette.h \
		kernel/qcursor.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		kernel/q1xcompatibility.h \
		kernel/qpaintdevicemetrics.h \
		kernel/qgfx_qws.h \
		kernel/qfontmanager_qws.h

kernel/qpalette.o: kernel/qpalette.cpp \
		kernel/qpalette.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h

kernel/qpaintdevicemetrics.o: kernel/qpaintdevicemetrics.cpp \
		kernel/qpaintdevicemetrics.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qpaintdevice.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h

kernel/qpicture.o: kernel/qpicture.cpp \
		kernel/qpicture.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		tools/qbuffer.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 \
		3rdparty/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/qstringlist.h \
		tools/qvaluelist.h \
		tools/qregexp.h \
		tools/qfile.h \
		kernel/qpaintdevicemetrics.h

kernel/qpixmap.o: kernel/qpixmap.cpp \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		kernel/qbitmap.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qregexp.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qmime.h \
		kernel/qpalette.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		tools/qbuffer.h \
		kernel/qobjectlist.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		widgets/qscrollview.h \
		widgets/qframe.h \
		widgets/qscrollbar.h \
		widgets/qrangecontrol.h \
		kernel/qdrawutil.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 \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		tools/qcache.h \
		tools/qgcache.h \
		tools/qcollection.h \
		tools/qglist.h \
		tools/qgdict.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h

kernel/qpngio.o: kernel/qpngio.cpp \
		kernel/qimage.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qregexp.h \
		kernel/qasyncimageio.h \
		kernel/qpngio.h \
		3rdparty/libpng/png.h \
		3rdparty/zlib/zlib.h \
		3rdparty/zlib/zconf.h \
		3rdparty/libpng/pngconf.h

kernel/qpoint.o: kernel/qpoint.cpp \
		kernel/qpoint.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		tools/qdatastream.h \
		tools/qiodevice.h

kernel/qprinter.o: kernel/qprinter.cpp \
		kernel/qprinter.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.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/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		tools/qdatastream.h \
		tools/qiodevice.h

kernel/qregion.o: kernel/qregion.cpp \
		kernel/qregion.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		kernel/qnamespace.h \
		3rdparty/kernel/qpointarray.h \
		tools/qbuffer.h \
		tools/qiodevice.h \
		tools/qdatastream.h

kernel/qrichtext.o: kernel/qrichtext.cpp \
		kernel/qrichtext_p.h \
		kernel/qstylesheet.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qdict.h \
		tools/qgdict.h \
		tools/qcollection.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		kernel/qwindowdefs.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qcolor.h \
		tools/qmap.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpalette.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qlayout.h \
		kernel/qabstractlayout.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		tools/qfile.h \
		tools/qtextstream.h \
		kernel/qtimer.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		kernel/qdragobject.h \
		kernel/qdrawutil.h \
		kernel/qpaintdevicemetrics.h

kernel/qsignal.o: kernel/qsignal.cpp \
		kernel/qsignal.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qwindowdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		tools/qstrlist.h \
		tools/qptrdict.h \
		tools/qgdict.h

kernel/qsignalmapper.o: kernel/qsignalmapper.cpp \
		kernel/qsignalmapper.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qwindowdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		tools/qptrdict.h \
		tools/qgdict.h

kernel/qsimplerichtext.o: kernel/qsimplerichtext.cpp \
		kernel/qrichtext_p.h \
		kernel/qstylesheet.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qdict.h \
		tools/qgdict.h \
		tools/qcollection.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		kernel/qwindowdefs.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qcolor.h \
		tools/qmap.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpalette.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qlayout.h \
		kernel/qabstractlayout.h \
		kernel/qsimplerichtext.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h

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

kernel/qsizegrip.o: kernel/qsizegrip.cpp \
		kernel/qsizegrip.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qobjectlist.h

kernel/qstyle.o: kernel/qstyle.cpp \
		kernel/qstyle.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qpixmap.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		tools/qptrdict.h

kernel/qsocketnotifier.o: kernel/qsocketnotifier.cpp \
		kernel/qsocketnotifier.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qwindowdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h

kernel/qstylesheet.o: kernel/qstylesheet.cpp \
		kernel/qstylesheet.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qdict.h \
		tools/qgdict.h \
		tools/qcollection.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		kernel/qwindowdefs.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qrichtext_p.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qcolor.h \
		tools/qmap.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpalette.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qlayout.h \
		kernel/qabstractlayout.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		tools/qstack.h \
		tools/qfile.h \
		tools/qtextstream.h \
		kernel/qbitmap.h \
		kernel/qtimer.h \
		kernel/qimage.h \
		tools/qstrlist.h

kernel/qtimer.o: kernel/qtimer.cpp \
		kernel/qtimer.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qwindowdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qsignal.h \
		kernel/qobjectlist.h \
		kernel/qobjectdict.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		tools/qstrlist.h \
		tools/qasciidict.h \
		tools/qgdict.h

kernel/qwidget.o: kernel/qwidget.cpp \
		kernel/qobjectlist.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qwindowdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qobjectdict.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		tools/qstrlist.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qwidgetlist.h \
		kernel/qwidgetintdict.h \
		tools/qintdict.h \
		tools/qptrdict.h \
		kernel/qfocusdata.h \
		kernel/qpixmap.h \
		kernel/qapplication.h \
		kernel/qtranslator.h \
		kernel/qlayout.h \
		kernel/qabstractlayout.h \
		kernel/qwsmanager_qws.h \
		kernel/qwsdecoration_qws.h \
		kernel/qwsdefaultdecoration_qws.h \
		kernel/qinputcontext_p.h

kernel/qwmatrix.o: kernel/qwmatrix.cpp \
		kernel/qwmatrix.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qpoint.h \
		kernel/qrect.h \
		kernel/qsize.h \
		tools/qdatastream.h \
		tools/qiodevice.h

kernel/qvariant.o: kernel/qvariant.cpp \
		kernel/qvariant.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qstringlist.h \
		tools/qregexp.h \
		tools/qmap.h \
		kernel/qfont.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		kernel/qnamespace.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		kernel/qbrush.h \
		kernel/qpalette.h \
		kernel/qiconset.h \
		kernel/qregion.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qbitmap.h \
		kernel/qcursor.h \
		kernel/qsizepolicy.h

kernel/qlocalfs.o: kernel/qlocalfs.cpp \
		kernel/qlocalfs.h \
		kernel/qnetworkprotocol.h \
		kernel/qurlinfo.h \
		tools/qdatetime.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qdict.h \
		tools/qgdict.h \
		tools/qcollection.h \
		tools/qdir.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qfileinfo.h \
		tools/qfile.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qregexp.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		kernel/qwindowdefs.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qqueue.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qurloperator.h \
		kernel/qurl.h

kernel/qurl.o: kernel/qurl.cpp \
		kernel/qurl.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.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

kernel/qurloperator.o: kernel/qurloperator.cpp \
		kernel/qurloperator.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qwindowdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qurl.h \
		tools/qdir.h \
		tools/qstrlist.h \
		tools/qfileinfo.h \
		tools/qfile.h \
		tools/qdatetime.h \
		kernel/qnetworkprotocol.h \
		kernel/qurlinfo.h \
		tools/qdict.h \
		tools/qgdict.h \
		tools/qqueue.h \
		tools/qmap.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		tools/qptrdict.h \
		kernel/qtimer.h

kernel/qurlinfo.o: kernel/qurlinfo.cpp \
		kernel/qurlinfo.h \
		tools/qdatetime.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qurloperator.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		kernel/qwindowdefs.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qurl.h \
		tools/qdir.h \
		tools/qstrlist.h \
		tools/qfileinfo.h \
		tools/qfile.h \
		kernel/qnetworkprotocol.h \
		tools/qdict.h \
		tools/qgdict.h \
		tools/qqueue.h

kernel/qsemimodal.o: kernel/qsemimodal.cpp \
		kernel/qsemimodal.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h

# Module widgets...
widgets/qmainwindow.moc: widgets/qmainwindow.cpp
	$(MOC) widgets/qmainwindow.cpp -o widgets/qmainwindow.moc

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

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

widgets/qwhatsthis.moc: widgets/qwhatsthis.cpp
	$(MOC) widgets/qwhatsthis.cpp -o widgets/qwhatsthis.moc

widgets/qeffects.moc: widgets/qeffects.cpp
	$(MOC) widgets/qeffects.cpp -o widgets/qeffects.moc
widgets/qcompactstyle.o: widgets/qcompactstyle.cpp \
		widgets/qcompactstyle.h \
		widgets/qwindowsstyle.h \
		widgets/qcommonstyle.h \
		kernel/qstyle.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qfontmetrics.h \
		kernel/qfont.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qpainter.h \
		kernel/qpaintdevice.h \
		kernel/qfontinfo.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		widgets/qmenudata.h \
		kernel/qiconset.h \
		kernel/qpixmap.h \
		kernel/qsignal.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 \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qbutton.h \
		widgets/qradiobutton.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h

widgets/qbutton.o: widgets/qbutton.cpp \
		widgets/qbutton.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qbuttongroup.h \
		widgets/qgroupbox.h \
		widgets/qframe.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qtimer.h \
		kernel/qaccel.h \
		kernel/qpixmapcache.h \
		kernel/qfocusdata.h \
		kernel/qwidgetlist.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		widgets/qpushbutton.h \
		kernel/qiconset.h

widgets/qcdestyle.o: widgets/qcdestyle.cpp \
		widgets/qcdestyle.h \
		widgets/qmotifstyle.h \
		widgets/qcommonstyle.h \
		kernel/qstyle.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qpixmap.h \
		widgets/qlabel.h \
		widgets/qframe.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		kernel/qiconset.h \
		widgets/qrangecontrol.h \
		widgets/qscrollbar.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 \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qpixmap.h \
		kernel/qpixmapcache.h \
		kernel/qbitmap.h \
		tools/qtextstream.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h

widgets/qcombobox.o: widgets/qcombobox.cpp \
		widgets/qcombobox.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qpopupmenu.h \
		widgets/qframe.h \
		widgets/qmenudata.h \
		kernel/qiconset.h \
		kernel/qpixmap.h \
		kernel/qsignal.h \
		widgets/qlistbox.h \
		widgets/qscrollview.h \
		widgets/qscrollbar.h \
		widgets/qrangecontrol.h \
		kernel/qdrawutil.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qtimer.h \
		tools/qstrlist.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		widgets/qlineedit.h \
		kernel/qbitmap.h \
		widgets/qeffects_p.h

widgets/qcommonstyle.o: widgets/qcommonstyle.cpp \
		widgets/qcommonstyle.h \
		kernel/qstyle.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qpixmap.h \
		widgets/qlabel.h \
		widgets/qframe.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		kernel/qiconset.h \
		widgets/qrangecontrol.h \
		widgets/qtabbar.h \
		widgets/qscrollbar.h \
		widgets/qtoolbutton.h \
		widgets/qmenudata.h \
		kernel/qsignal.h \
		widgets/qmotifplusstyle.h \
		widgets/qmotifstyle.h

widgets/qdial.o: widgets/qdial.cpp \
		widgets/qdial.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qrangecontrol.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qtimer.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h

widgets/qframe.o: widgets/qframe.cpp \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h

widgets/qgrid.o: widgets/qgrid.cpp \
		widgets/qgrid.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qlayout.h \
		kernel/qabstractlayout.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.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 \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qlayout.h \
		kernel/qabstractlayout.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		kernel/qaccel.h \
		widgets/qradiobutton.h \
		widgets/qbutton.h \
		kernel/qfocusdata.h \
		kernel/qwidgetlist.h \
		kernel/qobjectlist.h \
		kernel/qdrawutil.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h

widgets/qhbuttongroup.o: widgets/qhbuttongroup.cpp \
		widgets/qhbuttongroup.h \
		widgets/qbuttongroup.h \
		widgets/qgroupbox.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h

widgets/qheader.o: widgets/qheader.cpp \
		widgets/qheader.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qiconset.h \
		kernel/qpixmap.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qbitmap.h \
		tools/qbitarray.h \
		tools/qvector.h \
		tools/qgvector.h

widgets/qhgroupbox.o: widgets/qhgroupbox.cpp \
		widgets/qhgroupbox.h \
		widgets/qgroupbox.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h

widgets/qhbox.o: widgets/qhbox.cpp \
		widgets/qhbox.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qframe.h \
		kernel/qlayout.h \
		kernel/qabstractlayout.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qobjectlist.h

widgets/qinterlacestyle.o: widgets/qinterlacestyle.cpp \
		widgets/qinterlacestyle.h \
		widgets/qmotifstyle.h \
		widgets/qcommonstyle.h \
		kernel/qstyle.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		widgets/qlabel.h \
		widgets/qframe.h \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		kernel/qiconset.h \
		kernel/qpixmap.h \
		widgets/qrangecontrol.h \
		widgets/qscrollbar.h \
		widgets/qlistbox.h \
		widgets/qscrollview.h \
		kernel/qtimer.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 \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qaccel.h \
		kernel/qmovie.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qsimplerichtext.h \
		kernel/qstylesheet.h \
		tools/qdict.h \
		widgets/qlineedit.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 \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qbitarray.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/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 \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qpixmap.h \
		kernel/qclipboard.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		widgets/qvalidator.h \
		kernel/qdragobject.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		kernel/qtimer.h \
		widgets/qpopupmenu.h \
		widgets/qframe.h \
		widgets/qmenudata.h \
		kernel/qiconset.h \
		kernel/qsignal.h \
		kernel/qguardedptr.h \
		kernel/qwsdisplay_qws.h \
		kernel/qlock_qws.h

widgets/qlistbox.o: widgets/qlistbox.cpp \
		widgets/qlistbox.h \
		widgets/qscrollview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qscrollbar.h \
		widgets/qrangecontrol.h \
		kernel/qdrawutil.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qpixmap.h \
		kernel/qtimer.h \
		tools/qstrlist.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		tools/qptrdict.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 \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qscrollbar.h \
		widgets/qrangecontrol.h \
		kernel/qdrawutil.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qtimer.h \
		widgets/qheader.h \
		kernel/qiconset.h \
		kernel/qpixmap.h \
		tools/qstack.h \
		tools/qstrlist.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qbitmap.h \
		tools/qdatetime.h \
		tools/qptrdict.h \
		tools/qvector.h \
		tools/qgvector.h \
		kernel/qpixmapcache.h

widgets/qmainwindow.o: widgets/qmainwindow.cpp \
		widgets/qmainwindow.moc \
		widgets/qmainwindow.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qtimer.h \
		kernel/qlayout.h \
		kernel/qabstractlayout.h \
		kernel/qobjectlist.h \
		kernel/qobjectdict.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		tools/qstrlist.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qapplication.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		tools/qmap.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		widgets/qmenubar.h \
		widgets/qpopupmenu.h \
		widgets/qframe.h \
		widgets/qmenudata.h \
		kernel/qiconset.h \
		kernel/qpixmap.h \
		kernel/qsignal.h \
		widgets/qtoolbar.h \
		widgets/qstatusbar.h \
		widgets/qscrollview.h \
		widgets/qscrollbar.h \
		widgets/qrangecontrol.h \
		kernel/qdrawutil.h \
		widgets/qtooltip.h \
		tools/qdatetime.h \
		widgets/qwhatsthis.h \
		kernel/qbitmap.h

widgets/qmenubar.o: widgets/qmenubar.cpp \
		widgets/qmainwindow.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qmenubar.h \
		widgets/qpopupmenu.h \
		widgets/qframe.h \
		widgets/qmenudata.h \
		kernel/qiconset.h \
		kernel/qpixmap.h \
		kernel/qsignal.h \
		kernel/qaccel.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qguardedptr.h \
		kernel/qlayout.h \
		kernel/qabstractlayout.h \
		tools/qdatetime.h

widgets/qmenudata.o: widgets/qmenudata.cpp \
		widgets/qmenudata.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qiconset.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		kernel/qsignal.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qfont.h \
		widgets/qpopupmenu.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qpalette.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qmenubar.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qguardedptr.h

widgets/qmotifstyle.o: widgets/qmotifstyle.cpp \
		widgets/qmotifstyle.h \
		widgets/qcommonstyle.h \
		kernel/qstyle.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qpixmap.h \
		widgets/qlabel.h \
		widgets/qframe.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		kernel/qiconset.h \
		widgets/qrangecontrol.h \
		widgets/qscrollbar.h \
		widgets/qtabbar.h \
		widgets/qpopupmenu.h \
		widgets/qmenudata.h \
		kernel/qsignal.h

widgets/qmotifplusstyle.o: widgets/qmotifplusstyle.cpp \
		widgets/qmotifplusstyle.h \
		widgets/qmotifstyle.h \
		widgets/qcommonstyle.h \
		kernel/qstyle.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		widgets/qframe.h \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		kernel/qiconset.h \
		kernel/qpixmap.h \
		widgets/qmenubar.h \
		widgets/qpopupmenu.h \
		widgets/qmenudata.h \
		kernel/qsignal.h \
		kernel/qdrawutil.h \
		widgets/qscrollbar.h \
		widgets/qrangecontrol.h \
		widgets/qtabbar.h \
		kernel/qguardedptr.h \
		kernel/qlayout.h \
		kernel/qabstractlayout.h

widgets/qmultilineedit.o: widgets/qmultilineedit.cpp \
		widgets/qmultilineedit.h \
		widgets/qtableview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		widgets/qscrollbar.h \
		widgets/qrangecontrol.h \
		kernel/qdrawutil.h \
		kernel/qclipboard.h \
		kernel/qpixmap.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qdragobject.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		widgets/qpopupmenu.h \
		widgets/qmenudata.h \
		kernel/qiconset.h \
		kernel/qsignal.h \
		kernel/qtimer.h \
		tools/qdict.h \
		kernel/qwsdisplay_qws.h \
		kernel/qlock_qws.h

widgets/qplatinumstyle.o: widgets/qplatinumstyle.cpp \
		widgets/qplatinumstyle.h \
		widgets/qwindowsstyle.h \
		widgets/qcommonstyle.h \
		kernel/qstyle.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qpixmap.h \
		widgets/qlabel.h \
		widgets/qframe.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		kernel/qiconset.h \
		widgets/qrangecontrol.h \
		widgets/qscrollbar.h

widgets/qpopupmenu.o: widgets/qpopupmenu.cpp \
		widgets/qpopupmenu.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qmenudata.h \
		kernel/qiconset.h \
		kernel/qpixmap.h \
		kernel/qsignal.h \
		widgets/qmenubar.h \
		kernel/qaccel.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qbitmap.h \
		kernel/qpixmapcache.h \
		kernel/qtimer.h \
		widgets/qwhatsthis.h \
		kernel/qobjectlist.h \
		kernel/qguardedptr.h \
		widgets/qeffects_p.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 \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.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 \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qiconset.h \
		kernel/qpixmap.h \
		kernel/qdialog.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qbitmap.h \
		widgets/qpopupmenu.h \
		widgets/qframe.h \
		widgets/qmenudata.h \
		kernel/qsignal.h \
		kernel/qguardedptr.h \
		tools/qptrdict.h \
		tools/qgdict.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		widgets/qtoolbar.h \
		widgets/qmainwindow.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 \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qbuttongroup.h \
		widgets/qgroupbox.h \
		widgets/qframe.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qpixmap.h \
		kernel/qpixmapcache.h \
		kernel/qbitmap.h \
		tools/qtextstream.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h

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

widgets/qscrollbar.o: widgets/qscrollbar.cpp \
		widgets/qscrollbar.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qrangecontrol.h \
		kernel/qdrawutil.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qtimer.h

widgets/qscrollview.o: widgets/qscrollview.cpp \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qscrollbar.h \
		widgets/qrangecontrol.h \
		kernel/qdrawutil.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qobjectlist.h \
		kernel/qobjectdict.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		tools/qstrlist.h \
		tools/qasciidict.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 \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qtimer.h

widgets/qsgistyle.o: widgets/qsgistyle.cpp \
		widgets/qsgistyle.h \
		widgets/qmotifstyle.h \
		widgets/qcommonstyle.h \
		kernel/qstyle.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qguardedptr.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		widgets/qbutton.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qpixmap.h \
		widgets/qpushbutton.h \
		kernel/qiconset.h \
		widgets/qscrollbar.h \
		widgets/qrangecontrol.h \
		widgets/qpopupmenu.h \
		widgets/qframe.h \
		widgets/qmenudata.h \
		kernel/qsignal.h

widgets/qslider.o: widgets/qslider.cpp \
		widgets/qslider.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qrangecontrol.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qtimer.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.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 \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qrangecontrol.h \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		kernel/qiconset.h \
		kernel/qpixmap.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qbitmap.h \
		widgets/qlineedit.h \
		widgets/qvalidator.h \
		kernel/qpixmapcache.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.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 \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		dialogs/../kernel/qlayoutengine_p.h \
		kernel/qabstractlayout.h \
		kernel/qobjectlist.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h

widgets/qstatusbar.o: widgets/qstatusbar.cpp \
		widgets/qstatusbar.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qlayout.h \
		kernel/qabstractlayout.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qtimer.h \
		kernel/qdrawutil.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qsizegrip.h

widgets/qtabbar.o: widgets/qtabbar.cpp \
		widgets/qtabbar.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qiconset.h \
		kernel/qpixmap.h \
		kernel/qaccel.h \
		kernel/qbitmap.h \
		widgets/qtoolbutton.h \
		widgets/qbutton.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h

widgets/qtabwidget.o: widgets/qtabwidget.cpp \
		widgets/qtabwidget.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qiconset.h \
		kernel/qpixmap.h \
		kernel/qobjectlist.h \
		kernel/qobjectdict.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		tools/qstrlist.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		widgets/qtabbar.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qapplication.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		widgets/qwidgetstack.h \
		widgets/qframe.h \
		tools/qptrdict.h \
		kernel/qbitmap.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 \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qscrollbar.h \
		widgets/qrangecontrol.h \
		kernel/qdrawutil.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h

widgets/qtextview.o: widgets/qtextview.cpp \
		widgets/qtextview.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		widgets/qscrollview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qmime.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpalette.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qscrollbar.h \
		widgets/qrangecontrol.h \
		kernel/qdrawutil.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		dialogs/../kernel/qrichtext_p.h \
		kernel/qstylesheet.h \
		tools/qdict.h \
		tools/qgdict.h \
		tools/qmap.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qlayout.h \
		kernel/qabstractlayout.h \
		tools/qstack.h \
		tools/qfile.h \
		tools/qtextstream.h \
		kernel/qbitmap.h \
		kernel/qtimer.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		kernel/qdragobject.h \
		kernel/qclipboard.h

widgets/qtoolbar.o: widgets/qtoolbar.cpp \
		widgets/qtoolbar.moc \
		widgets/qtoolbar.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qmainwindow.h \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		kernel/qiconset.h \
		kernel/qpixmap.h \
		widgets/qtooltip.h \
		kernel/qtimer.h \
		kernel/qlayout.h \
		kernel/qabstractlayout.h \
		widgets/qframe.h \
		kernel/qobjectlist.h \
		kernel/qobjectdict.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		tools/qstrlist.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qapplication.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		widgets/qtoolbutton.h \
		widgets/qpopupmenu.h \
		widgets/qmenudata.h \
		kernel/qsignal.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 \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qpixmap.h \
		kernel/qiconset.h \
		kernel/qdrawutil.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		widgets/qtooltip.h \
		kernel/qtimer.h \
		widgets/qtoolbar.h \
		widgets/qmainwindow.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		widgets/qpopupmenu.h \
		widgets/qframe.h \
		widgets/qmenudata.h \
		kernel/qsignal.h \
		kernel/qguardedptr.h

widgets/qtooltip.o: widgets/qtooltip.cpp \
		widgets/qtooltip.moc \
		widgets/qtooltip.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qtimer.h \
		widgets/qlabel.h \
		widgets/qframe.h \
		tools/qptrdict.h \
		tools/qgdict.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qguardedptr.h \
		widgets/qeffects_p.h

widgets/qvalidator.o: widgets/qvalidator.cpp \
		widgets/qvalidator.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qwindowdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h

widgets/qvbox.o: widgets/qvbox.cpp \
		widgets/qvbox.h \
		widgets/qhbox.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qframe.h \
		kernel/qlayout.h \
		kernel/qabstractlayout.h

widgets/qvbuttongroup.o: widgets/qvbuttongroup.cpp \
		widgets/qvbuttongroup.h \
		widgets/qbuttongroup.h \
		widgets/qgroupbox.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h

widgets/qvgroupbox.o: widgets/qvgroupbox.cpp \
		widgets/qvgroupbox.h \
		widgets/qgroupbox.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h

widgets/qwhatsthis.o: widgets/qwhatsthis.cpp \
		widgets/qwhatsthis.moc \
		widgets/qwhatsthis.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qwindowdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qcursor.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qpaintdevicemetrics.h \
		kernel/qpixmap.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qtimer.h \
		tools/qptrdict.h \
		widgets/qtoolbutton.h \
		widgets/qbutton.h \
		kernel/qiconset.h \
		kernel/qbitmap.h \
		widgets/qtooltip.h \
		kernel/qsimplerichtext.h \
		kernel/qstylesheet.h \
		tools/qdict.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 \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qintdict.h \
		tools/qgdict.h \
		tools/qptrdict.h \
		kernel/qobjectlist.h \
		kernel/qobjectdict.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		tools/qstrlist.h \
		tools/qasciidict.h \
		widgets/qbutton.h \
		widgets/qbuttongroup.h \
		widgets/qgroupbox.h \
		kernel/qapplication.h \
		kernel/qtranslator.h

widgets/qwindowsstyle.o: widgets/qwindowsstyle.cpp \
		widgets/qwindowsstyle.h \
		widgets/qcommonstyle.h \
		kernel/qstyle.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		kernel/qpixmap.h \
		widgets/qlabel.h \
		widgets/qframe.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		kernel/qiconset.h \
		widgets/qrangecontrol.h \
		widgets/qscrollbar.h \
		widgets/qtabbar.h \
		widgets/qpopupmenu.h \
		widgets/qmenudata.h \
		kernel/qsignal.h

widgets/qaction.o: widgets/qaction.cpp \
		widgets/qaction.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qwindowdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qiconset.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qcolor.h \
		widgets/qtoolbar.h \
		kernel/qwidget.h \
		kernel/qpalette.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qmainwindow.h \
		widgets/qpopupmenu.h \
		widgets/qframe.h \
		widgets/qmenudata.h \
		kernel/qsignal.h \
		kernel/qaccel.h \
		widgets/qtoolbutton.h \
		widgets/qbutton.h \
		widgets/qtooltip.h \
		kernel/qtimer.h \
		widgets/qwhatsthis.h \
		widgets/qstatusbar.h \
		kernel/qobjectlist.h

widgets/qeffects.o: widgets/qeffects.cpp \
		widgets/qeffects.moc \
		widgets/qeffects_p.h \
		kernel/qnamespace.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qpixmap.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		kernel/qtimer.h \
		tools/qdatetime.h \
		kernel/qguardedptr.h

widgets/qtextbrowser.o: widgets/qtextbrowser.cpp \
		widgets/qtextbrowser.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		widgets/qscrollview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qmime.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpalette.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qscrollbar.h \
		widgets/qrangecontrol.h \
		kernel/qdrawutil.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		widgets/qtextview.h \
		dialogs/../kernel/qrichtext_p.h \
		kernel/qstylesheet.h \
		tools/qdict.h \
		tools/qgdict.h \
		tools/qmap.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qlayout.h \
		kernel/qabstractlayout.h \
		tools/qvaluestack.h \
		tools/qfile.h \
		tools/qtextstream.h \
		kernel/qbitmap.h \
		kernel/qtimer.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		kernel/qsimplerichtext.h \
		kernel/qdragobject.h \
		kernel/qurl.h \
		tools/qdir.h \
		tools/qfileinfo.h \
		tools/qdatetime.h

# Module dialogs...
dialogs/qcolordialog.moc: dialogs/qcolordialog.cpp
	$(MOC) dialogs/qcolordialog.cpp -o dialogs/qcolordialog.moc

dialogs/qfiledialog.moc: dialogs/qfiledialog.cpp
	$(MOC) dialogs/qfiledialog.cpp -o dialogs/qfiledialog.moc
dialogs/qprintdialog.o: dialogs/qprintdialog.cpp \
		dialogs/qprintdialog.h \
		kernel/qdialog.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		dialogs/qfiledialog.h \
		tools/qdir.h \
		tools/qstrlist.h \
		tools/qfileinfo.h \
		tools/qfile.h \
		tools/qdatetime.h \
		widgets/qlistbox.h \
		widgets/qscrollview.h \
		widgets/qframe.h \
		widgets/qscrollbar.h \
		widgets/qrangecontrol.h \
		kernel/qdrawutil.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qpixmap.h \
		kernel/qtimer.h \
		widgets/qlineedit.h \
		widgets/qlistview.h \
		kernel/qurloperator.h \
		kernel/qurl.h \
		kernel/qnetworkprotocol.h \
		kernel/qurlinfo.h \
		tools/qdict.h \
		tools/qgdict.h \
		tools/qqueue.h \
		tools/qtextstream.h \
		widgets/qcombobox.h \
		widgets/qlabel.h \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		kernel/qiconset.h \
		kernel/qprinter.h \
		kernel/qlayout.h \
		kernel/qabstractlayout.h \
		widgets/qbuttongroup.h \
		widgets/qgroupbox.h \
		widgets/qradiobutton.h \
		widgets/qspinbox.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		widgets/qheader.h

dialogs/qcolordialog.o: dialogs/qcolordialog.cpp \
		dialogs/qcolordialog.moc \
		dialogs/qcolordialog.h \
		kernel/qdialog.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qlayout.h \
		kernel/qabstractlayout.h \
		widgets/qlabel.h \
		widgets/qframe.h \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		kernel/qiconset.h \
		kernel/qpixmap.h \
		widgets/qlineedit.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		kernel/qdrawutil.h \
		widgets/qvalidator.h \
		kernel/qdragobject.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qobjectdict.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		widgets/qtableview.h

dialogs/qfiledialog.o: dialogs/qfiledialog.cpp \
		dialogs/qfiledialog.moc \
		dialogs/qfiledialog.h \
		tools/qdir.h \
		tools/qstrlist.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.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/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qlistbox.h \
		widgets/qscrollview.h \
		widgets/qframe.h \
		widgets/qscrollbar.h \
		widgets/qrangecontrol.h \
		kernel/qdrawutil.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qpixmap.h \
		kernel/qtimer.h \
		widgets/qlineedit.h \
		widgets/qlistview.h \
		kernel/qurloperator.h \
		kernel/qurl.h \
		kernel/qnetworkprotocol.h \
		kernel/qurlinfo.h \
		tools/qdict.h \
		tools/qgdict.h \
		tools/qqueue.h \
		widgets/qcombobox.h \
		widgets/qlabel.h \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		kernel/qiconset.h \
		widgets/qtoolbutton.h \
		dialogs/qmessagebox.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qlayout.h \
		kernel/qabstractlayout.h \
		kernel/qbitmap.h \
		widgets/qpopupmenu.h \
		widgets/qmenudata.h \
		kernel/qsignal.h \
		widgets/qwidgetstack.h \
		tools/qptrdict.h \
		widgets/qbuttongroup.h \
		widgets/qgroupbox.h \
		tools/qvector.h \
		tools/qgvector.h \
		widgets/qvbox.h \
		widgets/qhbox.h \
		widgets/qtooltip.h \
		widgets/qheader.h \
		kernel/qdragobject.h \
		kernel/qimage.h \
		widgets/qprogressbar.h \
		kernel/qobjectlist.h \
		widgets/qcheckbox.h \
		widgets/qsplitter.h \
		tools/qmap.h \
		kernel/qsemimodal.h

dialogs/qfontdialog.o: dialogs/qfontdialog.cpp \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		dialogs/qfontdialog.h \
		kernel/qdialog.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qlineedit.h \
		widgets/qlistbox.h \
		widgets/qscrollview.h \
		widgets/qframe.h \
		widgets/qscrollbar.h \
		widgets/qrangecontrol.h \
		kernel/qdrawutil.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qpixmap.h \
		kernel/qtimer.h \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		kernel/qiconset.h \
		widgets/qcheckbox.h \
		widgets/qcombobox.h \
		kernel/qlayout.h \
		kernel/qabstractlayout.h \
		widgets/qvgroupbox.h \
		widgets/qgroupbox.h \
		widgets/qhgroupbox.h \
		widgets/qhbox.h \
		widgets/qlabel.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qfontdatabase.h

dialogs/qinputdialog.o: dialogs/qinputdialog.cpp \
		dialogs/qinputdialog.h \
		kernel/qdialog.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qlineedit.h \
		kernel/qlayout.h \
		kernel/qabstractlayout.h \
		widgets/qlabel.h \
		widgets/qframe.h \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		kernel/qiconset.h \
		kernel/qpixmap.h \
		widgets/qspinbox.h \
		widgets/qrangecontrol.h \
		widgets/qcombobox.h \
		widgets/qwidgetstack.h \
		tools/qintdict.h \
		tools/qgdict.h \
		tools/qptrdict.h \
		widgets/qvalidator.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		kernel/qtranslator.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 \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qlabel.h \
		widgets/qframe.h \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		kernel/qiconset.h \
		kernel/qpixmap.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.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 \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		kernel/qiconset.h \
		kernel/qpixmap.h \
		widgets/qlabel.h \
		widgets/qframe.h \
		widgets/qprogressbar.h \
		kernel/qaccel.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qdrawutil.h \
		tools/qdatetime.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qtimer.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 \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qiconset.h \
		kernel/qpixmap.h \
		kernel/qobjectlist.h \
		kernel/qobjectdict.h \
		kernel/qmetaobject.h \
		kernel/qconnection.h \
		tools/qstrlist.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		widgets/qtabbar.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		widgets/qtabwidget.h \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		kernel/qapplication.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		widgets/qwidgetstack.h \
		widgets/qframe.h \
		tools/qptrdict.h \
		kernel/qlayout.h \
		kernel/qabstractlayout.h

dialogs/qwizard.o: dialogs/qwizard.cpp \
		dialogs/qwizard.h \
		kernel/qdialog.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qlayout.h \
		kernel/qabstractlayout.h \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		kernel/qiconset.h \
		kernel/qpixmap.h \
		widgets/qlabel.h \
		widgets/qframe.h \
		widgets/qwidgetstack.h \
		tools/qintdict.h \
		tools/qgdict.h \
		tools/qptrdict.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		kernel/qtranslator.h \
		tools/qvector.h \
		tools/qgvector.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qaccel.h

# Module iconview...
iconview/qiconview.o: iconview/qiconview.cpp \
		iconview/qiconview.h \
		widgets/qscrollview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qscrollbar.h \
		widgets/qrangecontrol.h \
		kernel/qdrawutil.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qiconset.h \
		kernel/qpixmap.h \
		kernel/qdragobject.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		widgets/qmultilineedit.h \
		widgets/qtableview.h \
		kernel/qbitmap.h \
		tools/qmodules.h \
		kernel/qtimer.h \
		kernel/qkeycode.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		tools/qmap.h \
		widgets/qvbox.h \
		widgets/qhbox.h \
		widgets/qtooltip.h \
		kernel/qpixmapcache.h \
		tools/qptrdict.h

# Module workspace...
workspace/qworkspace.moc: workspace/qworkspace.cpp
	$(MOC) workspace/qworkspace.cpp -o workspace/qworkspace.moc
workspace/qworkspace.o: workspace/qworkspace.cpp \
		workspace/qworkspace.moc \
		workspace/qworkspace.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		kernel/qwidgetlist.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qobjectlist.h \
		kernel/qlayout.h \
		kernel/qabstractlayout.h \
		widgets/qtoolbutton.h \
		widgets/qbutton.h \
		kernel/qpixmap.h \
		kernel/qiconset.h \
		widgets/qlabel.h \
		widgets/qframe.h \
		widgets/qvbox.h \
		widgets/qhbox.h \
		kernel/qaccel.h \
		widgets/qpopupmenu.h \
		widgets/qmenudata.h \
		kernel/qsignal.h \
		widgets/qmenubar.h \
		kernel/qguardedptr.h \
		widgets/qtooltip.h \
		kernel/qtimer.h \
		kernel/qwmatrix.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		tools/qdatetime.h \
		kernel/qfocusdata.h

# Module sound...

# Module semimodal...

# Module network...
network/qdns.o: network/qdns.cpp \
		network/qdns.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qwindowdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		network/qsocket.h \
		network/qsocketdevice.h \
		network/qhostaddress.h \
		kernel/qsocketnotifier.h \
		tools/qdatetime.h \
		tools/qdict.h \
		tools/qgdict.h \
		kernel/qtimer.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		tools/qvector.h \
		tools/qgvector.h \
		tools/qstrlist.h \
		tools/qptrdict.h \
		tools/qfile.h \
		tools/qtextstream.h

network/qftp.o: network/qftp.cpp \
		network/qftp.h \
		network/qsocket.h \
		network/qsocketdevice.h \
		tools/qiodevice.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qstring.h \
		network/qhostaddress.h \
		kernel/qsocketnotifier.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		kernel/qwindowdefs.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qregexp.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qurlinfo.h \
		tools/qdatetime.h \
		kernel/qnetworkprotocol.h \
		tools/qdict.h \
		tools/qdir.h \
		tools/qstrlist.h \
		tools/qfileinfo.h \
		tools/qfile.h \
		tools/qqueue.h \
		kernel/qurloperator.h \
		kernel/qurl.h \
		kernel/qtimer.h

network/qhostaddress.o: network/qhostaddress.cpp \
		network/qhostaddress.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h

network/qnetwork.o: network/qnetwork.cpp \
		network/qnetwork.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qnetworkprotocol.h \
		kernel/qurlinfo.h \
		tools/qdatetime.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qdict.h \
		tools/qgdict.h \
		tools/qcollection.h \
		tools/qdir.h \
		tools/qstrlist.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qfileinfo.h \
		tools/qfile.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qregexp.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		kernel/qwindowdefs.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qqueue.h \
		network/qftp.h \
		network/qsocket.h \
		network/qsocketdevice.h \
		network/qhostaddress.h \
		kernel/qsocketnotifier.h \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		tools/qasciidict.h \
		kernel/qtranslator.h \
		tools/qintdict.h

network/qserversocket.o: network/qserversocket.cpp \
		network/qserversocket.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		kernel/qwindowdefs.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		network/qsocket.h \
		network/qsocketdevice.h \
		network/qhostaddress.h \
		kernel/qsocketnotifier.h

network/qsocket.o: network/qsocket.cpp \
		network/qsocket.h \
		network/qsocketdevice.h \
		tools/qiodevice.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qstring.h \
		network/qhostaddress.h \
		kernel/qsocketnotifier.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		kernel/qwindowdefs.h \
		kernel/qnamespace.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qregexp.h \
		kernel/qtimer.h \
		network/qdns.h

network/qsocketdevice.o: network/qsocketdevice.cpp \
		network/qsocketdevice.h \
		tools/qiodevice.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qstring.h \
		network/qhostaddress.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		kernel/qnamespace.h

network/qsocketdevice_unix.o: network/qsocketdevice_unix.cpp \
		network/qsocketdevice.h \
		tools/qiodevice.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qstring.h \
		network/qhostaddress.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		kernel/qnamespace.h

# Module canvas...
canvas/qcanvas.o: canvas/qcanvas.cpp \
		canvas/qcanvas.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qcolor.h \
		kernel/qwidget.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpalette.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qscrollview.h \
		widgets/qframe.h \
		widgets/qscrollbar.h \
		widgets/qrangecontrol.h \
		kernel/qdrawutil.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		tools/qptrdict.h \
		tools/qgdict.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		tools/qfile.h \
		tools/qtl.h \
		tools/qtextstream.h \
		kernel/qtimer.h \
		3rdparty/kernel/qpolygonscanner.h

# Module table...
table/qtable.o: table/qtable.cpp \
		table/qtable.h \
		widgets/qscrollview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		kernel/qobject.h \
		kernel/qevent.h \
		kernel/qregion.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qregexp.h \
		kernel/qpaintdevice.h \
		kernel/qpalette.h \
		kernel/qcolor.h \
		kernel/qbrush.h \
		kernel/qcursor.h \
		kernel/qfont.h \
		kernel/qfontmetrics.h \
		kernel/qfontinfo.h \
		kernel/qstyle.h \
		kernel/qsizepolicy.h \
		widgets/qscrollbar.h \
		widgets/qrangecontrol.h \
		kernel/qdrawutil.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		3rdparty/kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qpixmap.h \
		tools/qvector.h \
		tools/qgvector.h \
		widgets/qheader.h \
		kernel/qiconset.h \
		kernel/qguardedptr.h \
		kernel/qkeycode.h \
		widgets/qlineedit.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qtimer.h \
		kernel/qobjectlist.h

# Module xml...
xml/qxml.o: xml/qxml.cpp \
		xml/qxml.h \
		tools/qmodules.h \
		tools/qtextstream.h \
		tools/qiodevice.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qstring.h \
		tools/qfile.h \
		tools/qstringlist.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qregexp.h \
		tools/qvaluestack.h \
		tools/qmap.h \
		tools/qtextcodec.h \
		tools/qbuffer.h

xml/qdom.o: xml/qdom.cpp \
		xml/qdom.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qconfig.h \
		tools/qfeatures.h \
		tools/qdict.h \
		tools/qgdict.h \
		tools/qcollection.h \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		kernel/qnamespace.h \
		kernel/qfont.h \
		kernel/qpen.h \
		kernel/qcolor.h \
		kernel/qvariant.h \
		tools/qvaluelist.h \
		tools/qdatastream.h \
		tools/qiodevice.h \
		tools/qstringlist.h \
		tools/qregexp.h \
		tools/qmap.h \
		kernel/qmime.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qmodules.h \
		xml/qxml.h \
		tools/qtextstream.h \
		tools/qfile.h \
		tools/qvaluestack.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h

# Module opengl...

