#############################################################################
# Automatically generated from /tmp/work/src/qt-2.3.2/./src/Makefile.in
# Build options from 
#############################################################################

QT_CXXFLAGS_OPT = -DQT_BUILTIN_GIF_READER=1 -DQT_NO_SM_SUPPORT -DQT_XFT  -I/usr/include/freetype2 -I$(QTDIR)/src/3rdparty/zlib -I$(QTDIR)/src/3rdparty/libpng
QT_CFLAGS_OPT   =  -I/usr/include/freetype2 -I$(QTDIR)/src/3rdparty/zlib -I$(QTDIR)/src/3rdparty/libpng
QT_LIBS_OPT	=   -lXft -ljpeg -lmng -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		= g++
SYSCONF_CC		= gcc
DASHCROSS		= 

# Compiling with support libraries
SYSCONF_CXXFLAGS_X11	= -I/usr/X11R6/include
SYSCONF_CXXFLAGS_QT	= -I$(QTDIR)/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	= -Wl,-rpath,/usr/X11R6/lib
SYSCONF_RPATH_QT	= -Wl,-rpath,$(QTDIR)/lib
SYSCONF_RPATH_OPENGL	= -Wl,-rpath,/usr/X11R6/lib

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

# Linking applications
SYSCONF_LINK		= g++
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	= g++
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		= 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 -O2 -Wall -W
SYSCONF_CFLAGS		= -pipe -O2 -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_OPENGL) $(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAGS_X11) $(SYSCONF_CXXFLAGS) $(SYSCONF_CXXFLAGS_LIB) $(QT_CXXFLAGS_OPT)
CC	=	$(SYSCONF_CC) $(QT_C_MT)
CFLAGS	=	$(SYSCONF_CFLAGS) $(SYSCONF_CFLAGS_LIB) $(QT_CFLAGS_OPT)
INCPATH =	
LFLAGS	=	$(SYSCONF_LFLAGS_OPENGL) $(SYSCONF_LFLAGS_X11) $(SYSCONF_RPATH_X11) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT)
LIBS	=	$(SUBLIBS) $(SYSCONF_LIBS_OPENGL) $(SYSCONF_LIBS_X11) $(SYSCONF_LIBS_QTLIB)
MOC	=	$(SYSCONF_MOC)
UIC	=	$(SYSCONF_UIC)

####### Target

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

####### Files

HEADERS =	
SOURCES =	
OBJECTS =	 $(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 = tools/qdir_unix.o \
		tools/qfile_unix.o \
		tools/qfileinfo_unix.o \
		tools/qbig5codec.o \
		tools/qbitarray.o \
		tools/qbuffer.o \
		tools/qcollection.o \
		tools/qcstring.o \
		tools/qdatastream.o \
		tools/qdatetime.o \
		tools/qdir.o \
		tools/qeucjpcodec.o \
		tools/qeuckrcodec.o \
		tools/qfile.o \
		tools/qfileinfo.o \
		tools/qgarray.o \
		tools/qgbkcodec.o \
		tools/qgcache.o \
		tools/qgdict.o \
		tools/qglist.o \
		tools/qglobal.o \
		tools/qgvector.o \
		tools/qiodevice.o \
		tools/qjiscodec.o \
		tools/qjpunicode.o \
		tools/qmap.o \
		tools/qregexp.o \
		tools/qrtlcodec.o \
		tools/qsjiscodec.o \
		tools/qstring.o \
		tools/qstringlist.o \
		tools/qtextcodec.o \
		tools/qtextstream.o \
		tools/qtsciicodec.o \
		tools/qutfcodec.o
OBJECTS_kernel = kernel/qpsprinter.o \
		kernel/qthread_unix.o \
		kernel/qapplication_x11.o \
		kernel/qclipboard_x11.o \
		kernel/qcolor_x11.o \
		kernel/qcursor_x11.o \
		kernel/qdnd_x11.o \
		kernel/qmotifdnd_x11.o \
		kernel/qfont_x11.o \
		kernel/qpixmap_x11.o \
		kernel/qprinter_x11.o \
		kernel/qpaintdevice_x11.o \
		kernel/qpainter_x11.o \
		kernel/qregion_x11.o \
		kernel/qsound_x11.o \
		kernel/qwidget_x11.o \
		kernel/qnpsupport.o \
		kernel/qwidgetcreate_x11.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/qnetworkprotocol.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/qpointarray.o \
		kernel/qpoint.o \
		kernel/qpolygonscanner.o \
		kernel/qprinter.o \
		kernel/qrect.o \
		kernel/qregion.o \
		kernel/qrichtext.o \
		kernel/qsemimodal.o \
		kernel/qsignal.o \
		kernel/qsignalmapper.o \
		kernel/qsimplerichtext.o \
		kernel/qsize.o \
		kernel/qsizegrip.o \
		kernel/qstyle.o \
		kernel/qsocketnotifier.o \
		kernel/qsound.o \
		kernel/qstylesheet.o \
		kernel/qtimer.o \
		kernel/qurl.o \
		kernel/qlocalfs.o \
		kernel/qurloperator.o \
		kernel/qurlinfo.o \
		kernel/qwidget.o \
		kernel/qwmatrix.o \
		kernel/qvariant.o \
		kernel/moc_qabstractlayout.o \
		kernel/moc_qaccel.o \
		kernel/moc_qapplication.o \
		kernel/moc_qasyncio.o \
		kernel/moc_qclipboard.o \
		kernel/moc_qdialog.o \
		kernel/moc_qdragobject.o \
		kernel/moc_qguardedptr.o \
		kernel/moc_qlayout.o \
		kernel/moc_qtranslator.o \
		kernel/moc_qnetworkprotocol.o \
		kernel/moc_qsemimodal.o \
		kernel/moc_qsessionmanager.o \
		kernel/moc_qsignalmapper.o \
		kernel/moc_qsizegrip.o \
		kernel/moc_qsocketnotifier.o \
		kernel/moc_qsound.o \
		kernel/moc_qstyle.o \
		kernel/moc_qstylesheet.o \
		kernel/moc_qtimer.o \
		kernel/moc_qlocalfs.o \
		kernel/moc_qurloperator.o \
		kernel/moc_qwidget.o
OBJECTS_widgets = 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/qtextbrowser.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/moc_qbuttongroup.o \
		widgets/moc_qbutton.o \
		widgets/moc_qcheckbox.o \
		widgets/moc_qcdestyle.o \
		widgets/moc_qcombobox.o \
		widgets/moc_qcommonstyle.o \
		widgets/moc_qdial.o \
		widgets/moc_qframe.o \
		widgets/moc_qgrid.o \
		widgets/moc_qgroupbox.o \
		widgets/moc_qhbuttongroup.o \
		widgets/moc_qheader.o \
		widgets/moc_qhgroupbox.o \
		widgets/moc_qhbox.o \
		widgets/moc_qlabel.o \
		widgets/moc_qlcdnumber.o \
		widgets/moc_qlineedit.o \
		widgets/moc_qlistbox.o \
		widgets/moc_qlistview.o \
		widgets/moc_qmainwindow.o \
		widgets/moc_qmenubar.o \
		widgets/moc_qmotifstyle.o \
		widgets/moc_qmotifplusstyle.o \
		widgets/moc_qmultilineedit.o \
		widgets/moc_qplatinumstyle.o \
		widgets/moc_qpopupmenu.o \
		widgets/moc_qprogressbar.o \
		widgets/moc_qpushbutton.o \
		widgets/moc_qradiobutton.o \
		widgets/moc_qscrollbar.o \
		widgets/moc_qscrollview.o \
		widgets/moc_qsgistyle.o \
		widgets/moc_qslider.o \
		widgets/moc_qspinbox.o \
		widgets/moc_qsplitter.o \
		widgets/moc_qstatusbar.o \
		widgets/moc_qtabbar.o \
		widgets/moc_qtabwidget.o \
		widgets/moc_qtableview.o \
		widgets/moc_qtextbrowser.o \
		widgets/moc_qtextview.o \
		widgets/moc_qtoolbar.o \
		widgets/moc_qtoolbutton.o \
		widgets/moc_qtooltip.o \
		widgets/moc_qvalidator.o \
		widgets/moc_qvbox.o \
		widgets/moc_qvbuttongroup.o \
		widgets/moc_qvgroupbox.o \
		widgets/moc_qwidgetstack.o \
		widgets/moc_qwindowsstyle.o \
		widgets/moc_qaction.o
OBJECTS_dialogs = dialogs/qprintdialog.o \
		dialogs/qcolordialog.o \
		dialogs/qfiledialog.o \
		dialogs/qfontdialog.o \
		dialogs/qmessagebox.o \
		dialogs/qprogressdialog.o \
		dialogs/qtabdialog.o \
		dialogs/qwizard.o \
		dialogs/qinputdialog.o \
		dialogs/moc_qcolordialog.o \
		dialogs/moc_qfiledialog.o \
		dialogs/moc_qfontdialog.o \
		dialogs/moc_qmessagebox.o \
		dialogs/moc_qprogressdialog.o \
		dialogs/moc_qtabdialog.o \
		dialogs/moc_qwizard.o \
		dialogs/moc_qinputdialog.o \
		dialogs/moc_qprintdialog.o
OBJECTS_iconview = iconview/qiconview.o \
		iconview/moc_qiconview.o
OBJECTS_workspace = workspace/qworkspace.o \
		workspace/moc_qworkspace.o
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 \
		network/moc_qdns.o \
		network/moc_qftp.o \
		network/moc_qserversocket.o \
		network/moc_qsocket.o
OBJECTS_canvas = canvas/qcanvas.o \
		canvas/moc_qcanvas.o
OBJECTS_table = table/qtable.o \
		table/moc_qtable.o
OBJECTS_xml = xml/qxml.o \
		xml/qdom.o
OBJECTS_opengl = opengl/qgl.o \
		opengl/qgl_x11.o \
		opengl/moc_qgl.o


####### 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

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

listaddonpromodules:
	@echo iconview \
		workspace

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


REQUIRES=

####### Sub-libraries


###### Combined headers



####### Compile

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/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/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/cache/ftcache.o: 3rdparty/freetype/src/cache/ftcache.c

3rdparty/freetype/src/cff/cff.o: 3rdparty/freetype/src/cff/cff.c

3rdparty/freetype/src/cid/type1cid.o: 3rdparty/freetype/src/cid/type1cid.c

3rdparty/freetype/src/psaux/psaux.o: 3rdparty/freetype/src/psaux/psaux.c

3rdparty/freetype/src/psnames/psmodule.o: 3rdparty/freetype/src/psnames/psmodule.c

3rdparty/freetype/src/raster/raster.o: 3rdparty/freetype/src/raster/raster.c

3rdparty/freetype/src/sfnt/sfnt.o: 3rdparty/freetype/src/sfnt/sfnt.c

3rdparty/freetype/src/smooth/smooth.o: 3rdparty/freetype/src/smooth/smooth.c

3rdparty/freetype/src/truetype/truetype.o: 3rdparty/freetype/src/truetype/truetype.c

3rdparty/freetype/src/type1/type1.o: 3rdparty/freetype/src/type1/type1.c

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



# Module tools...
tools/qdir_unix.o: tools/qdir_unix.cpp \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qbig5codec.o: tools/qbig5codec.cpp \
		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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.h \
		tools/qdatastream.h \
		tools/qiodevice.h

tools/qbuffer.o: tools/qbuffer.cpp \
		tools/qbuffer.h \
		tools/qiodevice.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.h \
		tools/qdatastream.h \
		tools/qiodevice.h

tools/qdir.o: tools/qdir.cpp \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/qeucjpcodec.o: tools/qeucjpcodec.cpp \
		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/qfeatures.h \
		tools/qconfig.h \
		tools/qjpunicode.h

tools/qeuckrcodec.o: tools/qeuckrcodec.cpp \
		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/qfeatures.h \
		tools/qconfig.h

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

tools/qgbkcodec.o: tools/qgbkcodec.cpp \
		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/qfeatures.h \
		tools/qconfig.h

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

tools/qjiscodec.o: tools/qjiscodec.cpp \
		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/qfeatures.h \
		tools/qconfig.h \
		tools/qjpunicode.h

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

tools/qmap.o: tools/qmap.cpp \
		tools/qmap.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.h

tools/qrtlcodec.o: tools/qrtlcodec.cpp \
		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/qfeatures.h \
		tools/qconfig.h

tools/qsjiscodec.o: tools/qsjiscodec.cpp \
		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/qfeatures.h \
		tools/qconfig.h \
		tools/qjpunicode.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qutfcodec.h \
		tools/qgbkcodec.h \
		tools/qeucjpcodec.h \
		tools/qjpunicode.h \
		tools/qjiscodec.h \
		tools/qsjiscodec.h \
		tools/qeuckrcodec.h \
		tools/qbig5codec.h \
		tools/qrtlcodec.h \
		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/qfeatures.h \
		tools/qconfig.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/qtsciicodec.o: tools/qtsciicodec.cpp \
		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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.h

# Module kernel...
kernel/moc_qabstractlayout.o: kernel/moc_qabstractlayout.cpp \
		kernel/qabstractlayout.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qaccel.o: kernel/moc_qaccel.cpp \
		kernel/qaccel.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qapplication.o: kernel/moc_qapplication.cpp \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qasyncio.o: kernel/moc_qasyncio.cpp \
		kernel/qasyncio.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qclipboard.o: kernel/moc_qclipboard.cpp \
		kernel/qclipboard.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qdialog.o: kernel/moc_qdialog.cpp \
		kernel/qdialog.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qdragobject.o: kernel/moc_qdragobject.cpp \
		kernel/qdragobject.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/qimage.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qcolor.h \
		tools/qstrlist.h

kernel/moc_qguardedptr.o: kernel/moc_qguardedptr.cpp \
		kernel/qguardedptr.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qlayout.o: kernel/moc_qlayout.cpp \
		kernel/qlayout.h \
		kernel/qabstractlayout.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qtranslator.o: kernel/moc_qtranslator.cpp \
		kernel/qtranslator.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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

kernel/moc_qnetworkprotocol.o: kernel/moc_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/qfeatures.h \
		tools/qconfig.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/moc_qsemimodal.o: kernel/moc_qsemimodal.cpp \
		kernel/qsemimodal.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qsessionmanager.o: kernel/moc_qsessionmanager.cpp \
		kernel/qsessionmanager.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qsignalmapper.o: kernel/moc_qsignalmapper.cpp \
		kernel/qsignalmapper.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qsizegrip.o: kernel/moc_qsizegrip.cpp \
		kernel/qsizegrip.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qsocketnotifier.o: kernel/moc_qsocketnotifier.cpp \
		kernel/qsocketnotifier.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qsound.o: kernel/moc_qsound.cpp \
		kernel/qsound.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qstyle.o: kernel/moc_qstyle.cpp \
		kernel/qstyle.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qstylesheet.o: kernel/moc_qstylesheet.cpp \
		kernel/qstylesheet.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qtimer.o: kernel/moc_qtimer.cpp \
		kernel/qtimer.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qlocalfs.o: kernel/moc_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/qfeatures.h \
		tools/qconfig.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/moc_qurloperator.o: kernel/moc_qurloperator.cpp \
		kernel/qurloperator.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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

kernel/moc_qwidget.o: kernel/moc_qwidget.cpp \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qabstractlayout.cpp: kernel/qabstractlayout.h
	$(MOC) kernel/qabstractlayout.h -o kernel/moc_qabstractlayout.cpp

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

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

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

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

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

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

kernel/moc_qguardedptr.cpp: kernel/qguardedptr.h
	$(MOC) kernel/qguardedptr.h -o kernel/moc_qguardedptr.cpp

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

kernel/moc_qtranslator.cpp: kernel/qtranslator.h
	$(MOC) kernel/qtranslator.h -o kernel/moc_qtranslator.cpp

kernel/moc_qnetworkprotocol.cpp: kernel/qnetworkprotocol.h
	$(MOC) kernel/qnetworkprotocol.h -o kernel/moc_qnetworkprotocol.cpp

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

kernel/moc_qsessionmanager.cpp: kernel/qsessionmanager.h
	$(MOC) kernel/qsessionmanager.h -o kernel/moc_qsessionmanager.cpp

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

kernel/moc_qsizegrip.cpp: kernel/qsizegrip.h
	$(MOC) kernel/qsizegrip.h -o kernel/moc_qsizegrip.cpp

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

kernel/moc_qsound.cpp: kernel/qsound.h
	$(MOC) kernel/qsound.h -o kernel/moc_qsound.cpp

kernel/moc_qstyle.cpp: kernel/qstyle.h
	$(MOC) kernel/qstyle.h -o kernel/moc_qstyle.cpp

kernel/moc_qstylesheet.cpp: kernel/qstylesheet.h
	$(MOC) kernel/qstylesheet.h -o kernel/moc_qstylesheet.cpp

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

kernel/moc_qlocalfs.cpp: kernel/qlocalfs.h
	$(MOC) kernel/qlocalfs.h -o kernel/moc_qlocalfs.cpp

kernel/moc_qurloperator.cpp: kernel/qurloperator.h
	$(MOC) kernel/qurloperator.h -o kernel/moc_qurloperator.cpp

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

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

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

kernel/qmovie.moc: kernel/qmovie.cpp
	$(MOC) kernel/qmovie.cpp -o kernel/qmovie.moc
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/qfeatures.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 \
		tools/qtextstream.h \
		tools/qiodevice.h \
		kernel/qpainter.h \
		kernel/qcolor.h \
		kernel/qfontmetrics.h \
		kernel/qfont.h \
		kernel/qfontinfo.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/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 \
		tools/qjpunicode.h \
		kernel/qt_x11.h

kernel/qthread_unix.o: kernel/qthread_unix.cpp \
		kernel/qthread_unix.moc \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/qapplication_x11.o: kernel/qapplication_x11.cpp \
		kernel/qapplication_x11.moc \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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 \
		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 \
		kernel/qguardedptr.h \
		kernel/qclipboard.h \
		widgets/qwhatsthis.h \
		widgets/qwindowsstyle.h \
		widgets/qcommonstyle.h \
		widgets/qmotifplusstyle.h \
		widgets/qmotifstyle.h \
		widgets/qsgistyle.h \
		kernel/qthread.h \
		tools/qfile.h \
		kernel/qt_x11.h \
		tools/qmodules.h

kernel/qclipboard_x11.o: kernel/qclipboard_x11.cpp \
		kernel/qclipboard.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/qt_x11.h

kernel/qcolor_x11.o: kernel/qcolor_x11.cpp \
		kernel/qcolor.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/qt_x11.h

kernel/qcursor_x11.o: kernel/qcursor_x11.cpp \
		kernel/qcursor.h \
		kernel/qpoint.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/qt_x11.h

kernel/qdnd_x11.o: kernel/qdnd_x11.cpp \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/qt_x11.h

kernel/qmotifdnd_x11.o: kernel/qmotifdnd_x11.cpp \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/qfont_x11.o: kernel/qfont_x11.cpp \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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 \
		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/qdir.h \
		tools/qfileinfo.h \
		tools/qdatetime.h \
		kernel/qt_x11.h \
		tools/qmap.h \
		tools/qjpunicode.h

kernel/qpixmap_x11.o: kernel/qpixmap_x11.cpp \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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 \
		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/qt_x11.h

kernel/qprinter_x11.o: kernel/qprinter_x11.cpp \
		kernel/qprinter.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.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/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 \
		dialogs/qprintdialog.h \
		kernel/qdialog.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 \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h

kernel/qpaintdevice_x11.o: kernel/qpaintdevice_x11.cpp \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.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/qpaintdevicemetrics.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/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/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qt_x11.h

kernel/qpainter_x11.o: kernel/qpainter_x11.cpp \
		kernel/qpainter.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.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 \
		kernel/qfontmetrics.h \
		kernel/qfont.h \
		kernel/qfontinfo.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/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/qfontdata_p.h \
		tools/qtextcodec.h \
		kernel/qt_x11.h \
		kernel/qpaintdevicemetrics.h \
		tools/qtextstream.h \
		tools/qbuffer.h

kernel/qregion_x11.o: kernel/qregion_x11.cpp \
		kernel/qregion.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/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 \
		kernel/qt_x11.h

kernel/qsound_x11.o: kernel/qsound_x11.cpp \
		kernel/qsound_x11.moc \
		kernel/qsound.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/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 \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h

kernel/qwidget_x11.o: kernel/qwidget_x11.cpp \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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 \
		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/qt_x11.h

kernel/qnpsupport.o: kernel/qnpsupport.cpp \
		kernel/qapplication.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/qwidgetcreate_x11.o: kernel/qwidgetcreate_x11.cpp \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/qt_x11.h

kernel/qabstractlayout.o: kernel/qabstractlayout.cpp \
		kernel/qabstractlayout.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/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/qfeatures.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/qpainter.h \
		kernel/qfontmetrics.h \
		kernel/qfont.h \
		kernel/qfontinfo.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qgif.h

kernel/qasyncio.o: kernel/qasyncio.cpp \
		kernel/qasyncio.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/qfeatures.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 \
		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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.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 \
		kernel/qfontmetrics.h \
		kernel/qfont.h \
		kernel/qfontinfo.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qpalette.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		kernel/qpixmapcache.h

kernel/qdropsite.o: kernel/qdropsite.cpp \
		kernel/qdropsite.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		tools/qdir.h \
		tools/qstrlist.h \
		tools/qfileinfo.h \
		tools/qfile.h \
		tools/qdatetime.h \
		tools/qmap.h \
		tools/qdict.h \
		tools/qgdict.h \
		tools/qtextstream.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 \
		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 \
		tools/qasciidict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qt_x11.h

kernel/qguardedptr.o: kernel/qguardedptr.cpp \
		kernel/qguardedptr.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/qfeatures.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 \
		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 \
		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/qfeatures.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 \
		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/qjpegio.o: kernel/qjpegio.cpp \
		tools/qfeatures.h \
		tools/qconfig.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.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/qlayout.o: kernel/qlayout.cpp \
		kernel/qlayout.h \
		kernel/qabstractlayout.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.h \
		tools/qdatetime.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.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/qfeatures.h \
		tools/qconfig.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 \
		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/qasyncio.h \
		kernel/qsignal.h \
		kernel/qasyncimageio.h \
		kernel/qimage.h \
		tools/qstrlist.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/qfeatures.h \
		tools/qconfig.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/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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.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 \
		kernel/qfontmetrics.h \
		kernel/qfont.h \
		kernel/qfontinfo.h \
		kernel/qregion.h \
		kernel/qpen.h \
		kernel/qbrush.h \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/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/qpalette.o: kernel/qpalette.cpp \
		kernel/qpalette.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.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 \
		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 \
		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/qfeatures.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 \
		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 \
		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

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/qfeatures.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/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 \
		tools/qfeatures.h \
		tools/qconfig.h \
		kernel/qimage.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.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/qpointarray.o: kernel/qpointarray.cpp \
		kernel/qpointarray.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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

kernel/qpoint.o: kernel/qpoint.cpp \
		kernel/qpoint.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/qpolygonscanner.o: kernel/qpolygonscanner.cpp \
		kernel/qpolygonscanner.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.h \
		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

kernel/qprinter.o: kernel/qprinter.cpp \
		kernel/qprinter.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.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/qrect.o: kernel/qrect.cpp \
		kernel/qrect.h \
		kernel/qsize.h \
		kernel/qpoint.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/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/qfeatures.h \
		tools/qconfig.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 \
		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/qsemimodal.o: kernel/qsemimodal.cpp \
		kernel/qsemimodal.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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

kernel/qsignal.o: kernel/qsignal.cpp \
		kernel/qsignal.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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 \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h \
		kernel/qt_x11.h \
		kernel/qobjectlist.h

kernel/qstyle.o: kernel/qstyle.cpp \
		kernel/qstyle.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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/qsound.o: kernel/qsound.cpp \
		kernel/qsound.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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/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/qfeatures.h \
		tools/qconfig.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/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/qfeatures.h \
		tools/qconfig.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/qurloperator.o: kernel/qurloperator.cpp \
		kernel/qurloperator.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qwidget.o: kernel/qwidget.cpp \
		kernel/qobjectlist.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/qwmatrix.o: kernel/qwmatrix.cpp \
		kernel/qwmatrix.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.h \
		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/qfeatures.h \
		tools/qconfig.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 \
		kernel/qpointarray.h \
		kernel/qbitmap.h \
		kernel/qcursor.h \
		kernel/qsizepolicy.h

# Module widgets...
widgets/moc_qbuttongroup.o: widgets/moc_qbuttongroup.cpp \
		widgets/qbuttongroup.h \
		widgets/qgroupbox.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qbutton.o: widgets/moc_qbutton.cpp \
		widgets/qbutton.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qcheckbox.o: widgets/moc_qcheckbox.cpp \
		widgets/qcheckbox.h \
		widgets/qbutton.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qcdestyle.o: widgets/moc_qcdestyle.cpp \
		widgets/qcdestyle.h \
		widgets/qmotifstyle.h \
		widgets/qcommonstyle.h \
		kernel/qstyle.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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

widgets/moc_qcombobox.o: widgets/moc_qcombobox.cpp \
		widgets/qcombobox.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qcommonstyle.o: widgets/moc_qcommonstyle.cpp \
		widgets/qcommonstyle.h \
		kernel/qstyle.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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

widgets/moc_qdial.o: widgets/moc_qdial.cpp \
		widgets/qdial.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qframe.o: widgets/moc_qframe.cpp \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qgrid.o: widgets/moc_qgrid.cpp \
		widgets/qgrid.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qgroupbox.o: widgets/moc_qgroupbox.cpp \
		widgets/qgroupbox.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qhbuttongroup.o: widgets/moc_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/qfeatures.h \
		tools/qconfig.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/moc_qheader.o: widgets/moc_qheader.cpp \
		widgets/qheader.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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

widgets/moc_qhgroupbox.o: widgets/moc_qhgroupbox.cpp \
		widgets/qhgroupbox.h \
		widgets/qgroupbox.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qhbox.o: widgets/moc_qhbox.cpp \
		widgets/qhbox.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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

widgets/moc_qlabel.o: widgets/moc_qlabel.cpp \
		widgets/qlabel.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qlcdnumber.o: widgets/moc_qlcdnumber.cpp \
		widgets/qlcdnumber.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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

widgets/moc_qlineedit.o: widgets/moc_qlineedit.cpp \
		widgets/qlineedit.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qlistbox.o: widgets/moc_qlistbox.cpp \
		widgets/qlistbox.h \
		widgets/qscrollview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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 \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qpixmap.h \
		kernel/qtimer.h

widgets/moc_qlistview.o: widgets/moc_qlistview.cpp \
		widgets/qlistview.h \
		widgets/qscrollview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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 \
		kernel/qpointarray.h \
		kernel/qwmatrix.h

widgets/moc_qmainwindow.o: widgets/moc_qmainwindow.cpp \
		widgets/qmainwindow.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qmenubar.o: widgets/moc_qmenubar.cpp \
		widgets/qmenubar.h \
		widgets/qpopupmenu.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qmotifstyle.o: widgets/moc_qmotifstyle.cpp \
		widgets/qmotifstyle.h \
		widgets/qcommonstyle.h \
		kernel/qstyle.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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

widgets/moc_qmotifplusstyle.o: widgets/moc_qmotifplusstyle.cpp \
		widgets/qmotifplusstyle.h \
		widgets/qmotifstyle.h \
		widgets/qcommonstyle.h \
		kernel/qstyle.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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

widgets/moc_qmultilineedit.o: widgets/moc_qmultilineedit.cpp \
		widgets/qmultilineedit.h \
		widgets/qtableview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qplatinumstyle.o: widgets/moc_qplatinumstyle.cpp \
		widgets/qplatinumstyle.h \
		widgets/qwindowsstyle.h \
		widgets/qcommonstyle.h \
		kernel/qstyle.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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

widgets/moc_qpopupmenu.o: widgets/moc_qpopupmenu.cpp \
		widgets/qpopupmenu.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qprogressbar.o: widgets/moc_qprogressbar.cpp \
		widgets/qprogressbar.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qpushbutton.o: widgets/moc_qpushbutton.cpp \
		widgets/qpushbutton.h \
		widgets/qbutton.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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

widgets/moc_qradiobutton.o: widgets/moc_qradiobutton.cpp \
		widgets/qradiobutton.h \
		widgets/qbutton.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qscrollbar.o: widgets/moc_qscrollbar.cpp \
		widgets/qscrollbar.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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 \
		kernel/qpointarray.h \
		kernel/qwmatrix.h

widgets/moc_qscrollview.o: widgets/moc_qscrollview.cpp \
		widgets/qscrollview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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 \
		kernel/qpointarray.h \
		kernel/qwmatrix.h

widgets/moc_qsgistyle.o: widgets/moc_qsgistyle.cpp \
		widgets/qsgistyle.h \
		widgets/qmotifstyle.h \
		widgets/qcommonstyle.h \
		kernel/qstyle.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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

widgets/moc_qslider.o: widgets/moc_qslider.cpp \
		widgets/qslider.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qspinbox.o: widgets/moc_qspinbox.cpp \
		widgets/qspinbox.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qsplitter.o: widgets/moc_qsplitter.cpp \
		widgets/qsplitter.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qstatusbar.o: widgets/moc_qstatusbar.cpp \
		widgets/qstatusbar.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qtabbar.o: widgets/moc_qtabbar.cpp \
		widgets/qtabbar.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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 \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qiconset.h \
		kernel/qpixmap.h

widgets/moc_qtabwidget.o: widgets/moc_qtabwidget.cpp \
		widgets/qtabwidget.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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

widgets/moc_qtableview.o: widgets/moc_qtableview.cpp \
		widgets/qtableview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qtextbrowser.o: widgets/moc_qtextbrowser.cpp \
		widgets/qtextbrowser.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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 \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		widgets/qtextview.h

widgets/moc_qtextview.o: widgets/moc_qtextview.cpp \
		widgets/qtextview.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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 \
		kernel/qpointarray.h \
		kernel/qwmatrix.h

widgets/moc_qtoolbar.o: widgets/moc_qtoolbar.cpp \
		widgets/qtoolbar.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qtoolbutton.o: widgets/moc_qtoolbutton.cpp \
		widgets/qtoolbutton.h \
		widgets/qbutton.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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

widgets/moc_qtooltip.o: widgets/moc_qtooltip.cpp \
		widgets/qtooltip.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qvalidator.o: widgets/moc_qvalidator.cpp \
		widgets/qvalidator.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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

widgets/moc_qvbox.o: widgets/moc_qvbox.cpp \
		widgets/qvbox.h \
		widgets/qhbox.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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

widgets/moc_qvbuttongroup.o: widgets/moc_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/qfeatures.h \
		tools/qconfig.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/moc_qvgroupbox.o: widgets/moc_qvgroupbox.cpp \
		widgets/qvgroupbox.h \
		widgets/qgroupbox.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qwidgetstack.o: widgets/moc_qwidgetstack.cpp \
		widgets/qwidgetstack.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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

widgets/moc_qwindowsstyle.o: widgets/moc_qwindowsstyle.cpp \
		widgets/qwindowsstyle.h \
		widgets/qcommonstyle.h \
		kernel/qstyle.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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

widgets/moc_qaction.o: widgets/moc_qaction.cpp \
		widgets/qaction.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qbuttongroup.cpp: widgets/qbuttongroup.h
	$(MOC) widgets/qbuttongroup.h -o widgets/moc_qbuttongroup.cpp

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

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

widgets/moc_qcdestyle.cpp: widgets/qcdestyle.h
	$(MOC) widgets/qcdestyle.h -o widgets/moc_qcdestyle.cpp

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

widgets/moc_qcommonstyle.cpp: widgets/qcommonstyle.h
	$(MOC) widgets/qcommonstyle.h -o widgets/moc_qcommonstyle.cpp

widgets/moc_qdial.cpp: widgets/qdial.h
	$(MOC) widgets/qdial.h -o widgets/moc_qdial.cpp

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

widgets/moc_qgrid.cpp: widgets/qgrid.h
	$(MOC) widgets/qgrid.h -o widgets/moc_qgrid.cpp

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

widgets/moc_qhbuttongroup.cpp: widgets/qhbuttongroup.h
	$(MOC) widgets/qhbuttongroup.h -o widgets/moc_qhbuttongroup.cpp

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

widgets/moc_qhgroupbox.cpp: widgets/qhgroupbox.h
	$(MOC) widgets/qhgroupbox.h -o widgets/moc_qhgroupbox.cpp

widgets/moc_qhbox.cpp: widgets/qhbox.h
	$(MOC) widgets/qhbox.h -o widgets/moc_qhbox.cpp

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

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

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

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

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

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

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

widgets/moc_qmotifstyle.cpp: widgets/qmotifstyle.h
	$(MOC) widgets/qmotifstyle.h -o widgets/moc_qmotifstyle.cpp

widgets/moc_qmotifplusstyle.cpp: widgets/qmotifplusstyle.h
	$(MOC) widgets/qmotifplusstyle.h -o widgets/moc_qmotifplusstyle.cpp

widgets/moc_qmultilineedit.cpp: widgets/qmultilineedit.h
	$(MOC) widgets/qmultilineedit.h -o widgets/moc_qmultilineedit.cpp

widgets/moc_qplatinumstyle.cpp: widgets/qplatinumstyle.h
	$(MOC) widgets/qplatinumstyle.h -o widgets/moc_qplatinumstyle.cpp

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

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

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

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

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

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

widgets/moc_qsgistyle.cpp: widgets/qsgistyle.h
	$(MOC) widgets/qsgistyle.h -o widgets/moc_qsgistyle.cpp

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

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

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

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

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

widgets/moc_qtabwidget.cpp: widgets/qtabwidget.h
	$(MOC) widgets/qtabwidget.h -o widgets/moc_qtabwidget.cpp

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

widgets/moc_qtextbrowser.cpp: widgets/qtextbrowser.h
	$(MOC) widgets/qtextbrowser.h -o widgets/moc_qtextbrowser.cpp

widgets/moc_qtextview.cpp: widgets/qtextview.h
	$(MOC) widgets/qtextview.h -o widgets/moc_qtextview.cpp

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

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

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

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

widgets/moc_qvbox.cpp: widgets/qvbox.h
	$(MOC) widgets/qvbox.h -o widgets/moc_qvbox.cpp

widgets/moc_qvbuttongroup.cpp: widgets/qvbuttongroup.h
	$(MOC) widgets/qvbuttongroup.h -o widgets/moc_qvbuttongroup.cpp

widgets/moc_qvgroupbox.cpp: widgets/qvgroupbox.h
	$(MOC) widgets/qvgroupbox.h -o widgets/moc_qvgroupbox.cpp

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

widgets/moc_qwindowsstyle.cpp: widgets/qwindowsstyle.h
	$(MOC) widgets/qwindowsstyle.h -o widgets/moc_qwindowsstyle.cpp

widgets/moc_qaction.cpp: widgets/qaction.h
	$(MOC) widgets/qaction.h -o widgets/moc_qaction.cpp
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/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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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

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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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

widgets/qmenudata.o: widgets/qmenudata.cpp \
		widgets/qmenudata.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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

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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.h

widgets/qscrollbar.o: widgets/qscrollbar.cpp \
		widgets/qscrollbar.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		kernel/qpointarray.h \
		kernel/qwmatrix.h

widgets/qtextbrowser.o: widgets/qtextbrowser.cpp \
		widgets/qtextbrowser.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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 \
		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

widgets/qtextview.o: widgets/qtextview.cpp \
		widgets/qtextview.h \
		tools/qlist.h \
		tools/qglist.h \
		tools/qcollection.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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

# Module dialogs...
dialogs/moc_qcolordialog.o: dialogs/moc_qcolordialog.cpp \
		dialogs/qcolordialog.h \
		kernel/qdialog.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qfiledialog.o: dialogs/moc_qfiledialog.cpp \
		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/qfeatures.h \
		tools/qconfig.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 \
		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

dialogs/moc_qfontdialog.o: dialogs/moc_qfontdialog.cpp \
		dialogs/qfontdialog.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.h \
		tools/qstring.h \
		tools/qcstring.h \
		tools/qarray.h \
		tools/qgarray.h \
		tools/qshared.h \
		kernel/qnamespace.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

dialogs/moc_qmessagebox.o: dialogs/moc_qmessagebox.cpp \
		dialogs/qmessagebox.h \
		kernel/qdialog.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qprogressdialog.o: dialogs/moc_qprogressdialog.cpp \
		dialogs/qprogressdialog.h \
		kernel/qsemimodal.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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

dialogs/moc_qtabdialog.o: dialogs/moc_qtabdialog.cpp \
		dialogs/qtabdialog.h \
		kernel/qdialog.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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

dialogs/moc_qwizard.o: dialogs/moc_qwizard.cpp \
		dialogs/qwizard.h \
		kernel/qdialog.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qinputdialog.o: dialogs/moc_qinputdialog.cpp \
		dialogs/qinputdialog.h \
		kernel/qdialog.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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

dialogs/moc_qprintdialog.o: dialogs/moc_qprintdialog.cpp \
		dialogs/qprintdialog.h \
		kernel/qdialog.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qcolordialog.cpp: dialogs/qcolordialog.h
	$(MOC) dialogs/qcolordialog.h -o dialogs/moc_qcolordialog.cpp

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

dialogs/moc_qfontdialog.cpp: dialogs/qfontdialog.h
	$(MOC) dialogs/qfontdialog.h -o dialogs/moc_qfontdialog.cpp

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

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

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

dialogs/moc_qwizard.cpp: dialogs/qwizard.h
	$(MOC) dialogs/qwizard.h -o dialogs/moc_qwizard.cpp

dialogs/moc_qinputdialog.cpp: dialogs/qinputdialog.h
	$(MOC) dialogs/qinputdialog.h -o dialogs/moc_qinputdialog.cpp

dialogs/moc_qprintdialog.cpp: dialogs/qprintdialog.h
	$(MOC) dialogs/qprintdialog.h -o dialogs/moc_qprintdialog.cpp
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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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/qmessagebox.o: dialogs/qmessagebox.cpp \
		dialogs/qmessagebox.h \
		kernel/qdialog.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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 \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qaccel.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/qfeatures.h \
		tools/qconfig.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

# Module iconview...
iconview/moc_qiconview.o: iconview/moc_qiconview.cpp \
		iconview/qiconview.h \
		widgets/qscrollview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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 \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qiconset.h \
		kernel/qpixmap.h \
		kernel/qdragobject.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		kernel/qbitmap.h \
		tools/qmodules.h
iconview/moc_qiconview.cpp: iconview/qiconview.h
	$(MOC) iconview/qiconview.h -o iconview/moc_qiconview.cpp
iconview/qiconview.moc: iconview/qiconview.cpp
	$(MOC) iconview/qiconview.cpp -o iconview/qiconview.moc
iconview/qiconview.o: iconview/qiconview.cpp \
		iconview/qiconview.moc \
		iconview/qiconview.h \
		widgets/qscrollview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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 \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qiconset.h \
		kernel/qpixmap.h \
		kernel/qdragobject.h \
		kernel/qimage.h \
		tools/qstrlist.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 \
		widgets/qmultilineedit.h \
		widgets/qtableview.h \
		tools/qmap.h \
		widgets/qvbox.h \
		widgets/qhbox.h \
		widgets/qtooltip.h \
		kernel/qpixmapcache.h \
		tools/qptrdict.h

# Module workspace...
workspace/moc_qworkspace.o: workspace/moc_qworkspace.cpp \
		workspace/qworkspace.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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
workspace/moc_qworkspace.cpp: workspace/qworkspace.h
	$(MOC) workspace/qworkspace.h -o workspace/moc_qworkspace.cpp
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/qfeatures.h \
		tools/qconfig.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 \
		kernel/qpointarray.h \
		kernel/qpainter.h \
		kernel/qpen.h \
		kernel/qimage.h \
		tools/qstrlist.h \
		tools/qdatetime.h \
		kernel/qfocusdata.h

# Module network...
network/moc_qdns.o: network/moc_qdns.cpp \
		network/qdns.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qftp.o: network/moc_qftp.cpp \
		network/qftp.h \
		network/qsocket.h \
		network/qsocketdevice.h \
		tools/qiodevice.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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

network/moc_qserversocket.o: network/moc_qserversocket.cpp \
		network/qserversocket.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qsocket.o: network/moc_qsocket.cpp \
		network/qsocket.h \
		network/qsocketdevice.h \
		tools/qiodevice.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/moc_qdns.cpp: network/qdns.h
	$(MOC) network/qdns.h -o network/moc_qdns.cpp

network/moc_qftp.cpp: network/qftp.h
	$(MOC) network/qftp.h -o network/moc_qftp.cpp

network/moc_qserversocket.cpp: network/qserversocket.h
	$(MOC) network/qserversocket.h -o network/moc_qserversocket.cpp

network/moc_qsocket.cpp: network/qsocket.h
	$(MOC) network/qsocket.h -o network/moc_qsocket.cpp
network/qdns.o: network/qdns.cpp \
		network/qdns.h \
		kernel/qobject.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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/moc_qcanvas.o: canvas/moc_qcanvas.cpp \
		canvas/qcanvas.h \
		kernel/qbitmap.h \
		kernel/qpixmap.h \
		kernel/qpaintdevice.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.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 \
		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 \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		tools/qptrdict.h \
		tools/qgdict.h
canvas/moc_qcanvas.cpp: canvas/qcanvas.h
	$(MOC) canvas/qcanvas.h -o canvas/moc_qcanvas.cpp
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/qfeatures.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 \
		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 \
		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 \
		kernel/qpolygonscanner.h

# Module table...
table/moc_qtable.o: table/moc_qtable.cpp \
		table/qtable.h \
		widgets/qscrollview.h \
		widgets/qframe.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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 \
		kernel/qpointarray.h \
		kernel/qwmatrix.h \
		kernel/qpixmap.h \
		tools/qvector.h \
		tools/qgvector.h \
		widgets/qheader.h \
		kernel/qiconset.h \
		kernel/qguardedptr.h
table/moc_qtable.cpp: table/qtable.h
	$(MOC) table/qtable.h -o table/moc_qtable.cpp
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/qfeatures.h \
		tools/qconfig.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 \
		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/qfeatures.h \
		tools/qconfig.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/qfeatures.h \
		tools/qconfig.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...
opengl/moc_qgl.o: opengl/moc_qgl.cpp \
		opengl/qgl.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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
opengl/moc_qgl.cpp: opengl/qgl.h
	$(MOC) opengl/qgl.h -o opengl/moc_qgl.cpp
opengl/qgl_x11.moc: opengl/qgl_x11.cpp
	$(MOC) opengl/qgl_x11.cpp -o opengl/qgl_x11.moc
opengl/qgl.o: opengl/qgl.cpp \
		opengl/qgl.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/qpaintdevicemetrics.h \
		kernel/qimage.h \
		tools/qstrlist.h

opengl/qgl_x11.o: opengl/qgl_x11.cpp \
		opengl/qgl_x11.moc \
		opengl/qgl.h \
		kernel/qwidget.h \
		kernel/qwindowdefs.h \
		kernel/qobjectdefs.h \
		tools/qglobal.h \
		tools/qfeatures.h \
		tools/qconfig.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/qapplication.h \
		tools/qasciidict.h \
		tools/qgdict.h \
		kernel/qtranslator.h \
		tools/qintdict.h

