blob: 9e53a85239a1aa551d1b247ea93d433f168ed57b [file] [log] [blame]
#############################################################################
# Makefile for building: simple.app/Contents/MacOS/simple
# Generated by qmake (2.01a) (Qt 4.7.4) on: Mon Jul 16 16:55:35 2012
# Project: simple.pro
# Template: app
# Command: /Users/eckels/Downloads/qt-everywhere-opensource-src-4.7.4/bin/qmake -spec ../../../../../../../../mkspecs/macx-g++42 -o Makefile simple.pro
#############################################################################
####### Compiler, tools and options
CC = gcc-4.2
CXX = g++-4.2
DEFINES = -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -DQT_HAVE_SSSE3 -DQT_HAVE_SSE4_1 -DQT_HAVE_SSE4_2 -DQT_SHARED
CFLAGS = -pipe -Xarch_i386 -mmacosx-version-min=10.4 -Xarch_ppc -mmacosx-version-min=10.4 -O2 -arch i386 -arch ppc -Wall -W $(DEFINES)
CXXFLAGS = -pipe -Xarch_i386 -mmacosx-version-min=10.4 -Xarch_ppc -mmacosx-version-min=10.4 -O2 -arch i386 -arch ppc -Wall -W $(DEFINES)
INCPATH = -I../../../../../../../../mkspecs/macx-g++42 -I. -I../../../../../../../../include/QtCore -I../../../../../../../../include/QtGui -I../../../../../../../../include/QtWebKit -I../../../../../../../../include -I.moc/release-shared
LINK = g++-4.2
LFLAGS = -headerpad_max_install_names -arch i386 -arch ppc -Xarch_i386 -mmacosx-version-min=10.4 -Xarch_ppc -mmacosx-version-min=10.4
LIBS = $(SUBLIBS) -L/Users/eckels/Downloads/qt-everywhere-opensource-src-4.7.4/lib -lQtWebKit -lQtGui -L/Users/eckels/Downloads/qt-everywhere-opensource-src-4.7.4/lib -lQtCore
AR = ar cq
RANLIB = ranlib -s
QMAKE = /Users/eckels/Downloads/qt-everywhere-opensource-src-4.7.4/bin/qmake
TAR = tar -cf
COMPRESS = gzip -9f
COPY = cp -f
SED = sed
COPY_FILE = cp -f
COPY_DIR = cp -f -R
STRIP =
INSTALL_FILE = $(COPY_FILE)
INSTALL_DIR = $(COPY_DIR)
INSTALL_PROGRAM = $(COPY_FILE)
DEL_FILE = rm -f
SYMLINK = ln -f -s
DEL_DIR = rmdir
MOVE = mv -f
CHK_DIR_EXISTS= test -d
MKDIR = mkdir -p
export MACOSX_DEPLOYMENT_TARGET = 10.4
####### Output directory
OBJECTS_DIR = .obj/release-shared/
####### Files
SOURCES = main.cpp
OBJECTS = .obj/release-shared/main.o
DIST = ../../../../../../../../mkspecs/common/unix.conf \
../../../../../../../../mkspecs/common/mac.conf \
../../../../../../../../mkspecs/common/mac-g++.conf \
../../../../../../../../mkspecs/features/exclusive_builds.prf \
../../../../../../../../mkspecs/features/default_pre.prf \
../../../../../../../../mkspecs/features/mac/default_pre.prf \
../../../../../../../../.qmake.cache \
../../../../../../../../mkspecs/qconfig.pri \
../../../../../../../../mkspecs/modules/qt_webkit_version.pri \
../../../../../../../../mkspecs/features/qt_functions.prf \
../../../../../../../../mkspecs/features/qt_config.prf \
../../../../../../../../mkspecs/features/release.prf \
../../../../../../../../mkspecs/features/default_post.prf \
../../../../../../../../mkspecs/features/mac/default_post.prf \
../../../../../../../../mkspecs/features/mac/x86.prf \
../../../../../../../../mkspecs/features/mac/objective_c.prf \
../../../../../../../../mkspecs/features/unix/dylib.prf \
../../../../../../../../mkspecs/features/mac/ppc.prf \
../../../../../../../../mkspecs/features/unix/largefile.prf \
../../../../../../../../mkspecs/features/dll.prf \
../../../../../../../../mkspecs/features/shared.prf \
../../../../../../../../mkspecs/features/warn_on.prf \
../../../../../../../../mkspecs/features/qt.prf \
../../../../../../../../mkspecs/features/unix/thread.prf \
../../../../../../../../mkspecs/features/moc.prf \
../../../../../../../../mkspecs/features/mac/rez.prf \
../../../../../../../../mkspecs/features/mac/sdk.prf \
../../../../../../../../mkspecs/features/resources.prf \
../../../../../../../../mkspecs/features/uic.prf \
../../../../../../../../mkspecs/features/yacc.prf \
../../../../../../../../mkspecs/features/lex.prf \
simple.pro
QMAKE_TARGET = simple
DESTDIR =
TARGET = simple.app/Contents/MacOS/simple
####### Custom Compiler Variables
QMAKE_COMP_QMAKE_OBJECTIVE_CFLAGS = -pipe \
-Xarch_i386 \
-mmacosx-version-min=10.4 \
-Xarch_ppc \
-mmacosx-version-min=10.4 \
-O2 \
-arch \
i386 \
-arch \
ppc \
-Wall \
-W
first: all
####### Implicit rules
.SUFFIXES: .o .c .cpp .cc .cxx .C
.cpp.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.cc.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.cxx.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.C.o:
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
.c.o:
$(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
####### Build rules
all: Makefile simple.app/Contents/PkgInfo simple.app/Contents/Resources/empty.lproj simple.app/Contents/Info.plist $(TARGET)
$(TARGET): $(OBJECTS)
@$(CHK_DIR_EXISTS) simple.app/Contents/MacOS/ || $(MKDIR) simple.app/Contents/MacOS/
$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
Makefile: simple.pro ../../../../../../../../.qmake.cache ../../../../../../../../mkspecs/macx-g++42/qmake.conf ../../../../../../../../mkspecs/common/unix.conf \
../../../../../../../../mkspecs/common/mac.conf \
../../../../../../../../mkspecs/common/mac-g++.conf \
../../../../../../../../mkspecs/features/exclusive_builds.prf \
../../../../../../../../mkspecs/features/default_pre.prf \
../../../../../../../../mkspecs/features/mac/default_pre.prf \
../../../../../../../../.qmake.cache \
../../../../../../../../mkspecs/qconfig.pri \
../../../../../../../../mkspecs/modules/qt_webkit_version.pri \
../../../../../../../../mkspecs/features/qt_functions.prf \
../../../../../../../../mkspecs/features/qt_config.prf \
../../../../../../../../mkspecs/features/release.prf \
../../../../../../../../mkspecs/features/default_post.prf \
../../../../../../../../mkspecs/features/mac/default_post.prf \
../../../../../../../../mkspecs/features/mac/x86.prf \
../../../../../../../../mkspecs/features/mac/objective_c.prf \
../../../../../../../../mkspecs/features/unix/dylib.prf \
../../../../../../../../mkspecs/features/mac/ppc.prf \
../../../../../../../../mkspecs/features/unix/largefile.prf \
../../../../../../../../mkspecs/features/dll.prf \
../../../../../../../../mkspecs/features/shared.prf \
../../../../../../../../mkspecs/features/warn_on.prf \
../../../../../../../../mkspecs/features/qt.prf \
../../../../../../../../mkspecs/features/unix/thread.prf \
../../../../../../../../mkspecs/features/moc.prf \
../../../../../../../../mkspecs/features/mac/rez.prf \
../../../../../../../../mkspecs/features/mac/sdk.prf \
../../../../../../../../mkspecs/features/resources.prf \
../../../../../../../../mkspecs/features/uic.prf \
../../../../../../../../mkspecs/features/yacc.prf \
../../../../../../../../mkspecs/features/lex.prf \
/Users/eckels/Downloads/qt-everywhere-opensource-src-4.7.4/lib/libQtWebKit.prl \
/Users/eckels/Downloads/qt-everywhere-opensource-src-4.7.4/lib/libQtGui.prl \
/Users/eckels/Downloads/qt-everywhere-opensource-src-4.7.4/lib/libQtCore.prl
$(QMAKE) -spec ../../../../../../../../mkspecs/macx-g++42 -o Makefile simple.pro
../../../../../../../../mkspecs/common/unix.conf:
../../../../../../../../mkspecs/common/mac.conf:
../../../../../../../../mkspecs/common/mac-g++.conf:
../../../../../../../../mkspecs/features/exclusive_builds.prf:
../../../../../../../../mkspecs/features/default_pre.prf:
../../../../../../../../mkspecs/features/mac/default_pre.prf:
../../../../../../../../.qmake.cache:
../../../../../../../../mkspecs/qconfig.pri:
../../../../../../../../mkspecs/modules/qt_webkit_version.pri:
../../../../../../../../mkspecs/features/qt_functions.prf:
../../../../../../../../mkspecs/features/qt_config.prf:
../../../../../../../../mkspecs/features/release.prf:
../../../../../../../../mkspecs/features/default_post.prf:
../../../../../../../../mkspecs/features/mac/default_post.prf:
../../../../../../../../mkspecs/features/mac/x86.prf:
../../../../../../../../mkspecs/features/mac/objective_c.prf:
../../../../../../../../mkspecs/features/unix/dylib.prf:
../../../../../../../../mkspecs/features/mac/ppc.prf:
../../../../../../../../mkspecs/features/unix/largefile.prf:
../../../../../../../../mkspecs/features/dll.prf:
../../../../../../../../mkspecs/features/shared.prf:
../../../../../../../../mkspecs/features/warn_on.prf:
../../../../../../../../mkspecs/features/qt.prf:
../../../../../../../../mkspecs/features/unix/thread.prf:
../../../../../../../../mkspecs/features/moc.prf:
../../../../../../../../mkspecs/features/mac/rez.prf:
../../../../../../../../mkspecs/features/mac/sdk.prf:
../../../../../../../../mkspecs/features/resources.prf:
../../../../../../../../mkspecs/features/uic.prf:
../../../../../../../../mkspecs/features/yacc.prf:
../../../../../../../../mkspecs/features/lex.prf:
/Users/eckels/Downloads/qt-everywhere-opensource-src-4.7.4/lib/libQtWebKit.prl:
/Users/eckels/Downloads/qt-everywhere-opensource-src-4.7.4/lib/libQtGui.prl:
/Users/eckels/Downloads/qt-everywhere-opensource-src-4.7.4/lib/libQtCore.prl:
qmake: FORCE
@$(QMAKE) -spec ../../../../../../../../mkspecs/macx-g++42 -o Makefile simple.pro
simple.app/Contents/PkgInfo:
@$(CHK_DIR_EXISTS) simple.app/Contents || $(MKDIR) simple.app/Contents
@$(DEL_FILE) simple.app/Contents/PkgInfo
@echo "APPL????" >simple.app/Contents/PkgInfo
simple.app/Contents/Resources/empty.lproj:
@$(CHK_DIR_EXISTS) simple.app/Contents/Resources || $(MKDIR) simple.app/Contents/Resources
@touch simple.app/Contents/Resources/empty.lproj
simple.app/Contents/Info.plist:
@$(CHK_DIR_EXISTS) simple.app/Contents || $(MKDIR) simple.app/Contents
@$(DEL_FILE) simple.app/Contents/Info.plist
@sed -e "s,@ICON@,,g" -e "s,@EXECUTABLE@,simple,g" -e "s,@TYPEINFO@,????,g" ../../../../../../../../mkspecs/macx-g++42/Info.plist.app >simple.app/Contents/Info.plist
dist:
@$(CHK_DIR_EXISTS) .obj/release-shared/simple1.0.0 || $(MKDIR) .obj/release-shared/simple1.0.0
$(COPY_FILE) --parents $(SOURCES) $(DIST) .obj/release-shared/simple1.0.0/ && $(COPY_FILE) --parents main.cpp .obj/release-shared/simple1.0.0/ && (cd `dirname .obj/release-shared/simple1.0.0` && $(TAR) simple1.0.0.tar simple1.0.0 && $(COMPRESS) simple1.0.0.tar) && $(MOVE) `dirname .obj/release-shared/simple1.0.0`/simple1.0.0.tar.gz . && $(DEL_FILE) -r .obj/release-shared/simple1.0.0
clean:compiler_clean
-$(DEL_FILE) $(OBJECTS)
-$(DEL_FILE) *~ core *.core
####### Sub-libraries
distclean: clean
-$(DEL_FILE) -r simple.app
-$(DEL_FILE) Makefile
check: first
mocclean: compiler_moc_header_clean compiler_moc_source_clean
mocables: compiler_moc_header_make_all compiler_moc_source_make_all
compiler_objective_c_make_all:
compiler_objective_c_clean:
compiler_moc_header_make_all:
compiler_moc_header_clean:
compiler_rcc_make_all:
compiler_rcc_clean:
compiler_image_collection_make_all: .uic/release-shared/qmake_image_collection.cpp
compiler_image_collection_clean:
-$(DEL_FILE) .uic/release-shared/qmake_image_collection.cpp
compiler_moc_source_make_all:
compiler_moc_source_clean:
compiler_rez_source_make_all:
compiler_rez_source_clean:
compiler_uic_make_all:
compiler_uic_clean:
compiler_yacc_decl_make_all:
compiler_yacc_decl_clean:
compiler_yacc_impl_make_all:
compiler_yacc_impl_clean:
compiler_lex_make_all:
compiler_lex_clean:
compiler_clean:
####### Compile
.obj/release-shared/main.o: main.cpp ../../../../../../../../include/QtGui/QApplication \
../../../../../../../../include/QtGui/qapplication.h \
../../../../../../../gui/kernel/qapplication.h \
../../../../../../../../include/QtCore/qcoreapplication.h \
../../../../../../../corelib/kernel/qcoreapplication.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 \
../../../../../../../../include/QtCore/qbasicatomic.h \
../../../../../../../corelib/thread/qbasicatomic.h \
../../../../../../../../include/QtCore/qatomic_bootstrap.h \
../../../../../../../corelib/arch/qatomic_bootstrap.h \
../../../../../../../../include/QtCore/qatomic_arch.h \
../../../../../../../corelib/arch/qatomic_arch.h \
../../../../../../../../include/QtCore/qatomic_vxworks.h \
../../../../../../../corelib/arch/qatomic_vxworks.h \
../../../../../../../../include/QtCore/qatomic_powerpc.h \
../../../../../../../corelib/arch/qatomic_powerpc.h \
../../../../../../../../include/QtCore/qatomic_alpha.h \
../../../../../../../corelib/arch/qatomic_alpha.h \
../../../../../../../../include/QtCore/qatomic_arm.h \
../../../../../../../corelib/arch/qatomic_arm.h \
../../../../../../../../include/QtCore/qatomic_armv6.h \
../../../../../../../corelib/arch/qatomic_armv6.h \
../../../../../../../../include/QtCore/qatomic_avr32.h \
../../../../../../../corelib/arch/qatomic_avr32.h \
../../../../../../../../include/QtCore/qatomic_bfin.h \
../../../../../../../corelib/arch/qatomic_bfin.h \
../../../../../../../../include/QtCore/qatomic_generic.h \
../../../../../../../corelib/arch/qatomic_generic.h \
../../../../../../../../include/QtCore/qatomic_i386.h \
../../../../../../../corelib/arch/qatomic_i386.h \
../../../../../../../../include/QtCore/qatomic_ia64.h \
../../../../../../../corelib/arch/qatomic_ia64.h \
../../../../../../../../include/QtCore/qatomic_macosx.h \
../../../../../../../corelib/arch/qatomic_macosx.h \
../../../../../../../../include/QtCore/qatomic_x86_64.h \
../../../../../../../corelib/arch/qatomic_x86_64.h \
../../../../../../../../include/QtCore/qatomic_mips.h \
../../../../../../../corelib/arch/qatomic_mips.h \
../../../../../../../../include/QtCore/qatomic_parisc.h \
../../../../../../../corelib/arch/qatomic_parisc.h \
../../../../../../../../include/QtCore/qatomic_s390.h \
../../../../../../../corelib/arch/qatomic_s390.h \
../../../../../../../../include/QtCore/qatomic_sparc.h \
../../../../../../../corelib/arch/qatomic_sparc.h \
../../../../../../../../include/QtCore/qatomic_windows.h \
../../../../../../../corelib/arch/qatomic_windows.h \
../../../../../../../../include/QtCore/qatomic_windowsce.h \
../../../../../../../corelib/arch/qatomic_windowsce.h \
../../../../../../../../include/QtCore/qatomic_symbian.h \
../../../../../../../corelib/arch/qatomic_symbian.h \
../../../../../../../../include/QtCore/qatomic_sh.h \
../../../../../../../corelib/arch/qatomic_sh.h \
../../../../../../../../include/QtCore/qatomic_sh4a.h \
../../../../../../../corelib/arch/qatomic_sh4a.h \
../../../../../../../../include/Qt3Support/q3cstring.h \
../../../../../../../qt3support/tools/q3cstring.h \
../../../../../../../../include/QtCore/qstringbuilder.h \
../../../../../../../corelib/tools/qstringbuilder.h \
../../../../../../../../include/QtCore/qmap.h \
../../../../../../../corelib/tools/qmap.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/qcoreevent.h \
../../../../../../../corelib/kernel/qcoreevent.h \
../../../../../../../../include/QtCore/qscopedpointer.h \
../../../../../../../corelib/tools/qscopedpointer.h \
../../../../../../../../include/QtCore/qeventloop.h \
../../../../../../../corelib/kernel/qeventloop.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/qregexp.h \
../../../../../../../corelib/tools/qregexp.h \
../../../../../../../../include/QtCore/qstringmatcher.h \
../../../../../../../corelib/tools/qstringmatcher.h \
../../../../../../../../include/Qt3Support/q3valuelist.h \
../../../../../../../qt3support/tools/q3valuelist.h \
../../../../../../../../include/QtCore/qlinkedlist.h \
../../../../../../../corelib/tools/qlinkedlist.h \
../../../../../../../../include/QtGui/qwindowdefs.h \
../../../../../../../gui/kernel/qwindowdefs.h \
../../../../../../../../include/QtGui/qmacdefines_mac.h \
../../../../../../../gui/kernel/qmacdefines_mac.h \
../../../../../../../../include/QtGui/qwindowdefs_win.h \
../../../../../../../gui/kernel/qwindowdefs_win.h \
../../../../../../../../include/QtCore/qpoint.h \
../../../../../../../corelib/tools/qpoint.h \
../../../../../../../../include/QtCore/qsize.h \
../../../../../../../corelib/tools/qsize.h \
../../../../../../../../include/QtGui/qcursor.h \
../../../../../../../gui/kernel/qcursor.h \
../../../../../../../../include/QtGui/qdesktopwidget.h \
../../../../../../../gui/kernel/qdesktopwidget.h \
../../../../../../../../include/QtGui/qwidget.h \
../../../../../../../gui/kernel/qwidget.h \
../../../../../../../../include/QtCore/qmargins.h \
../../../../../../../corelib/tools/qmargins.h \
../../../../../../../../include/QtGui/qpaintdevice.h \
../../../../../../../gui/painting/qpaintdevice.h \
../../../../../../../../include/QtCore/qrect.h \
../../../../../../../corelib/tools/qrect.h \
../../../../../../../../include/QtGui/qpalette.h \
../../../../../../../gui/kernel/qpalette.h \
../../../../../../../../include/QtGui/qcolor.h \
../../../../../../../gui/painting/qcolor.h \
../../../../../../../../include/QtGui/qrgb.h \
../../../../../../../gui/painting/qrgb.h \
../../../../../../../../include/QtGui/qbrush.h \
../../../../../../../gui/painting/qbrush.h \
../../../../../../../../include/QtCore/qpair.h \
../../../../../../../corelib/tools/qpair.h \
../../../../../../../../include/QtCore/qvector.h \
../../../../../../../corelib/tools/qvector.h \
../../../../../../../../include/QtCore/QPointF \
../../../../../../../../include/QtCore/QPoint \
../../../../../../../../include/QtGui/qmatrix.h \
../../../../../../../gui/painting/qmatrix.h \
../../../../../../../../include/QtGui/qpolygon.h \
../../../../../../../gui/painting/qpolygon.h \
../../../../../../../../include/QtGui/qregion.h \
../../../../../../../gui/painting/qregion.h \
../../../../../../../../include/QtCore/qline.h \
../../../../../../../corelib/tools/qline.h \
../../../../../../../../include/QtGui/qwmatrix.h \
../../../../../../../gui/painting/qwmatrix.h \
../../../../../../../../include/QtGui/qtransform.h \
../../../../../../../gui/painting/qtransform.h \
../../../../../../../../include/QtGui/qpainterpath.h \
../../../../../../../gui/painting/qpainterpath.h \
../../../../../../../../include/QtGui/qimage.h \
../../../../../../../gui/image/qimage.h \
../../../../../../../../include/QtGui/qpixmap.h \
../../../../../../../gui/image/qpixmap.h \
../../../../../../../../include/QtCore/qsharedpointer.h \
../../../../../../../corelib/tools/qsharedpointer.h \
../../../../../../../../include/QtCore/qshareddata.h \
../../../../../../../corelib/tools/qshareddata.h \
../../../../../../../../include/QtCore/qsharedpointer_impl.h \
../../../../../../../corelib/tools/qsharedpointer_impl.h \
../../../../../../../../include/QtGui/qfont.h \
../../../../../../../gui/text/qfont.h \
../../../../../../../../include/QtGui/qfontmetrics.h \
../../../../../../../gui/text/qfontmetrics.h \
../../../../../../../../include/QtGui/qfontinfo.h \
../../../../../../../gui/text/qfontinfo.h \
../../../../../../../../include/QtGui/qsizepolicy.h \
../../../../../../../gui/kernel/qsizepolicy.h \
../../../../../../../../include/QtGui/qkeysequence.h \
../../../../../../../gui/kernel/qkeysequence.h \
../../../../../../../../include/QtGui/qevent.h \
../../../../../../../gui/kernel/qevent.h \
../../../../../../../../include/QtGui/qmime.h \
../../../../../../../gui/kernel/qmime.h \
../../../../../../../../include/QtCore/qmimedata.h \
../../../../../../../corelib/kernel/qmimedata.h \
../../../../../../../../include/QtCore/qvariant.h \
../../../../../../../corelib/kernel/qvariant.h \
../../../../../../../../include/QtCore/qmetatype.h \
../../../../../../../corelib/kernel/qmetatype.h \
../../../../../../../../include/QtCore/qhash.h \
../../../../../../../corelib/tools/qhash.h \
../../../../../../../../include/QtGui/qdrag.h \
../../../../../../../gui/kernel/qdrag.h \
../../../../../../../../include/QtCore/qset.h \
../../../../../../../corelib/tools/qset.h \
../../../../../../../../include/QtGui/qtransportauth_qws.h \
../../../../../../../gui/embedded/qtransportauth_qws.h \
../../../../../../../../include/QtCore/qbuffer.h \
../../../../../../../corelib/io/qbuffer.h \
../../../../../../../../include/QtCore/qpointer.h \
../../../../../../../corelib/kernel/qpointer.h \
../../../../../../../../include/QtCore/QUrl \
../../../../../../../../include/QtCore/qurl.h \
../../../../../../../corelib/io/qurl.h \
../../../../../../../../include/QtWebKit/QWebView \
../../../../../../../../include/QtWebKit/qwebview.h \
../../../Api/qwebview.h \
../../../Api/qwebkitglobal.h \
../../../Api/qwebpage.h \
../../../Api/qwebsettings.h \
../../../../../../../../include/QtGui/qicon.h \
../../../../../../../gui/image/qicon.h \
../../../../../../../../include/QtGui/qpainter.h \
../../../../../../../gui/painting/qpainter.h \
../../../../../../../../include/QtGui/qtextoption.h \
../../../../../../../gui/text/qtextoption.h \
../../../../../../../../include/QtGui/qdrawutil.h \
../../../../../../../gui/painting/qdrawutil.h \
../../../../../../../../include/QtGui/qpen.h \
../../../../../../../gui/painting/qpen.h \
../../../../../../../../include/QtNetwork/qnetworkaccessmanager.h \
../../../../../../../network/access/qnetworkaccessmanager.h \
../../../../../../../../include/QtCore/QObject
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj/release-shared/main.o main.cpp
####### Install
install: FORCE
uninstall: FORCE
FORCE: