아래 글에서 정형기님께서 올리라고 한 설정 부분을 모두 넣었습니다.

무엇이 문제이 길래 라이브러리가 안 만들어 질까요??

조언 부탁 드립니다.

qt-2.3.7/configs/linux-arm-g++-shared 파일 내용

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

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

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

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

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

# Linking applications
SYSCONF_LINK = armv5l-linux-gcc
SYSCONF_LFLAGS =
SYSCONF_LIBS = -lm

# 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 = armv5l-linux-gcc
SYSCONF_LINK_TARGET_SHARED =
lib$(TARGET).so.$(VER_MAJ).$(VER_MIN).$(VER_PATCH)
SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared -Wl,-
soname,lib$(TARGET).so.$(VER_MAJ)
$(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED)
$(OBJECTS) $(OBJMOC) -L/usr/armv5l-linux/lib
$(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 = armv5l-linux-ar cqs
SYSCONF_LINK_TARGET_STATIC = lib$(TARGET).a
SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)
$(SYSCONF_LINK_TARGET_STATIC) ;
$(SYSCONF_AR) $(DESTDIR)
$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC)
# Compiling application source
SYSCONF_CXXFLAGS = -pipe -DQWS -fno-exceptions -fno-rtti -O2 -Wall -W -
DNO_DEBUG
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 =




qt-2.3.7/src/Makefile 파일 내용

#########################################################################
####
# Automatically generated from /kyd/qt/qt-2.3.7/./src/Makefile.in
# Build options from
#########################################################################
####

QT_CXXFLAGS_OPT = -DQT_NO_QWS_VOODOO3 -DQT_NO_QWS_MACH64 -
DQT_NO_QWS_MATROX -DQT_NO_QWS_VNC -DQT_NO_QWS_VGA_16 -
DQT_NO_QWS_DEPTH_4 -DQT_NO_QWS_DEPTH_8 -DQT_NO_QWS_DEPTH_24 -
DQT_NO_QWS_DEPTH_32 -DQT_BUILTIN_GIF_READER=1 -DQT_NO_IMAGEIO_JPEG -
DQT_NO_IMAGEIO_MNG -DQT_NO_SM_SUPPORT -I$(QTDIR)/src/3rdparty/zlib -
I$(QTDIR)/src/3rdparty/libpng -I3rdparty/freetype/src -
I3rdparty/freetype/include -I3rdparty/freetype/builds/unix
QT_CFLAGS_OPT = -I$(QTDIR)/src/3rdparty/zlib -
I$(QTDIR)/src/3rdparty/libpng -I3rdparty/freetype/src -
I3rdparty/freetype/include -I3rdparty/freetype/builds/unix
QT_LIBS_OPT =
QT_MODULE_OBJ = $(PNG_OBJECTS) $(ZLIB_OBJECTS) $(FT_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 = armv5l-linux-g++
SYSCONF_CC = armv5l-linux-gcc
DASHCROSS = -armv5l

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

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

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

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

# Linking applications
SYSCONF_LINK = armv5l-linux-gcc
SYSCONF_LFLAGS =
SYSCONF_LIBS = -lm

# 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 = armv5l-linux-gcc
SYSCONF_LINK_TARGET_SHARED =
lib$(TARGET).so.$(VER_MAJ).$(VER_MIN).$(VER_PATCH)
SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared -Wl,-
soname,lib$(TARGET).so.$(VER_MAJ)
$(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED)
$(OBJECTS) $(OBJMOC) -L/usr/armv5l-linux/lib
$(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 = armv5l-linux-ar cqs
SYSCONF_LINK_TARGET_STATIC = lib$(TARGET).a
SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)
$(SYSCONF_LINK_TARGET_STATIC) ;
$(SYSCONF_AR) $(DESTDIR)
$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC)
# Compiling application source
SYSCONF_CXXFLAGS = -pipe -DQWS -fno-exceptions -fno-rtti -O2 -Wall -W -
DNO_DEBUG
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_QT) $(SYSCONF_CXXFLAGS_X11)
$(SYSCONF_CXXFLAGS) $(SYSCONF_CXXFLAGS_LIB) -DQT_NO_IMAGEIO_MNG
$(QT_CXXFLAGS_OPT)
CC = $(SYSCONF_CC) $(QT_C_MT)
CFLAGS = $(SYSCONF_CFLAGS) $(SYSCONF_CFLAGS_LIB) -
DQT_NO_IMAGEIO_MNG $(QT_CFLAGS_OPT)
INCPATH = -I3rdparty/kernel -I3rdparty/tools
LFLAGS = $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT)
LIBS = $(SUBLIBS) $(SYSCONF_LIBS_QTLIB)
MOC = $(SYSCONF_MOC)
UIC = $(SYSCONF_UIC)

####### Target

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

####### Files

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


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


####### Implicit rules

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

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

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

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

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

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

####### Build rules


all: $(DESTDIR)$(SYSCONF_LINK_TARGET)

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

moc: $(SRCMOC)

tmake:
tmake qt.pro

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

####### Extension Modules

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

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

listaddonpromodules:
@echo iconview
workspace
sound
semimodal

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


REQUIRES=

####### Sub-libraries


###### Combined headers

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



####### Compile

allmoc.o: allmoc.cpp

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

3rdparty/freetype/src/base/ftcalc.c
3rdparty/freetype/src/base/ftobjs.c
3rdparty/freetype/src/base/ftstream.c
3rdparty/freetype/src/base/ftlist.c
3rdparty/freetype/src/base/ftoutln.c
3rdparty/freetype/src/base/ftextend.c
3rdparty/freetype/src/base/ftnames.c

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

tools/qglobal.o: tools/qglobal.cpp
tools/qglobal.h
tools/qconfig.h
tools/qfeatures.h
tools/qasciidict.h
tools/qgdict.h
tools/qcollection.h
tools/qstring.h
tools/qcstring.h
tools/qarray.h
tools/qgarray.h
tools/qshared.h

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

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

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

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

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

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

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

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

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

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

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

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

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

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

kernel/qmovie.moc: kernel/qmovie.cpp
$(MOC) kernel/qmovie.cpp -o kernel/qmovie.moc
3rdparty/kernel/qregion_qws.o: 3rdparty/kernel/qregion_qws.cpp
kernel/qregion.h
tools/qshared.h
tools/qglobal.h
tools/qconfig.h
tools/qfeatures.h
kernel/qrect.h
kernel/qsize.h
kernel/qpoint.h
kernel/qwindowdefs.h
kernel/qobjectdefs.h
tools/qstring.h
tools/qcstring.h
tools/qarray.h
tools/qgarray.h
kernel/qnamespace.h
3rdparty/kernel/qpointarray.h
tools/qbuffer.h
tools/qiodevice.h
kernel/qimage.h
kernel/qpixmap.h
kernel/qpaintdevice.h
kernel/qcolor.h
tools/qstrlist.h
tools/qlist.h
tools/qglist.h
tools/qcollection.h
tools/qdatastream.h
tools/qstringlist.h
tools/qvaluelist.h
tools/qregexp.h
kernel/qbitmap.h

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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