#############################################################################
# Makefile for building: moc
# Generated by qmake (2.00a) (Qt 4.0.0) on: Tue Jul 12 13:36:38 2005
# Project:  moc.pro
# Template: app
# Command: qmake -spec win32-msvc.net -o Makefile moc.pro
#############################################################################

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

CC            = cl
CXX           = cl
LEX           = flex
YACC          = byacc
DEFINES       = -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_MOC -DQT_NO_CODECS -DQT_LITE_UNICODE -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -DQT_NO_DATASTREAM -DQT_NO_TEXTSTREAM -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_THREAD -DQT_NO_REGEXP -DQT_NO_QOBJECT -DQT_NODLL
CFLAGS        = -nologo -Zm200 -O1 -GR -GX -W3 -GX -GX -GR $(DEFINES)
CXXFLAGS      = -nologo -Zm200 -O1 -GR -GX -W3 -w34100 -w34189 -GX -GX -GR $(DEFINES)
LEXFLAGS      = 
YACCFLAGS     = -d
INCPATH       = -I"..\..\corelib\arch\generic" -I"C:/qt-4/include" -I"." -I"C:/qt-4/include/QtCore" -I"." -I"C:\qt-4\mkspecs\win32-msvc.net"
LINK        =        link
LFLAGS        =        /NOLOGO /DELAYLOAD:comdlg32.dll /DELAYLOAD:oleaut32.dll /DELAYLOAD:winmm.dll /DELAYLOAD:wsock32.dll /DELAYLOAD:winspool.dll /SUBSYSTEM:CONSOLE /SUBSYSTEM:CONSOLE 
LIBS        =        
QMAKE         = qmake
IDC           = C:\qt-4\bin\idc.exe
IDL           = midl
ZIP           = zip -r -9
DEF_FILE      = 
RES_FILE      = 
COPY          = copy /y
COPY_FILE     = $(COPY)
COPY_DIR      = xcopy /s /q /y /i
DEL_FILE      = del
DEL_DIR       = rmdir
MOVE          = move
CHK_DIR_EXISTS= if not exist
MKDIR         = mkdir
INSTALL_FILE  = $(COPY_FILE)
INSTALL_DIR   = $(COPY_DIR)

####### Output directory

OBJECTS_DIR   = .

####### Files

SOURCES       = moc.cpp \
		preprocessor.cpp \
		main.cpp \
		generator.cpp \
		scanner.cpp \
		..\..\corelib\global\qglobal.cpp \
		..\..\corelib\io\qbuffer.cpp \
		..\..\corelib\io\qdir.cpp \
		..\..\corelib\io\qfile.cpp \
		..\..\corelib\io\qfileinfo.cpp \
		..\..\corelib\io\qfsfileengine.cpp \
		..\..\corelib\io\qiodevice.cpp \
		..\..\corelib\io\qtemporaryfile.cpp \
		..\..\corelib\io\qtextstream.cpp \
		..\..\corelib\kernel\qinternal.cpp \
		..\..\corelib\tools\qbytearraymatcher.cpp \
		..\..\corelib\tools\qchar.cpp \
		..\..\corelib\tools\qdatetime.cpp \
		..\..\corelib\tools\qhash.cpp \
		..\..\corelib\tools\qlistdata.cpp \
		..\..\corelib\tools\qlocale.cpp \
		..\..\corelib\tools\qmap.cpp \
		..\..\corelib\tools\qstring.cpp \
		..\..\corelib\tools\qstringlist.cpp \
		..\..\corelib\tools\qstringmatcher.cpp \
		..\..\corelib\tools\qvector.cpp \
		..\..\corelib\io\qbufferedfsfileengine.cpp \
		..\..\corelib\io\qfileengine.cpp \
		..\..\corelib\tools\qbytearray.cpp \
		..\..\corelib\tools\qunicodetables.cpp \
		..\..\corelib\tools\qvsnprintf.cpp \
		..\..\corelib\io\qfsfileengine_win.cpp 
OBJECTS       = .\moc.obj \
		.\preprocessor.obj \
		.\main.obj \
		.\generator.obj \
		.\scanner.obj \
		.\qglobal.obj \
		.\qbuffer.obj \
		.\qdir.obj \
		.\qfile.obj \
		.\qfileinfo.obj \
		.\qfsfileengine.obj \
		.\qiodevice.obj \
		.\qtemporaryfile.obj \
		.\qtextstream.obj \
		.\qinternal.obj \
		.\qbytearraymatcher.obj \
		.\qchar.obj \
		.\qdatetime.obj \
		.\qhash.obj \
		.\qlistdata.obj \
		.\qlocale.obj \
		.\qmap.obj \
		.\qstring.obj \
		.\qstringlist.obj \
		.\qstringmatcher.obj \
		.\qvector.obj \
		.\qbufferedfsfileengine.obj \
		.\qfileengine.obj \
		.\qbytearray.obj \
		.\qunicodetables.obj \
		.\qvsnprintf.obj \
		.\qfsfileengine_win.obj
DIST          = 
QMAKE_TARGET  = moc
DESTDIR       = ..\..\..\bin\ #avoid trailing-slash linebreak
TARGET        = ..\..\..\bin\moc.exe

####### Implicit rules

.SUFFIXES: .c .cpp .cc .cxx

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

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

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

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

####### Build rules

first: all
all: Makefile  $(TARGET)

$(TARGET):  $(OBJECTS) 
	$(LINK) $(LFLAGS) /OUT:"$(TARGET)" @<<
	.\moc.obj .\preprocessor.obj .\main.obj .\generator.obj .\scanner.obj .\qglobal.obj .\qbuffer.obj .\qdir.obj .\qfile.obj .\qfileinfo.obj .\qfsfileengine.obj .\qiodevice.obj .\qtemporaryfile.obj .\qtextstream.obj .\qinternal.obj .\qbytearraymatcher.obj .\qchar.obj .\qdatetime.obj .\qhash.obj .\qlistdata.obj .\qlocale.obj .\qmap.obj .\qstring.obj .\qstringlist.obj .\qstringmatcher.obj .\qvector.obj .\qbufferedfsfileengine.obj .\qfileengine.obj .\qbytearray.obj .\qunicodetables.obj .\qvsnprintf.obj .\qfsfileengine_win.obj  $(LIBS)
<<

Makefile: moc.pro C:/qt-4/.qmake.cache C:\qt-4\mkspecs\win32-msvc.net\qmake.conf ..\..\..\mkspecs\features\exclusive_builds.prf \
		..\..\..\mkspecs\features\default_pre.prf \
		..\..\..\mkspecs\features\win32\default_pre.prf \
		C:/qt-4/.qmake.cache \
		..\..\..\mkspecs\features\exclusive_builds.prf \
		..\..\..\mkspecs\features\default_pre.prf \
		..\..\..\mkspecs\features\win32\default_pre.prf \
		C:/qt-4/.qmake.cache \
		C:/qt-4/mkspecs/qconfig.pri \
		..\..\..\mkspecs\features\qt_config.prf \
		..\..\qt_targets.pri \
		..\..\..\mkspecs\features\release.prf \
		..\..\..\mkspecs\features\default_post.prf \
		..\..\..\mkspecs\features\win32\console.prf \
		..\..\..\mkspecs\features\win32\rtti.prf \
		..\..\..\mkspecs\features\win32\exceptions.prf \
		..\..\..\mkspecs\features\win32\stl.prf \
		..\..\..\mkspecs\features\shared.prf \
		..\..\..\mkspecs\features\warn_on.prf \
		..\..\..\mkspecs\features\win32\thread_off.prf \
		..\..\..\mkspecs\features\resources.prf \
		..\..\..\mkspecs\features\uic.prf
	$(QMAKE) -spec win32-msvc.net -o Makefile moc.pro
..\..\..\mkspecs\features\exclusive_builds.prf:
..\..\..\mkspecs\features\default_pre.prf:
..\..\..\mkspecs\features\win32\default_pre.prf:
C:/qt-4/.qmake.cache:
..\..\..\mkspecs\features\exclusive_builds.prf:
..\..\..\mkspecs\features\default_pre.prf:
..\..\..\mkspecs\features\win32\default_pre.prf:
C:/qt-4/.qmake.cache:
C:/qt-4/mkspecs/qconfig.pri:
..\..\..\mkspecs\features\qt_config.prf:
..\..\qt_targets.pri:
..\..\..\mkspecs\features\release.prf:
..\..\..\mkspecs\features\default_post.prf:
..\..\..\mkspecs\features\win32\console.prf:
..\..\..\mkspecs\features\win32\rtti.prf:
..\..\..\mkspecs\features\win32\exceptions.prf:
..\..\..\mkspecs\features\win32\stl.prf:
..\..\..\mkspecs\features\shared.prf:
..\..\..\mkspecs\features\warn_on.prf:
..\..\..\mkspecs\features\win32\thread_off.prf:
..\..\..\mkspecs\features\resources.prf:
..\..\..\mkspecs\features\uic.prf:
qmake:  FORCE
	@$(QMAKE) -spec win32-msvc.net -o Makefile moc.pro

dist:
	$(ZIP) moc.zip $(SOURCES) $(DIST) moc.pro ..\..\..\mkspecs\features\exclusive_builds.prf ..\..\..\mkspecs\features\default_pre.prf ..\..\..\mkspecs\features\win32\default_pre.prf C:/qt-4/.qmake.cache ..\..\..\mkspecs\features\exclusive_builds.prf ..\..\..\mkspecs\features\default_pre.prf ..\..\..\mkspecs\features\win32\default_pre.prf C:/qt-4/.qmake.cache C:/qt-4/mkspecs/qconfig.pri ..\..\..\mkspecs\features\qt_config.prf ..\..\qt_targets.pri ..\..\..\mkspecs\features\release.prf ..\..\..\mkspecs\features\default_post.prf ..\..\..\mkspecs\features\win32\console.prf ..\..\..\mkspecs\features\win32\rtti.prf ..\..\..\mkspecs\features\win32\exceptions.prf ..\..\..\mkspecs\features\win32\stl.prf ..\..\..\mkspecs\features\shared.prf ..\..\..\mkspecs\features\warn_on.prf ..\..\..\mkspecs\features\win32\thread_off.prf ..\..\..\mkspecs\features\resources.prf ..\..\..\mkspecs\features\uic.prf  RESOURCES FORMS IMAGES 

clean: compiler_clean
	-$(DEL_FILE) .\moc.obj .\preprocessor.obj .\main.obj .\generator.obj .\scanner.obj .\qglobal.obj .\qbuffer.obj .\qdir.obj .\qfile.obj .\qfileinfo.obj .\qfsfileengine.obj .\qiodevice.obj .\qtemporaryfile.obj .\qtextstream.obj .\qinternal.obj .\qbytearraymatcher.obj .\qchar.obj .\qdatetime.obj .\qhash.obj .\qlistdata.obj .\qlocale.obj .\qmap.obj .\qstring.obj .\qstringlist.obj .\qstringmatcher.obj .\qvector.obj .\qbufferedfsfileengine.obj .\qfileengine.obj .\qbytearray.obj .\qunicodetables.obj .\qvsnprintf.obj .\qfsfileengine_win.obj

distclean: clean
	-$(DEL_FILE) "$(TARGET)"
	-$(DEL_FILE) Makefile

compiler_rcc_make_all:
compiler_rcc_clean:
compiler_uic_make_all:
compiler_uic_clean:
compiler_image_collection_make_all:
compiler_image_collection_clean:
	-$(DEL_FILE) qmake_image_collection.cpp
compiler_clean: compiler_rcc_clean compiler_uic_clean compiler_image_collection_clean 



####### Compile

.\moc.obj: moc.cpp moc.h \
		scanner.h \
		symbols.h \
		..\..\..\include\QtCore\qstring.h \
		..\..\corelib\tools\qstring.h \
		..\..\..\include\QtCore\qchar.h \
		..\..\corelib\tools\qchar.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qbytearray.h \
		..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\..\include\QtCore\qnamespace.h \
		..\..\corelib\global\qnamespace.h \
		..\..\..\include\QtCore\qvector.h \
		..\..\corelib\tools\qvector.h \
		..\..\..\include\QtCore\qiterator.h \
		..\..\corelib\tools\qiterator.h \
		..\..\..\include\QtCore\qalgorithms.h \
		..\..\corelib\tools\qalgorithms.h \
		..\..\..\include\QtCore\qlist.h \
		..\..\corelib\tools\qlist.h \
		token.h \
		..\..\..\include\QtCore\qstringlist.h \
		..\..\corelib\tools\qstringlist.h \
		..\..\..\include\QtCore\qdatastream.h \
		..\..\corelib\io\qdatastream.h \
		..\..\..\include\QtCore\qiodevice.h \
		..\..\corelib\io\qiodevice.h \
		..\..\..\include\QtCore\qobject.h \
		..\..\corelib\kernel\qobject.h \
		..\..\..\include\QtCore\qobjectdefs.h \
		..\..\corelib\kernel\qobjectdefs.h \
		..\..\..\include\QtCore\qcoreevent.h \
		..\..\corelib\kernel\qcoreevent.h \
		..\..\..\include\QtCore\qregexp.h \
		..\..\corelib\tools\qregexp.h \
		..\..\..\include\QtCore\qstringmatcher.h \
		..\..\corelib\tools\qstringmatcher.h \
		..\..\..\include\QtCore\qmap.h \
		..\..\corelib\tools\qmap.h \
		..\..\..\include\QtCore\qpair.h \
		..\..\corelib\tools\qpair.h \
		..\..\..\include\QtCore\qstack.h \
		..\..\corelib\tools\qstack.h \
		generator.h \
		..\..\..\include\QtCore\qdatetime.h \
		..\..\corelib\tools\qdatetime.h \
		utils.h \
		outputrevision.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\moc.obj moc.cpp

.\preprocessor.obj: preprocessor.cpp preprocessor.h \
		symbols.h \
		..\..\..\include\QtCore\qstring.h \
		..\..\corelib\tools\qstring.h \
		..\..\..\include\QtCore\qchar.h \
		..\..\corelib\tools\qchar.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qbytearray.h \
		..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\..\include\QtCore\qnamespace.h \
		..\..\corelib\global\qnamespace.h \
		..\..\..\include\QtCore\qvector.h \
		..\..\corelib\tools\qvector.h \
		..\..\..\include\QtCore\qiterator.h \
		..\..\corelib\tools\qiterator.h \
		..\..\..\include\QtCore\qalgorithms.h \
		..\..\corelib\tools\qalgorithms.h \
		..\..\..\include\QtCore\qlist.h \
		..\..\corelib\tools\qlist.h \
		token.h \
		..\..\..\include\QtCore\qmap.h \
		..\..\corelib\tools\qmap.h \
		..\..\..\include\QtCore\qset.h \
		..\..\corelib\tools\qset.h \
		..\..\..\include\QtCore\qhash.h \
		..\..\corelib\tools\qhash.h \
		utils.h \
		ppkeywords.cpp \
		..\..\..\include\QtCore\qstringlist.h \
		..\..\corelib\tools\qstringlist.h \
		..\..\..\include\QtCore\qdatastream.h \
		..\..\corelib\io\qdatastream.h \
		..\..\..\include\QtCore\qiodevice.h \
		..\..\corelib\io\qiodevice.h \
		..\..\..\include\QtCore\qobject.h \
		..\..\corelib\kernel\qobject.h \
		..\..\..\include\QtCore\qobjectdefs.h \
		..\..\corelib\kernel\qobjectdefs.h \
		..\..\..\include\QtCore\qcoreevent.h \
		..\..\corelib\kernel\qcoreevent.h \
		..\..\..\include\QtCore\qregexp.h \
		..\..\corelib\tools\qregexp.h \
		..\..\..\include\QtCore\qstringmatcher.h \
		..\..\corelib\tools\qstringmatcher.h \
		..\..\..\include\QtCore\qfile.h \
		..\..\corelib\io\qfile.h \
		..\..\..\include\QtCore\qdir.h \
		..\..\corelib\io\qdir.h \
		..\..\..\include\QtCore\qfileinfo.h \
		..\..\corelib\io\qfileinfo.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\preprocessor.obj preprocessor.cpp

.\main.obj: main.cpp preprocessor.h \
		symbols.h \
		..\..\..\include\QtCore\qstring.h \
		..\..\corelib\tools\qstring.h \
		..\..\..\include\QtCore\qchar.h \
		..\..\corelib\tools\qchar.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qbytearray.h \
		..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\..\include\QtCore\qnamespace.h \
		..\..\corelib\global\qnamespace.h \
		..\..\..\include\QtCore\qvector.h \
		..\..\corelib\tools\qvector.h \
		..\..\..\include\QtCore\qiterator.h \
		..\..\corelib\tools\qiterator.h \
		..\..\..\include\QtCore\qalgorithms.h \
		..\..\corelib\tools\qalgorithms.h \
		..\..\..\include\QtCore\qlist.h \
		..\..\corelib\tools\qlist.h \
		token.h \
		..\..\..\include\QtCore\qmap.h \
		..\..\corelib\tools\qmap.h \
		..\..\..\include\QtCore\qset.h \
		..\..\corelib\tools\qset.h \
		..\..\..\include\QtCore\qhash.h \
		..\..\corelib\tools\qhash.h \
		scanner.h \
		moc.h \
		..\..\..\include\QtCore\qstringlist.h \
		..\..\corelib\tools\qstringlist.h \
		..\..\..\include\QtCore\qdatastream.h \
		..\..\corelib\io\qdatastream.h \
		..\..\..\include\QtCore\qiodevice.h \
		..\..\corelib\io\qiodevice.h \
		..\..\..\include\QtCore\qobject.h \
		..\..\corelib\kernel\qobject.h \
		..\..\..\include\QtCore\qobjectdefs.h \
		..\..\corelib\kernel\qobjectdefs.h \
		..\..\..\include\QtCore\qcoreevent.h \
		..\..\corelib\kernel\qcoreevent.h \
		..\..\..\include\QtCore\qregexp.h \
		..\..\corelib\tools\qregexp.h \
		..\..\..\include\QtCore\qstringmatcher.h \
		..\..\corelib\tools\qstringmatcher.h \
		..\..\..\include\QtCore\qpair.h \
		..\..\corelib\tools\qpair.h \
		..\..\..\include\QtCore\qstack.h \
		..\..\corelib\tools\qstack.h \
		outputrevision.h \
		..\..\..\include\QtCore\qfile.h \
		..\..\corelib\io\qfile.h \
		..\..\..\include\QtCore\qfileinfo.h \
		..\..\corelib\io\qfileinfo.h \
		..\..\..\include\QtCore\qdir.h \
		..\..\corelib\io\qdir.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\main.obj main.cpp

.\generator.obj: generator.cpp generator.h \
		moc.h \
		scanner.h \
		symbols.h \
		..\..\..\include\QtCore\qstring.h \
		..\..\corelib\tools\qstring.h \
		..\..\..\include\QtCore\qchar.h \
		..\..\corelib\tools\qchar.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qbytearray.h \
		..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\..\include\QtCore\qnamespace.h \
		..\..\corelib\global\qnamespace.h \
		..\..\..\include\QtCore\qvector.h \
		..\..\corelib\tools\qvector.h \
		..\..\..\include\QtCore\qiterator.h \
		..\..\corelib\tools\qiterator.h \
		..\..\..\include\QtCore\qalgorithms.h \
		..\..\corelib\tools\qalgorithms.h \
		..\..\..\include\QtCore\qlist.h \
		..\..\corelib\tools\qlist.h \
		token.h \
		..\..\..\include\QtCore\qstringlist.h \
		..\..\corelib\tools\qstringlist.h \
		..\..\..\include\QtCore\qdatastream.h \
		..\..\corelib\io\qdatastream.h \
		..\..\..\include\QtCore\qiodevice.h \
		..\..\corelib\io\qiodevice.h \
		..\..\..\include\QtCore\qobject.h \
		..\..\corelib\kernel\qobject.h \
		..\..\..\include\QtCore\qobjectdefs.h \
		..\..\corelib\kernel\qobjectdefs.h \
		..\..\..\include\QtCore\qcoreevent.h \
		..\..\corelib\kernel\qcoreevent.h \
		..\..\..\include\QtCore\qregexp.h \
		..\..\corelib\tools\qregexp.h \
		..\..\..\include\QtCore\qstringmatcher.h \
		..\..\corelib\tools\qstringmatcher.h \
		..\..\..\include\QtCore\qmap.h \
		..\..\corelib\tools\qmap.h \
		..\..\..\include\QtCore\qpair.h \
		..\..\corelib\tools\qpair.h \
		..\..\..\include\QtCore\qstack.h \
		..\..\corelib\tools\qstack.h \
		outputrevision.h \
		utils.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\generator.obj generator.cpp

.\scanner.obj: scanner.cpp scanner.h \
		symbols.h \
		..\..\..\include\QtCore\qstring.h \
		..\..\corelib\tools\qstring.h \
		..\..\..\include\QtCore\qchar.h \
		..\..\corelib\tools\qchar.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qbytearray.h \
		..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\..\include\QtCore\qnamespace.h \
		..\..\corelib\global\qnamespace.h \
		..\..\..\include\QtCore\qvector.h \
		..\..\corelib\tools\qvector.h \
		..\..\..\include\QtCore\qiterator.h \
		..\..\corelib\tools\qiterator.h \
		..\..\..\include\QtCore\qalgorithms.h \
		..\..\corelib\tools\qalgorithms.h \
		..\..\..\include\QtCore\qlist.h \
		..\..\corelib\tools\qlist.h \
		token.h \
		moc.h \
		..\..\..\include\QtCore\qstringlist.h \
		..\..\corelib\tools\qstringlist.h \
		..\..\..\include\QtCore\qdatastream.h \
		..\..\corelib\io\qdatastream.h \
		..\..\..\include\QtCore\qiodevice.h \
		..\..\corelib\io\qiodevice.h \
		..\..\..\include\QtCore\qobject.h \
		..\..\corelib\kernel\qobject.h \
		..\..\..\include\QtCore\qobjectdefs.h \
		..\..\corelib\kernel\qobjectdefs.h \
		..\..\..\include\QtCore\qcoreevent.h \
		..\..\corelib\kernel\qcoreevent.h \
		..\..\..\include\QtCore\qregexp.h \
		..\..\corelib\tools\qregexp.h \
		..\..\..\include\QtCore\qstringmatcher.h \
		..\..\corelib\tools\qstringmatcher.h \
		..\..\..\include\QtCore\qmap.h \
		..\..\corelib\tools\qmap.h \
		..\..\..\include\QtCore\qpair.h \
		..\..\corelib\tools\qpair.h \
		..\..\..\include\QtCore\qstack.h \
		..\..\corelib\tools\qstack.h \
		utils.h \
		keywords.cpp
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\scanner.obj scanner.cpp

.\qglobal.obj: ..\..\corelib\global\qglobal.cpp ..\..\..\include\QtCore\qstring.h \
		..\..\corelib\tools\qstring.h \
		..\..\..\include\QtCore\qchar.h \
		..\..\corelib\tools\qchar.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qbytearray.h \
		..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\..\include\QtCore\qnamespace.h \
		..\..\corelib\global\qnamespace.h \
		..\..\corelib\global\qt_windows.h \
		..\..\..\include\QtCore\qlibraryinfo.h \
		..\..\corelib\global\qlibraryinfo.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\qglobal.obj ..\..\corelib\global\qglobal.cpp

.\qbuffer.obj: ..\..\corelib\io\qbuffer.cpp ..\..\corelib\io\qbuffer.h \
		..\..\..\include\QtCore\qiodevice.h \
		..\..\corelib\io\qiodevice.h \
		..\..\..\include\QtCore\qobject.h \
		..\..\corelib\kernel\qobject.h \
		..\..\..\include\QtCore\qobjectdefs.h \
		..\..\corelib\kernel\qobjectdefs.h \
		..\..\..\include\QtCore\qnamespace.h \
		..\..\corelib\global\qnamespace.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qstring.h \
		..\..\corelib\tools\qstring.h \
		..\..\..\include\QtCore\qchar.h \
		..\..\corelib\tools\qchar.h \
		..\..\..\include\QtCore\qbytearray.h \
		..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\..\include\QtCore\qlist.h \
		..\..\corelib\tools\qlist.h \
		..\..\..\include\QtCore\qiterator.h \
		..\..\corelib\tools\qiterator.h \
		..\..\..\include\QtCore\qalgorithms.h \
		..\..\corelib\tools\qalgorithms.h \
		..\..\..\include\QtCore\qcoreevent.h \
		..\..\corelib\kernel\qcoreevent.h \
		..\..\..\include\QtCore\private\qiodevice_p.h \
		..\..\corelib\io\qiodevice_p.h \
		..\..\..\include\QtCore\private\qobject_p.h \
		..\..\corelib\kernel\qobject_p.h \
		..\..\corelib\kernel\qpointer.h \
		..\..\..\include\QtCore\qreadwritelock.h \
		..\..\corelib\thread\qreadwritelock.h \
		..\..\..\include\QtCore\qtimer.h \
		..\..\corelib\kernel\qtimer.h \
		..\..\..\include\QtCore\qbasictimer.h \
		..\..\corelib\kernel\qbasictimer.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\qbuffer.obj ..\..\corelib\io\qbuffer.cpp

.\qdir.obj: ..\..\corelib\io\qdir.cpp ..\..\..\include\QtCore\qdir.h \
		..\..\corelib\io\qdir.h \
		..\..\..\include\QtCore\qstring.h \
		..\..\corelib\tools\qstring.h \
		..\..\..\include\QtCore\qchar.h \
		..\..\corelib\tools\qchar.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qbytearray.h \
		..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\..\include\QtCore\qnamespace.h \
		..\..\corelib\global\qnamespace.h \
		..\..\..\include\QtCore\qfileinfo.h \
		..\..\corelib\io\qfileinfo.h \
		..\..\..\include\QtCore\qfile.h \
		..\..\corelib\io\qfile.h \
		..\..\..\include\QtCore\qiodevice.h \
		..\..\corelib\io\qiodevice.h \
		..\..\..\include\QtCore\qobject.h \
		..\..\corelib\kernel\qobject.h \
		..\..\..\include\QtCore\qobjectdefs.h \
		..\..\corelib\kernel\qobjectdefs.h \
		..\..\..\include\QtCore\qlist.h \
		..\..\corelib\tools\qlist.h \
		..\..\..\include\QtCore\qiterator.h \
		..\..\corelib\tools\qiterator.h \
		..\..\..\include\QtCore\qalgorithms.h \
		..\..\corelib\tools\qalgorithms.h \
		..\..\..\include\QtCore\qcoreevent.h \
		..\..\corelib\kernel\qcoreevent.h \
		..\..\..\include\QtCore\qstringlist.h \
		..\..\corelib\tools\qstringlist.h \
		..\..\..\include\QtCore\qdatastream.h \
		..\..\corelib\io\qdatastream.h \
		..\..\..\include\QtCore\qregexp.h \
		..\..\corelib\tools\qregexp.h \
		..\..\..\include\QtCore\qstringmatcher.h \
		..\..\corelib\tools\qstringmatcher.h \
		..\..\..\include\QtCore\qfileengine.h \
		..\..\corelib\io\qfileengine.h \
		..\..\..\include\QtCore\private\qfsfileengine_p.h \
		..\..\corelib\io\qfsfileengine_p.h \
		..\..\..\include\QtCore\private\qfileengine_p.h \
		..\..\corelib\io\qfileengine_p.h \
		..\..\..\include\QtCore\qdatetime.h \
		..\..\corelib\tools\qdatetime.h \
		..\..\..\include\QtCore\qvector.h \
		..\..\corelib\tools\qvector.h \
		..\..\..\include\QtCore\qdebug.h \
		..\..\corelib\io\qdebug.h \
		..\..\..\include\QtCore\qmap.h \
		..\..\corelib\tools\qmap.h \
		..\..\..\include\QtCore\qtextstream.h \
		..\..\corelib\io\qtextstream.h \
		..\..\..\include\QtCore\qtextcodec.h \
		..\..\corelib\codecs\qtextcodec.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\qdir.obj ..\..\corelib\io\qdir.cpp

.\qfile.obj: ..\..\corelib\io\qfile.cpp ..\..\..\include\QtCore\qfile.h \
		..\..\corelib\io\qfile.h \
		..\..\..\include\QtCore\qiodevice.h \
		..\..\corelib\io\qiodevice.h \
		..\..\..\include\QtCore\qobject.h \
		..\..\corelib\kernel\qobject.h \
		..\..\..\include\QtCore\qobjectdefs.h \
		..\..\corelib\kernel\qobjectdefs.h \
		..\..\..\include\QtCore\qnamespace.h \
		..\..\corelib\global\qnamespace.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qstring.h \
		..\..\corelib\tools\qstring.h \
		..\..\..\include\QtCore\qchar.h \
		..\..\corelib\tools\qchar.h \
		..\..\..\include\QtCore\qbytearray.h \
		..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\..\include\QtCore\qlist.h \
		..\..\corelib\tools\qlist.h \
		..\..\..\include\QtCore\qiterator.h \
		..\..\corelib\tools\qiterator.h \
		..\..\..\include\QtCore\qalgorithms.h \
		..\..\corelib\tools\qalgorithms.h \
		..\..\..\include\QtCore\qcoreevent.h \
		..\..\corelib\kernel\qcoreevent.h \
		..\..\..\include\QtCore\qfileengine.h \
		..\..\corelib\io\qfileengine.h \
		..\..\..\include\QtCore\qdir.h \
		..\..\corelib\io\qdir.h \
		..\..\..\include\QtCore\qfileinfo.h \
		..\..\corelib\io\qfileinfo.h \
		..\..\..\include\QtCore\qstringlist.h \
		..\..\corelib\tools\qstringlist.h \
		..\..\..\include\QtCore\qdatastream.h \
		..\..\corelib\io\qdatastream.h \
		..\..\..\include\QtCore\qregexp.h \
		..\..\corelib\tools\qregexp.h \
		..\..\..\include\QtCore\qstringmatcher.h \
		..\..\corelib\tools\qstringmatcher.h \
		..\..\corelib\io\qbufferedfsfileengine_p.h \
		..\..\..\include\QtCore\private\qfsfileengine_p.h \
		..\..\corelib\io\qfsfileengine_p.h \
		..\..\..\include\QtCore\private\qfileengine_p.h \
		..\..\corelib\io\qfileengine_p.h \
		..\..\..\include\QtCore\qtemporaryfile.h \
		..\..\corelib\io\qtemporaryfile.h \
		..\..\..\include\QtCore\private\qiodevice_p.h \
		..\..\corelib\io\qiodevice_p.h \
		..\..\..\include\QtCore\private\qobject_p.h \
		..\..\corelib\kernel\qobject_p.h \
		..\..\corelib\kernel\qpointer.h \
		..\..\..\include\QtCore\qreadwritelock.h \
		..\..\corelib\thread\qreadwritelock.h \
		..\..\..\include\QtCore\private\qfile_p.h \
		..\..\corelib\io\qfile_p.h \
		..\..\..\include\QtCore\private\qinternal_p.h \
		..\..\corelib\kernel\qinternal_p.h \
		..\..\..\include\QtCore\private\qunicodetables_p.h \
		..\..\corelib\tools\qunicodetables_p.h \
		..\..\corelib\tools\qunicodedata_p.h \
		..\..\..\include\QtCore\qcoreapplication.h \
		..\..\corelib\kernel\qcoreapplication.h \
		..\..\..\include\QtCore\qeventloop.h \
		..\..\corelib\kernel\qeventloop.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\qfile.obj ..\..\corelib\io\qfile.cpp

.\qfileinfo.obj: ..\..\corelib\io\qfileinfo.cpp ..\..\..\include\QtCore\qfileinfo.h \
		..\..\corelib\io\qfileinfo.h \
		..\..\..\include\QtCore\qfile.h \
		..\..\corelib\io\qfile.h \
		..\..\..\include\QtCore\qiodevice.h \
		..\..\corelib\io\qiodevice.h \
		..\..\..\include\QtCore\qobject.h \
		..\..\corelib\kernel\qobject.h \
		..\..\..\include\QtCore\qobjectdefs.h \
		..\..\corelib\kernel\qobjectdefs.h \
		..\..\..\include\QtCore\qnamespace.h \
		..\..\corelib\global\qnamespace.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qstring.h \
		..\..\corelib\tools\qstring.h \
		..\..\..\include\QtCore\qchar.h \
		..\..\corelib\tools\qchar.h \
		..\..\..\include\QtCore\qbytearray.h \
		..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\..\include\QtCore\qlist.h \
		..\..\corelib\tools\qlist.h \
		..\..\..\include\QtCore\qiterator.h \
		..\..\corelib\tools\qiterator.h \
		..\..\..\include\QtCore\qalgorithms.h \
		..\..\corelib\tools\qalgorithms.h \
		..\..\..\include\QtCore\qcoreevent.h \
		..\..\corelib\kernel\qcoreevent.h \
		..\..\..\include\QtCore\qdatetime.h \
		..\..\corelib\tools\qdatetime.h \
		..\..\..\include\QtCore\qfileengine.h \
		..\..\corelib\io\qfileengine.h \
		..\..\..\include\QtCore\qdir.h \
		..\..\corelib\io\qdir.h \
		..\..\..\include\QtCore\qstringlist.h \
		..\..\corelib\tools\qstringlist.h \
		..\..\..\include\QtCore\qdatastream.h \
		..\..\corelib\io\qdatastream.h \
		..\..\..\include\QtCore\qregexp.h \
		..\..\corelib\tools\qregexp.h \
		..\..\..\include\QtCore\qstringmatcher.h \
		..\..\corelib\tools\qstringmatcher.h \
		..\..\..\include\QtCore\qhash.h \
		..\..\corelib\tools\qhash.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\qfileinfo.obj ..\..\corelib\io\qfileinfo.cpp

.\qfsfileengine.obj: ..\..\corelib\io\qfsfileengine.cpp ..\..\corelib\io\qfsfileengine_p.h \
		..\..\..\include\QtCore\qfileengine.h \
		..\..\corelib\io\qfileengine.h \
		..\..\..\include\QtCore\qdir.h \
		..\..\corelib\io\qdir.h \
		..\..\..\include\QtCore\qstring.h \
		..\..\corelib\tools\qstring.h \
		..\..\..\include\QtCore\qchar.h \
		..\..\corelib\tools\qchar.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qbytearray.h \
		..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\..\include\QtCore\qnamespace.h \
		..\..\corelib\global\qnamespace.h \
		..\..\..\include\QtCore\qfileinfo.h \
		..\..\corelib\io\qfileinfo.h \
		..\..\..\include\QtCore\qfile.h \
		..\..\corelib\io\qfile.h \
		..\..\..\include\QtCore\qiodevice.h \
		..\..\corelib\io\qiodevice.h \
		..\..\..\include\QtCore\qobject.h \
		..\..\corelib\kernel\qobject.h \
		..\..\..\include\QtCore\qobjectdefs.h \
		..\..\corelib\kernel\qobjectdefs.h \
		..\..\..\include\QtCore\qlist.h \
		..\..\corelib\tools\qlist.h \
		..\..\..\include\QtCore\qiterator.h \
		..\..\corelib\tools\qiterator.h \
		..\..\..\include\QtCore\qalgorithms.h \
		..\..\corelib\tools\qalgorithms.h \
		..\..\..\include\QtCore\qcoreevent.h \
		..\..\corelib\kernel\qcoreevent.h \
		..\..\..\include\QtCore\qstringlist.h \
		..\..\corelib\tools\qstringlist.h \
		..\..\..\include\QtCore\qdatastream.h \
		..\..\corelib\io\qdatastream.h \
		..\..\..\include\QtCore\qregexp.h \
		..\..\corelib\tools\qregexp.h \
		..\..\..\include\QtCore\qstringmatcher.h \
		..\..\corelib\tools\qstringmatcher.h \
		..\..\..\include\QtCore\private\qfileengine_p.h \
		..\..\corelib\io\qfileengine_p.h \
		..\..\..\include\QtCore\qdatetime.h \
		..\..\corelib\tools\qdatetime.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\qfsfileengine.obj ..\..\corelib\io\qfsfileengine.cpp

.\qiodevice.obj: ..\..\corelib\io\qiodevice.cpp ..\..\..\include\QtCore\qbytearray.h \
		..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\corelib\io\qiodevice_p.h \
		..\..\..\include\QtCore\private\qobject_p.h \
		..\..\corelib\kernel\qobject_p.h \
		..\..\corelib\kernel\qobject.h \
		..\..\..\include\QtCore\qobjectdefs.h \
		..\..\corelib\kernel\qobjectdefs.h \
		..\..\..\include\QtCore\qnamespace.h \
		..\..\corelib\global\qnamespace.h \
		..\..\..\include\QtCore\qstring.h \
		..\..\corelib\tools\qstring.h \
		..\..\..\include\QtCore\qchar.h \
		..\..\corelib\tools\qchar.h \
		..\..\..\include\QtCore\qlist.h \
		..\..\corelib\tools\qlist.h \
		..\..\..\include\QtCore\qiterator.h \
		..\..\corelib\tools\qiterator.h \
		..\..\..\include\QtCore\qalgorithms.h \
		..\..\corelib\tools\qalgorithms.h \
		..\..\..\include\QtCore\qcoreevent.h \
		..\..\corelib\kernel\qcoreevent.h \
		..\..\corelib\kernel\qpointer.h \
		..\..\..\include\QtCore\qobject.h \
		..\..\..\include\QtCore\qreadwritelock.h \
		..\..\corelib\thread\qreadwritelock.h \
		..\..\corelib\io\qiodevice.h \
		..\..\..\include\QtCore\qfile.h \
		..\..\corelib\io\qfile.h \
		..\..\..\include\QtCore\qiodevice.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\qiodevice.obj ..\..\corelib\io\qiodevice.cpp

.\qtemporaryfile.obj: ..\..\corelib\io\qtemporaryfile.cpp ..\..\..\include\QtCore\qtemporaryfile.h \
		..\..\corelib\io\qtemporaryfile.h \
		..\..\..\include\QtCore\qiodevice.h \
		..\..\corelib\io\qiodevice.h \
		..\..\..\include\QtCore\qobject.h \
		..\..\corelib\kernel\qobject.h \
		..\..\..\include\QtCore\qobjectdefs.h \
		..\..\corelib\kernel\qobjectdefs.h \
		..\..\..\include\QtCore\qnamespace.h \
		..\..\corelib\global\qnamespace.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qstring.h \
		..\..\corelib\tools\qstring.h \
		..\..\..\include\QtCore\qchar.h \
		..\..\corelib\tools\qchar.h \
		..\..\..\include\QtCore\qbytearray.h \
		..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\..\include\QtCore\qlist.h \
		..\..\corelib\tools\qlist.h \
		..\..\..\include\QtCore\qiterator.h \
		..\..\corelib\tools\qiterator.h \
		..\..\..\include\QtCore\qalgorithms.h \
		..\..\corelib\tools\qalgorithms.h \
		..\..\..\include\QtCore\qcoreevent.h \
		..\..\corelib\kernel\qcoreevent.h \
		..\..\..\include\QtCore\qfile.h \
		..\..\corelib\io\qfile.h \
		..\..\..\include\QtCore\qfileengine.h \
		..\..\corelib\io\qfileengine.h \
		..\..\..\include\QtCore\qdir.h \
		..\..\corelib\io\qdir.h \
		..\..\..\include\QtCore\qfileinfo.h \
		..\..\corelib\io\qfileinfo.h \
		..\..\..\include\QtCore\qstringlist.h \
		..\..\corelib\tools\qstringlist.h \
		..\..\..\include\QtCore\qdatastream.h \
		..\..\corelib\io\qdatastream.h \
		..\..\..\include\QtCore\qregexp.h \
		..\..\corelib\tools\qregexp.h \
		..\..\..\include\QtCore\qstringmatcher.h \
		..\..\corelib\tools\qstringmatcher.h \
		..\..\..\include\QtCore\private\qfile_p.h \
		..\..\corelib\io\qfile_p.h \
		..\..\..\include\QtCore\private\qiodevice_p.h \
		..\..\corelib\io\qiodevice_p.h \
		..\..\..\include\QtCore\private\qobject_p.h \
		..\..\corelib\kernel\qobject_p.h \
		..\..\corelib\kernel\qpointer.h \
		..\..\..\include\QtCore\qreadwritelock.h \
		..\..\corelib\thread\qreadwritelock.h \
		..\..\..\include\QtCore\private\qinternal_p.h \
		..\..\corelib\kernel\qinternal_p.h \
		..\..\..\include\QtCore\private\qfileengine_p.h \
		..\..\corelib\io\qfileengine_p.h \
		..\..\..\include\QtCore\private\qbufferedfsfileengine_p.h \
		..\..\corelib\io\qbufferedfsfileengine_p.h \
		..\..\..\include\QtCore\private\qfsfileengine_p.h \
		..\..\corelib\io\qfsfileengine_p.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\qtemporaryfile.obj ..\..\corelib\io\qtemporaryfile.cpp

.\qtextstream.obj: ..\..\corelib\io\qtextstream.cpp ..\..\corelib\io\qtextstream.h \
		..\..\..\include\QtCore\qiodevice.h \
		..\..\corelib\io\qiodevice.h \
		..\..\..\include\QtCore\qobject.h \
		..\..\corelib\kernel\qobject.h \
		..\..\..\include\QtCore\qobjectdefs.h \
		..\..\corelib\kernel\qobjectdefs.h \
		..\..\..\include\QtCore\qnamespace.h \
		..\..\corelib\global\qnamespace.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qstring.h \
		..\..\corelib\tools\qstring.h \
		..\..\..\include\QtCore\qchar.h \
		..\..\corelib\tools\qchar.h \
		..\..\..\include\QtCore\qbytearray.h \
		..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\..\include\QtCore\qlist.h \
		..\..\corelib\tools\qlist.h \
		..\..\..\include\QtCore\qiterator.h \
		..\..\corelib\tools\qiterator.h \
		..\..\..\include\QtCore\qalgorithms.h \
		..\..\corelib\tools\qalgorithms.h \
		..\..\..\include\QtCore\qcoreevent.h \
		..\..\corelib\kernel\qcoreevent.h \
		..\..\..\include\QtCore\qtextcodec.h \
		..\..\corelib\codecs\qtextcodec.h \
		..\..\corelib\io\qbuffer.h \
		..\..\..\include\QtCore\qfile.h \
		..\..\corelib\io\qfile.h \
		..\..\..\include\QtCore\qfileengine.h \
		..\..\corelib\io\qfileengine.h \
		..\..\..\include\QtCore\qdir.h \
		..\..\corelib\io\qdir.h \
		..\..\..\include\QtCore\qfileinfo.h \
		..\..\corelib\io\qfileinfo.h \
		..\..\..\include\QtCore\qstringlist.h \
		..\..\corelib\tools\qstringlist.h \
		..\..\..\include\QtCore\qdatastream.h \
		..\..\corelib\io\qdatastream.h \
		..\..\..\include\QtCore\qregexp.h \
		..\..\corelib\tools\qregexp.h \
		..\..\..\include\QtCore\qstringmatcher.h \
		..\..\corelib\tools\qstringmatcher.h \
		..\..\..\include\QtCore\private\qbufferedfsfileengine_p.h \
		..\..\corelib\io\qbufferedfsfileengine_p.h \
		..\..\..\include\QtCore\private\qfsfileengine_p.h \
		..\..\corelib\io\qfsfileengine_p.h \
		..\..\..\include\QtCore\private\qfileengine_p.h \
		..\..\corelib\io\qfileengine_p.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\qtextstream.obj ..\..\corelib\io\qtextstream.cpp

.\qinternal.obj: ..\..\corelib\kernel\qinternal.cpp ..\..\..\include\QtCore\private\qinternal_p.h \
		..\..\corelib\kernel\qinternal_p.h \
		..\..\..\include\QtCore\qnamespace.h \
		..\..\corelib\global\qnamespace.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qlist.h \
		..\..\corelib\tools\qlist.h \
		..\..\..\include\QtCore\qiterator.h \
		..\..\corelib\tools\qiterator.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\..\include\QtCore\qalgorithms.h \
		..\..\corelib\tools\qalgorithms.h \
		..\..\..\include\QtCore\qiodevice.h \
		..\..\corelib\io\qiodevice.h \
		..\..\..\include\QtCore\qobject.h \
		..\..\corelib\kernel\qobject.h \
		..\..\..\include\QtCore\qobjectdefs.h \
		..\..\corelib\kernel\qobjectdefs.h \
		..\..\..\include\QtCore\qstring.h \
		..\..\corelib\tools\qstring.h \
		..\..\..\include\QtCore\qchar.h \
		..\..\corelib\tools\qchar.h \
		..\..\..\include\QtCore\qbytearray.h \
		..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qcoreevent.h \
		..\..\corelib\kernel\qcoreevent.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\qinternal.obj ..\..\corelib\kernel\qinternal.cpp

.\qbytearraymatcher.obj: ..\..\corelib\tools\qbytearraymatcher.cpp ..\..\corelib\tools\qbytearraymatcher.h \
		..\..\..\include\QtCore\qbytearray.h \
		..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\qbytearraymatcher.obj ..\..\corelib\tools\qbytearraymatcher.cpp

.\qchar.obj: ..\..\corelib\tools\qchar.cpp ..\..\corelib\tools\qchar.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qdatastream.h \
		..\..\corelib\io\qdatastream.h \
		..\..\..\include\QtCore\qiodevice.h \
		..\..\corelib\io\qiodevice.h \
		..\..\..\include\QtCore\qobject.h \
		..\..\corelib\kernel\qobject.h \
		..\..\..\include\QtCore\qobjectdefs.h \
		..\..\corelib\kernel\qobjectdefs.h \
		..\..\..\include\QtCore\qnamespace.h \
		..\..\corelib\global\qnamespace.h \
		..\..\..\include\QtCore\qstring.h \
		..\..\corelib\tools\qstring.h \
		..\..\..\include\QtCore\qchar.h \
		..\..\..\include\QtCore\qbytearray.h \
		..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\..\include\QtCore\qlist.h \
		..\..\corelib\tools\qlist.h \
		..\..\..\include\QtCore\qiterator.h \
		..\..\corelib\tools\qiterator.h \
		..\..\..\include\QtCore\qalgorithms.h \
		..\..\corelib\tools\qalgorithms.h \
		..\..\..\include\QtCore\qcoreevent.h \
		..\..\corelib\kernel\qcoreevent.h \
		..\..\corelib\tools\qunicodetables_p.h \
		..\..\corelib\tools\qunicodedata_p.h \
		..\..\..\include\QtCore\qtextcodec.h \
		..\..\corelib\codecs\qtextcodec.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\qchar.obj ..\..\corelib\tools\qchar.cpp

.\qdatetime.obj: ..\..\corelib\tools\qdatetime.cpp ..\..\..\include\QtCore\private\qdatetime_p.h \
		..\..\corelib\tools\qdatetime_p.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qdatetime.h \
		..\..\corelib\tools\qdatetime.h \
		..\..\..\include\QtCore\qstring.h \
		..\..\corelib\tools\qstring.h \
		..\..\..\include\QtCore\qchar.h \
		..\..\corelib\tools\qchar.h \
		..\..\..\include\QtCore\qbytearray.h \
		..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qnamespace.h \
		..\..\corelib\global\qnamespace.h \
		..\..\corelib\tools\qlist.h \
		..\..\..\include\QtCore\qiterator.h \
		..\..\corelib\tools\qiterator.h \
		..\..\..\include\QtCore\qalgorithms.h \
		..\..\corelib\tools\qalgorithms.h \
		..\..\..\include\QtCore\qvariant.h \
		..\..\corelib\kernel\qvariant.h \
		..\..\..\include\QtCore\qlist.h \
		..\..\..\include\QtCore\qmetatype.h \
		..\..\corelib\kernel\qmetatype.h \
		..\..\..\include\QtCore\qdatastream.h \
		..\..\corelib\io\qdatastream.h \
		..\..\..\include\QtCore\qiodevice.h \
		..\..\corelib\io\qiodevice.h \
		..\..\..\include\QtCore\qobject.h \
		..\..\corelib\kernel\qobject.h \
		..\..\..\include\QtCore\qobjectdefs.h \
		..\..\corelib\kernel\qobjectdefs.h \
		..\..\..\include\QtCore\qcoreevent.h \
		..\..\corelib\kernel\qcoreevent.h \
		..\..\..\include\QtCore\qmap.h \
		..\..\corelib\tools\qmap.h \
		..\..\corelib\tools\qregexp.h \
		..\..\..\include\QtCore\qdebug.h \
		..\..\corelib\io\qdebug.h \
		..\..\..\include\QtCore\qtextstream.h \
		..\..\corelib\io\qtextstream.h \
		..\..\..\include\QtCore\qtextcodec.h \
		..\..\corelib\codecs\qtextcodec.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\qdatetime.obj ..\..\corelib\tools\qdatetime.cpp

.\qhash.obj: ..\..\corelib\tools\qhash.cpp ..\..\corelib\tools\qhash.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qchar.h \
		..\..\corelib\tools\qchar.h \
		..\..\..\include\QtCore\qiterator.h \
		..\..\corelib\tools\qiterator.h \
		..\..\..\include\QtCore\qlist.h \
		..\..\corelib\tools\qlist.h \
		..\..\..\include\QtCore\qalgorithms.h \
		..\..\corelib\tools\qalgorithms.h \
		..\..\..\include\QtCore\qbytearray.h \
		..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qstring.h \
		..\..\corelib\tools\qstring.h \
		..\..\..\include\QtCore\qnamespace.h \
		..\..\corelib\global\qnamespace.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\qhash.obj ..\..\corelib\tools\qhash.cpp

.\qlistdata.obj: ..\..\corelib\tools\qlistdata.cpp ..\..\corelib\tools\qlist.h \
		..\..\..\include\QtCore\qiterator.h \
		..\..\corelib\tools\qiterator.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\..\include\QtCore\qalgorithms.h \
		..\..\corelib\tools\qalgorithms.h \
		..\..\corelib\tools\qtools_p.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\qlistdata.obj ..\..\corelib\tools\qlistdata.cpp

.\qlocale.obj: ..\..\corelib\tools\qlocale.cpp ..\..\..\include\QtCore\qdatastream.h \
		..\..\corelib\io\qdatastream.h \
		..\..\..\include\QtCore\qiodevice.h \
		..\..\corelib\io\qiodevice.h \
		..\..\..\include\QtCore\qobject.h \
		..\..\corelib\kernel\qobject.h \
		..\..\..\include\QtCore\qobjectdefs.h \
		..\..\corelib\kernel\qobjectdefs.h \
		..\..\..\include\QtCore\qnamespace.h \
		..\..\corelib\global\qnamespace.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qstring.h \
		..\..\corelib\tools\qstring.h \
		..\..\..\include\QtCore\qchar.h \
		..\..\corelib\tools\qchar.h \
		..\..\..\include\QtCore\qbytearray.h \
		..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\..\include\QtCore\qlist.h \
		..\..\corelib\tools\qlist.h \
		..\..\..\include\QtCore\qiterator.h \
		..\..\corelib\tools\qiterator.h \
		..\..\..\include\QtCore\qalgorithms.h \
		..\..\corelib\tools\qalgorithms.h \
		..\..\..\include\QtCore\qcoreevent.h \
		..\..\corelib\kernel\qcoreevent.h \
		..\..\corelib\tools\qlocale.h \
		..\..\corelib\tools\qlocale_p.h \
		..\..\..\include\QtCore\QString \
		..\..\..\include\QtCore\QVarLengthArray \
		..\..\..\include\QtCore\qvarlengtharray.h \
		..\..\corelib\tools\qvarlengtharray.h \
		..\..\corelib\global\qt_windows.h \
		..\..\..\include\QtCore\private\qnumeric_p.h \
		..\..\corelib\global\qnumeric_p.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\qlocale.obj ..\..\corelib\tools\qlocale.cpp

.\qmap.obj: ..\..\corelib\tools\qmap.cpp ..\..\..\include\QtCore\qmap.h \
		..\..\corelib\tools\qmap.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qiterator.h \
		..\..\corelib\tools\qiterator.h \
		..\..\..\include\QtCore\qlist.h \
		..\..\corelib\tools\qlist.h \
		..\..\..\include\QtCore\qalgorithms.h \
		..\..\corelib\tools\qalgorithms.h \
		..\..\..\include\QtCore\qstring.h \
		..\..\corelib\tools\qstring.h \
		..\..\..\include\QtCore\qchar.h \
		..\..\corelib\tools\qchar.h \
		..\..\..\include\QtCore\qbytearray.h \
		..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qnamespace.h \
		..\..\corelib\global\qnamespace.h \
		..\..\..\include\QtCore\qvector.h \
		..\..\corelib\tools\qvector.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\qmap.obj ..\..\corelib\tools\qmap.cpp

.\qstring.obj: ..\..\corelib\tools\qstring.cpp ..\..\..\include\QtCore\qstringlist.h \
		..\..\corelib\tools\qstringlist.h \
		..\..\..\include\QtCore\qalgorithms.h \
		..\..\corelib\tools\qalgorithms.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qdatastream.h \
		..\..\corelib\io\qdatastream.h \
		..\..\..\include\QtCore\qiodevice.h \
		..\..\corelib\io\qiodevice.h \
		..\..\..\include\QtCore\qobject.h \
		..\..\corelib\kernel\qobject.h \
		..\..\..\include\QtCore\qobjectdefs.h \
		..\..\corelib\kernel\qobjectdefs.h \
		..\..\..\include\QtCore\qnamespace.h \
		..\..\corelib\global\qnamespace.h \
		..\..\..\include\QtCore\qstring.h \
		..\..\corelib\tools\qstring.h \
		..\..\..\include\QtCore\qchar.h \
		..\..\corelib\tools\qchar.h \
		..\..\..\include\QtCore\qbytearray.h \
		..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\..\include\QtCore\qlist.h \
		..\..\corelib\tools\qlist.h \
		..\..\..\include\QtCore\qiterator.h \
		..\..\corelib\tools\qiterator.h \
		..\..\..\include\QtCore\qcoreevent.h \
		..\..\corelib\kernel\qcoreevent.h \
		..\..\..\include\QtCore\qregexp.h \
		..\..\corelib\tools\qregexp.h \
		..\..\..\include\QtCore\qstringmatcher.h \
		..\..\corelib\tools\qstringmatcher.h \
		..\..\corelib\tools\qunicodetables_p.h \
		..\..\corelib\tools\qunicodedata_p.h \
		..\..\..\include\QtCore\qtextcodec.h \
		..\..\corelib\codecs\qtextcodec.h \
		..\..\corelib\tools\qlocale.h \
		..\..\corelib\tools\qlocale_p.h \
		..\..\..\include\QtCore\QString \
		..\..\..\include\QtCore\QVarLengthArray \
		..\..\..\include\QtCore\qvarlengtharray.h \
		..\..\corelib\tools\qvarlengtharray.h \
		..\..\corelib\tools\qtools_p.h \
		..\..\corelib\tools\qhash.h \
		..\..\..\include\QtCore\qdebug.h \
		..\..\corelib\io\qdebug.h \
		..\..\..\include\QtCore\qmap.h \
		..\..\corelib\tools\qmap.h \
		..\..\..\include\QtCore\qtextstream.h \
		..\..\corelib\io\qtextstream.h \
		..\..\corelib\global\qt_windows.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\qstring.obj ..\..\corelib\tools\qstring.cpp

.\qstringlist.obj: ..\..\corelib\tools\qstringlist.cpp ..\..\..\include\QtCore\qstringlist.h \
		..\..\corelib\tools\qstringlist.h \
		..\..\..\include\QtCore\qalgorithms.h \
		..\..\corelib\tools\qalgorithms.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qdatastream.h \
		..\..\corelib\io\qdatastream.h \
		..\..\..\include\QtCore\qiodevice.h \
		..\..\corelib\io\qiodevice.h \
		..\..\..\include\QtCore\qobject.h \
		..\..\corelib\kernel\qobject.h \
		..\..\..\include\QtCore\qobjectdefs.h \
		..\..\corelib\kernel\qobjectdefs.h \
		..\..\..\include\QtCore\qnamespace.h \
		..\..\corelib\global\qnamespace.h \
		..\..\..\include\QtCore\qstring.h \
		..\..\corelib\tools\qstring.h \
		..\..\..\include\QtCore\qchar.h \
		..\..\corelib\tools\qchar.h \
		..\..\..\include\QtCore\qbytearray.h \
		..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\..\include\QtCore\qlist.h \
		..\..\corelib\tools\qlist.h \
		..\..\..\include\QtCore\qiterator.h \
		..\..\corelib\tools\qiterator.h \
		..\..\..\include\QtCore\qcoreevent.h \
		..\..\corelib\kernel\qcoreevent.h \
		..\..\..\include\QtCore\qregexp.h \
		..\..\corelib\tools\qregexp.h \
		..\..\..\include\QtCore\qstringmatcher.h \
		..\..\corelib\tools\qstringmatcher.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\qstringlist.obj ..\..\corelib\tools\qstringlist.cpp

.\qstringmatcher.obj: ..\..\corelib\tools\qstringmatcher.cpp ..\..\corelib\tools\qstringmatcher.h \
		..\..\..\include\QtCore\qstring.h \
		..\..\corelib\tools\qstring.h \
		..\..\..\include\QtCore\qchar.h \
		..\..\corelib\tools\qchar.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qbytearray.h \
		..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\..\include\QtCore\qnamespace.h \
		..\..\corelib\global\qnamespace.h \
		..\..\corelib\tools\qunicodetables_p.h \
		..\..\corelib\tools\qunicodedata_p.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\qstringmatcher.obj ..\..\corelib\tools\qstringmatcher.cpp

.\qvector.obj: ..\..\corelib\tools\qvector.cpp ..\..\..\include\QtCore\qvector.h \
		..\..\corelib\tools\qvector.h \
		..\..\..\include\QtCore\qiterator.h \
		..\..\corelib\tools\qiterator.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\..\include\QtCore\qalgorithms.h \
		..\..\corelib\tools\qalgorithms.h \
		..\..\..\include\QtCore\qlist.h \
		..\..\corelib\tools\qlist.h \
		..\..\corelib\tools\qtools_p.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\qvector.obj ..\..\corelib\tools\qvector.cpp

.\qbufferedfsfileengine.obj: ..\..\corelib\io\qbufferedfsfileengine.cpp ..\..\..\include\QtCore\qdatetime.h \
		..\..\corelib\tools\qdatetime.h \
		..\..\..\include\QtCore\qstring.h \
		..\..\corelib\tools\qstring.h \
		..\..\..\include\QtCore\qchar.h \
		..\..\corelib\tools\qchar.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qbytearray.h \
		..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\..\include\QtCore\qnamespace.h \
		..\..\corelib\global\qnamespace.h \
		..\..\..\include\QtCore\qfileengine.h \
		..\..\corelib\io\qfileengine.h \
		..\..\..\include\QtCore\qdir.h \
		..\..\corelib\io\qdir.h \
		..\..\..\include\QtCore\qfileinfo.h \
		..\..\corelib\io\qfileinfo.h \
		..\..\..\include\QtCore\qfile.h \
		..\..\corelib\io\qfile.h \
		..\..\..\include\QtCore\qiodevice.h \
		..\..\corelib\io\qiodevice.h \
		..\..\..\include\QtCore\qobject.h \
		..\..\corelib\kernel\qobject.h \
		..\..\..\include\QtCore\qobjectdefs.h \
		..\..\corelib\kernel\qobjectdefs.h \
		..\..\..\include\QtCore\qlist.h \
		..\..\corelib\tools\qlist.h \
		..\..\..\include\QtCore\qiterator.h \
		..\..\corelib\tools\qiterator.h \
		..\..\..\include\QtCore\qalgorithms.h \
		..\..\corelib\tools\qalgorithms.h \
		..\..\..\include\QtCore\qcoreevent.h \
		..\..\corelib\kernel\qcoreevent.h \
		..\..\..\include\QtCore\qstringlist.h \
		..\..\corelib\tools\qstringlist.h \
		..\..\..\include\QtCore\qdatastream.h \
		..\..\corelib\io\qdatastream.h \
		..\..\..\include\QtCore\qregexp.h \
		..\..\corelib\tools\qregexp.h \
		..\..\..\include\QtCore\qstringmatcher.h \
		..\..\corelib\tools\qstringmatcher.h \
		..\..\corelib\io\qbufferedfsfileengine_p.h \
		..\..\..\include\QtCore\private\qfsfileengine_p.h \
		..\..\corelib\io\qfsfileengine_p.h \
		..\..\..\include\QtCore\private\qfileengine_p.h \
		..\..\corelib\io\qfileengine_p.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\qbufferedfsfileengine.obj ..\..\corelib\io\qbufferedfsfileengine.cpp

.\qfileengine.obj: ..\..\corelib\io\qfileengine.cpp ..\..\..\include\QtCore\qfileengine.h \
		..\..\corelib\io\qfileengine.h \
		..\..\..\include\QtCore\qdir.h \
		..\..\corelib\io\qdir.h \
		..\..\..\include\QtCore\qstring.h \
		..\..\corelib\tools\qstring.h \
		..\..\..\include\QtCore\qchar.h \
		..\..\corelib\tools\qchar.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qbytearray.h \
		..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\..\include\QtCore\qnamespace.h \
		..\..\corelib\global\qnamespace.h \
		..\..\..\include\QtCore\qfileinfo.h \
		..\..\corelib\io\qfileinfo.h \
		..\..\..\include\QtCore\qfile.h \
		..\..\corelib\io\qfile.h \
		..\..\..\include\QtCore\qiodevice.h \
		..\..\corelib\io\qiodevice.h \
		..\..\..\include\QtCore\qobject.h \
		..\..\corelib\kernel\qobject.h \
		..\..\..\include\QtCore\qobjectdefs.h \
		..\..\corelib\kernel\qobjectdefs.h \
		..\..\..\include\QtCore\qlist.h \
		..\..\corelib\tools\qlist.h \
		..\..\..\include\QtCore\qiterator.h \
		..\..\corelib\tools\qiterator.h \
		..\..\..\include\QtCore\qalgorithms.h \
		..\..\corelib\tools\qalgorithms.h \
		..\..\..\include\QtCore\qcoreevent.h \
		..\..\corelib\kernel\qcoreevent.h \
		..\..\..\include\QtCore\qstringlist.h \
		..\..\corelib\tools\qstringlist.h \
		..\..\..\include\QtCore\qdatastream.h \
		..\..\corelib\io\qdatastream.h \
		..\..\..\include\QtCore\qregexp.h \
		..\..\corelib\tools\qregexp.h \
		..\..\..\include\QtCore\qstringmatcher.h \
		..\..\corelib\tools\qstringmatcher.h \
		..\..\corelib\io\qfileengine_p.h \
		..\..\..\include\QtCore\qdatetime.h \
		..\..\corelib\tools\qdatetime.h \
		..\..\..\include\QtCore\private\qfsfileengine_p.h \
		..\..\corelib\io\qfsfileengine_p.h \
		..\..\..\include\QtCore\private\qfileengine_p.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\qfileengine.obj ..\..\corelib\io\qfileengine.cpp

.\qbytearray.obj: ..\..\corelib\tools\qbytearray.cpp ..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\corelib\tools\qbytearraymatcher.h \
		..\..\..\include\QtCore\qbytearray.h \
		..\..\corelib\tools\qtools_p.h \
		..\..\..\include\QtCore\qstring.h \
		..\..\corelib\tools\qstring.h \
		..\..\..\include\QtCore\qchar.h \
		..\..\corelib\tools\qchar.h \
		..\..\..\include\QtCore\qnamespace.h \
		..\..\corelib\global\qnamespace.h \
		..\..\corelib\tools\qlist.h \
		..\..\..\include\QtCore\qiterator.h \
		..\..\corelib\tools\qiterator.h \
		..\..\..\include\QtCore\qalgorithms.h \
		..\..\corelib\tools\qalgorithms.h \
		..\..\corelib\tools\qlocale.h \
		..\..\corelib\tools\qlocale_p.h \
		..\..\..\include\QtCore\QString \
		..\..\..\include\QtCore\QVarLengthArray \
		..\..\..\include\QtCore\qvarlengtharray.h \
		..\..\corelib\tools\qvarlengtharray.h \
		..\..\corelib\tools\qunicodetables_p.h \
		..\..\corelib\tools\qunicodedata_p.h \
		..\..\..\include\QtCore\qdatastream.h \
		..\..\corelib\io\qdatastream.h \
		..\..\..\include\QtCore\qiodevice.h \
		..\..\corelib\io\qiodevice.h \
		..\..\..\include\QtCore\qobject.h \
		..\..\corelib\kernel\qobject.h \
		..\..\..\include\QtCore\qobjectdefs.h \
		..\..\corelib\kernel\qobjectdefs.h \
		..\..\..\include\QtCore\qlist.h \
		..\..\..\include\QtCore\qcoreevent.h \
		..\..\corelib\kernel\qcoreevent.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\qbytearray.obj ..\..\corelib\tools\qbytearray.cpp

.\qunicodetables.obj: ..\..\corelib\tools\qunicodetables.cpp ..\..\corelib\tools\qunicodetables_p.h \
		..\..\..\include\QtCore\qstring.h \
		..\..\corelib\tools\qstring.h \
		..\..\..\include\QtCore\qchar.h \
		..\..\corelib\tools\qchar.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qbytearray.h \
		..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\..\include\QtCore\qnamespace.h \
		..\..\corelib\global\qnamespace.h \
		..\..\corelib\tools\qunicodedata_p.h \
		..\..\corelib\tools\qunicodedata.cpp
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\qunicodetables.obj ..\..\corelib\tools\qunicodetables.cpp

.\qvsnprintf.obj: ..\..\corelib\tools\qvsnprintf.cpp ..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\..\include\QtCore\qstring.h \
		..\..\corelib\tools\qstring.h \
		..\..\..\include\QtCore\qchar.h \
		..\..\corelib\tools\qchar.h \
		..\..\..\include\QtCore\qbytearray.h \
		..\..\..\include\QtCore\qnamespace.h \
		..\..\corelib\global\qnamespace.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\qvsnprintf.obj ..\..\corelib\tools\qvsnprintf.cpp

.\qfsfileengine_win.obj: ..\..\corelib\io\qfsfileengine_win.cpp ..\..\..\include\QtCore\qfileengine.h \
		..\..\corelib\io\qfileengine.h \
		..\..\..\include\QtCore\qdir.h \
		..\..\corelib\io\qdir.h \
		..\..\..\include\QtCore\qstring.h \
		..\..\corelib\tools\qstring.h \
		..\..\..\include\QtCore\qchar.h \
		..\..\corelib\tools\qchar.h \
		..\..\..\include\QtCore\qglobal.h \
		..\..\corelib\global\qglobal.h \
		..\..\..\include\QtCore\qconfig.h \
		..\..\corelib\global\qconfig.h \
		..\..\..\include\QtCore\qfeatures.h \
		..\..\corelib\global\qfeatures.h \
		..\..\..\include\QtCore\qbytearray.h \
		..\..\corelib\tools\qbytearray.h \
		..\..\..\include\QtCore\qatomic.h \
		..\..\corelib\thread\qatomic.h \
		..\..\corelib\arch\generic\arch\qatomic.h \
		..\..\..\include\QtCore\arch\qatomic.h \
		..\..\corelib\arch\windows\arch\qatomic.h \
		..\..\..\include\QtCore\qnamespace.h \
		..\..\corelib\global\qnamespace.h \
		..\..\..\include\QtCore\qfileinfo.h \
		..\..\corelib\io\qfileinfo.h \
		..\..\..\include\QtCore\qfile.h \
		..\..\corelib\io\qfile.h \
		..\..\..\include\QtCore\qiodevice.h \
		..\..\corelib\io\qiodevice.h \
		..\..\..\include\QtCore\qobject.h \
		..\..\corelib\kernel\qobject.h \
		..\..\..\include\QtCore\qobjectdefs.h \
		..\..\corelib\kernel\qobjectdefs.h \
		..\..\..\include\QtCore\qlist.h \
		..\..\corelib\tools\qlist.h \
		..\..\..\include\QtCore\qiterator.h \
		..\..\corelib\tools\qiterator.h \
		..\..\..\include\QtCore\qalgorithms.h \
		..\..\corelib\tools\qalgorithms.h \
		..\..\..\include\QtCore\qcoreevent.h \
		..\..\corelib\kernel\qcoreevent.h \
		..\..\..\include\QtCore\qstringlist.h \
		..\..\corelib\tools\qstringlist.h \
		..\..\..\include\QtCore\qdatastream.h \
		..\..\corelib\io\qdatastream.h \
		..\..\..\include\QtCore\qregexp.h \
		..\..\corelib\tools\qregexp.h \
		..\..\..\include\QtCore\qstringmatcher.h \
		..\..\corelib\tools\qstringmatcher.h \
		..\..\..\include\QtCore\private\qfsfileengine_p.h \
		..\..\corelib\io\qfsfileengine_p.h \
		..\..\..\include\QtCore\private\qfileengine_p.h \
		..\..\corelib\io\qfileengine_p.h \
		..\..\..\include\QtCore\qtemporaryfile.h \
		..\..\corelib\io\qtemporaryfile.h \
		..\..\..\include\QtCore\private\qmutexpool_p.h \
		..\..\corelib\thread\qmutexpool_p.h \
		..\..\corelib\thread\qmutex.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo.\qfsfileengine_win.obj ..\..\corelib\io\qfsfileengine_win.cpp

####### Install

install_target: first  FORCE
	@$(CHK_DIR_EXISTS) "C:$(INSTALL_ROOT)\qt-4\bin" $(MKDIR) "C:$(INSTALL_ROOT)\qt-4\bin"
	-$(INSTALL_FILE) "$(TARGET)" "C:$(INSTALL_ROOT)\qt-4\bin\$(TARGET)"

uninstall_target:  FORCE
	-$(DEL_FILE) "C:$(INSTALL_ROOT)\qt-4\bin\$(TARGET)"
	-$(DEL_DIR) "C:$(INSTALL_ROOT)\qt-4\bin\"


install:  install_target  FORCE

uninstall: uninstall_target   FORCE

FORCE:

