#############################################################################
# Makefile for building: MakePDF.app/Contents/MacOS/MakePDF
# Generated by qmake (3.1) (Qt 5.12.3)
# Project:  ../MakePDF.pro
# Template: app
# Command: /usr/local/Cellar/qt/5.12.3/bin/qmake -o Makefile ../MakePDF.pro CONFIG+=sdk_no_version_check
#############################################################################

MAKEFILE      = Makefile

EQ            = =

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

CC            = @printf "c compiling:   %-60s  ->  %s\n"    "$<" "$@" 2>&1 && gcc
CXX           = @printf "c++ compiling: %-60s  ->  %s\n"    "$<" "$@" 2>&1 && g++
DEFINES       = -DGUI_APP=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WEBENGINEWIDGETS_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_WEBENGINECORE_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_WEBCHANNEL_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_POSITIONING_LIB -DQT_CORE_LIB
CFLAGS        = -pipe -O2 $(EXPORT_ARCH_ARGS) -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.12 -w -fPIC $(DEFINES)
CXXFLAGS      = -pipe -stdlib=libc++ --std=gnu++11 -Wall -Werror -Wno-unused-parameter -O2 -std=gnu++11 $(EXPORT_ARCH_ARGS) -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.12 -Wall -W -fPIC $(DEFINES)
INCPATH       = -I../../QtProject -I. -I../../../MakePDF -I../../Framework -I../../3rdParty/hoedown -I../../3rdParty/libharu/include -I../../3rdParty/TinyXML++ -I../../3rdParty/qtpropertybrowser/src -I../../3rdParty/libpng -I../../3rdParty/zlib -I/usr/local/Cellar/qt/5.12.3/lib/QtSvg.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPrintSupport.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineCore.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQuick.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebChannel.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQml.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPositioning.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AGL.framework/Headers/ -I. -I/usr/local/Cellar/qt/5.12.3/mkspecs/macx-clang -F/usr/local/Cellar/qt/5.12.3/lib
QMAKE         = /usr/local/Cellar/qt/5.12.3/bin/qmake
DEL_FILE      = rm -f
CHK_DIR_EXISTS= test -d
MKDIR         = mkdir -p
COPY          = cp -f
COPY_FILE     = cp -f
COPY_DIR      = cp -f -R
INSTALL_FILE  = install -m 644 -p
INSTALL_PROGRAM = install -m 755 -p
INSTALL_DIR   = cp -f -R
QINSTALL      = /usr/local/Cellar/qt/5.12.3/bin/qmake -install qinstall
QINSTALL_PROGRAM = /usr/local/Cellar/qt/5.12.3/bin/qmake -install qinstall -exe
DEL_FILE      = rm -f
SYMLINK       = ln -f -s
DEL_DIR       = rmdir
MOVE          = mv -f
TAR           = tar -cf
COMPRESS      = gzip -9f
DISTNAME      = MakePDF1.0.0
DISTDIR = /Users/jryland/Code/applications/MakePDF/QtProject/build/.tmp/MakePDF1.0.0
LINK          = @printf "linking:       %s\n"                    "$@" 2>&1 && g++
LFLAGS        = -stdlib=libc++ -headerpad_max_install_names $(EXPORT_ARCH_ARGS) -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.12 -Wl,-rpath,@executable_path/../Frameworks
LIBS          = $(SUBLIBS) -F/usr/local/Cellar/qt/5.12.3/lib -lpng -lz -framework QtSvg -framework QtWebEngineWidgets -framework QtPrintSupport -framework QtWidgets -framework QtWebEngineCore -framework QtQuick -framework QtGui -framework QtWebChannel -framework QtQml -framework QtNetwork -framework QtPositioning -framework QtCore -framework DiskArbitration -framework IOKit -framework OpenGL -framework AGL   
AR            = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar cq
RANLIB        = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib -s
SED           = sed
STRIP         = strip

####### Output directory

OBJECTS_DIR   = ./

####### Files

SOURCES       = ../../Framework/Tests.cpp \
		../../Framework/Utilities.cpp \
		../../Framework/EventLog.cpp \
		../../MdiChild.cpp \
		../../MdiWindow.cpp \
		../../ColorPicker.cpp \
		../../Version.cpp \
		../../Framework/SystemInfomation.cpp \
		../../DocConvert.cpp \
		../../Framework/ObjectTreeModel.cpp \
		../../DocOutput.cpp \
		../../DocProject.cpp \
		../../DocStyle.cpp \
		../../DocTemplate.cpp \
		../../DocVisitor.cpp \
		../../DocSVG.cpp \
		../../main.cpp \
		../../3rdParty/hoedown/autolink.c \
		../../3rdParty/hoedown/buffer.c \
		../../3rdParty/hoedown/document.c \
		../../3rdParty/hoedown/escape.c \
		../../3rdParty/hoedown/html.c \
		../../3rdParty/hoedown/html_blocks.c \
		../../3rdParty/hoedown/stack.c \
		../../3rdParty/libharu/src/hpdf_3dmeasure.c \
		../../3rdParty/libharu/src/hpdf_annotation.c \
		../../3rdParty/libharu/src/hpdf_array.c \
		../../3rdParty/libharu/src/hpdf_binary.c \
		../../3rdParty/libharu/src/hpdf_boolean.c \
		../../3rdParty/libharu/src/hpdf_catalog.c \
		../../3rdParty/libharu/src/hpdf_destination.c \
		../../3rdParty/libharu/src/hpdf_dict.c \
		../../3rdParty/libharu/src/hpdf_doc.c \
		../../3rdParty/libharu/src/hpdf_doc_png.c \
		../../3rdParty/libharu/src/hpdf_encoder.c \
		../../3rdParty/libharu/src/hpdf_encoder_utf.c \
		../../3rdParty/libharu/src/hpdf_encrypt.c \
		../../3rdParty/libharu/src/hpdf_encryptdict.c \
		../../3rdParty/libharu/src/hpdf_error.c \
		../../3rdParty/libharu/src/hpdf_exdata.c \
		../../3rdParty/libharu/src/hpdf_ext_gstate.c \
		../../3rdParty/libharu/src/hpdf_font.c \
		../../3rdParty/libharu/src/hpdf_fontdef.c \
		../../3rdParty/libharu/src/hpdf_fontdef_base14.c \
		../../3rdParty/libharu/src/hpdf_fontdef_cid.c \
		../../3rdParty/libharu/src/hpdf_fontdef_cns.c \
		../../3rdParty/libharu/src/hpdf_fontdef_cnt.c \
		../../3rdParty/libharu/src/hpdf_fontdef_jp.c \
		../../3rdParty/libharu/src/hpdf_fontdef_kr.c \
		../../3rdParty/libharu/src/hpdf_fontdef_tt.c \
		../../3rdParty/libharu/src/hpdf_fontdef_type1.c \
		../../3rdParty/libharu/src/hpdf_font_cid.c \
		../../3rdParty/libharu/src/hpdf_font_tt.c \
		../../3rdParty/libharu/src/hpdf_font_type1.c \
		../../3rdParty/libharu/src/hpdf_gstate.c \
		../../3rdParty/libharu/src/hpdf_image.c \
		../../3rdParty/libharu/src/hpdf_image_png.c \
		../../3rdParty/libharu/src/hpdf_info.c \
		../../3rdParty/libharu/src/hpdf_list.c \
		../../3rdParty/libharu/src/hpdf_mmgr.c \
		../../3rdParty/libharu/src/hpdf_name.c \
		../../3rdParty/libharu/src/hpdf_namedict.c \
		../../3rdParty/libharu/src/hpdf_null.c \
		../../3rdParty/libharu/src/hpdf_number.c \
		../../3rdParty/libharu/src/hpdf_objects.c \
		../../3rdParty/libharu/src/hpdf_outline.c \
		../../3rdParty/libharu/src/hpdf_pages.c \
		../../3rdParty/libharu/src/hpdf_page_label.c \
		../../3rdParty/libharu/src/hpdf_page_operator.c \
		../../3rdParty/libharu/src/hpdf_pdfa.c \
		../../3rdParty/libharu/src/hpdf_real.c \
		../../3rdParty/libharu/src/hpdf_streams.c \
		../../3rdParty/libharu/src/hpdf_string.c \
		../../3rdParty/libharu/src/hpdf_u3d.c \
		../../3rdParty/libharu/src/hpdf_utils.c \
		../../3rdParty/libharu/src/hpdf_xref.c \
		../../3rdParty/TinyXML++/ticpp.cpp \
		../../3rdParty/TinyXML++/tinystr.cpp \
		../../3rdParty/TinyXML++/tinyxml.cpp \
		../../3rdParty/TinyXML++/tinyxmlerror.cpp \
		../../3rdParty/TinyXML++/tinyxmlparser.cpp \
		../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.cpp \
		../../3rdParty/qtpropertybrowser/src/qtpropertymanager.cpp \
		../../3rdParty/qtpropertybrowser/src/qteditorfactory.cpp \
		../../3rdParty/qtpropertybrowser/src/qtvariantproperty.cpp \
		../../3rdParty/qtpropertybrowser/src/qttreepropertybrowser.cpp \
		../../3rdParty/qtpropertybrowser/src/qtbuttonpropertybrowser.cpp \
		../../3rdParty/qtpropertybrowser/src/qtgroupboxpropertybrowser.cpp \
		../../3rdParty/qtpropertybrowser/src/qtpropertybrowserutils.cpp \
		../../3rdParty/libpng/png.c \
		../../3rdParty/libpng/pngerror.c \
		../../3rdParty/libpng/pngget.c \
		../../3rdParty/libpng/pngmem.c \
		../../3rdParty/libpng/pngpread.c \
		../../3rdParty/libpng/pngread.c \
		../../3rdParty/libpng/pngrio.c \
		../../3rdParty/libpng/pngrtran.c \
		../../3rdParty/libpng/pngrutil.c \
		../../3rdParty/libpng/pngset.c \
		../../3rdParty/libpng/pngtrans.c \
		../../3rdParty/libpng/pngwio.c \
		../../3rdParty/libpng/pngwrite.c \
		../../3rdParty/libpng/pngwtran.c \
		../../3rdParty/libpng/pngwutil.c \
		../../3rdParty/zlib/inftrees.c \
		../../3rdParty/zlib/trees.c \
		../../3rdParty/zlib/uncompr.c \
		../../3rdParty/zlib/zutil.c \
		../../3rdParty/zlib/adler32.c \
		../../3rdParty/zlib/compress.c \
		../../3rdParty/zlib/crc32.c \
		../../3rdParty/zlib/deflate.c \
		../../3rdParty/zlib/gzclose.c \
		../../3rdParty/zlib/gzlib.c \
		../../3rdParty/zlib/gzread.c \
		../../3rdParty/zlib/gzwrite.c \
		../../3rdParty/zlib/infback.c \
		../../3rdParty/zlib/inffast.c \
		../../3rdParty/zlib/inflate.c qrc_resources.cpp \
		qrc_qtpropertybrowser.cpp \
		moc_ObjectTreeModel.cpp \
		moc_MdiChild.cpp \
		moc_MdiWindow.cpp \
		moc_ColorPicker.cpp \
		moc_Objects.cpp \
		moc_qtpropertybrowserutils_p.cpp
OBJECTS       = Tests.o \
		Utilities.o \
		EventLog.o \
		MdiChild.o \
		MdiWindow.o \
		ColorPicker.o \
		Version.o \
		SystemInfomation.o \
		DocConvert.o \
		ObjectTreeModel.o \
		DocOutput.o \
		DocProject.o \
		DocStyle.o \
		DocTemplate.o \
		DocVisitor.o \
		DocSVG.o \
		main.o \
		autolink.o \
		buffer.o \
		document.o \
		escape.o \
		html.o \
		html_blocks.o \
		stack.o \
		hpdf_3dmeasure.o \
		hpdf_annotation.o \
		hpdf_array.o \
		hpdf_binary.o \
		hpdf_boolean.o \
		hpdf_catalog.o \
		hpdf_destination.o \
		hpdf_dict.o \
		hpdf_doc.o \
		hpdf_doc_png.o \
		hpdf_encoder.o \
		hpdf_encoder_utf.o \
		hpdf_encrypt.o \
		hpdf_encryptdict.o \
		hpdf_error.o \
		hpdf_exdata.o \
		hpdf_ext_gstate.o \
		hpdf_font.o \
		hpdf_fontdef.o \
		hpdf_fontdef_base14.o \
		hpdf_fontdef_cid.o \
		hpdf_fontdef_cns.o \
		hpdf_fontdef_cnt.o \
		hpdf_fontdef_jp.o \
		hpdf_fontdef_kr.o \
		hpdf_fontdef_tt.o \
		hpdf_fontdef_type1.o \
		hpdf_font_cid.o \
		hpdf_font_tt.o \
		hpdf_font_type1.o \
		hpdf_gstate.o \
		hpdf_image.o \
		hpdf_image_png.o \
		hpdf_info.o \
		hpdf_list.o \
		hpdf_mmgr.o \
		hpdf_name.o \
		hpdf_namedict.o \
		hpdf_null.o \
		hpdf_number.o \
		hpdf_objects.o \
		hpdf_outline.o \
		hpdf_pages.o \
		hpdf_page_label.o \
		hpdf_page_operator.o \
		hpdf_pdfa.o \
		hpdf_real.o \
		hpdf_streams.o \
		hpdf_string.o \
		hpdf_u3d.o \
		hpdf_utils.o \
		hpdf_xref.o \
		ticpp.o \
		tinystr.o \
		tinyxml.o \
		tinyxmlerror.o \
		tinyxmlparser.o \
		qtpropertybrowser.o \
		qtpropertymanager.o \
		qteditorfactory.o \
		qtvariantproperty.o \
		qttreepropertybrowser.o \
		qtbuttonpropertybrowser.o \
		qtgroupboxpropertybrowser.o \
		qtpropertybrowserutils.o \
		png.o \
		pngerror.o \
		pngget.o \
		pngmem.o \
		pngpread.o \
		pngread.o \
		pngrio.o \
		pngrtran.o \
		pngrutil.o \
		pngset.o \
		pngtrans.o \
		pngwio.o \
		pngwrite.o \
		pngwtran.o \
		pngwutil.o \
		inftrees.o \
		trees.o \
		uncompr.o \
		zutil.o \
		adler32.o \
		compress.o \
		crc32.o \
		deflate.o \
		gzclose.o \
		gzlib.o \
		gzread.o \
		gzwrite.o \
		infback.o \
		inffast.o \
		inflate.o \
		qrc_resources.o \
		qrc_qtpropertybrowser.o \
		moc_ObjectTreeModel.o \
		moc_MdiChild.o \
		moc_MdiWindow.o \
		moc_ColorPicker.o \
		moc_Objects.o \
		moc_qtpropertybrowserutils_p.o
DIST          = /usr/local/Cellar/qt/5.12.3/mkspecs/features/spec_pre.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/qdevice.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/device_config.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/common/unix.conf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/common/mac.conf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/common/macx.conf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/common/sanitize.conf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/common/gcc-base.conf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/common/gcc-base-mac.conf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/common/clang.conf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/common/clang-mac.conf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/qconfig.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3danimation.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3danimation_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dcore.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dcore_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dextras.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dextras_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dinput.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dinput_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dlogic.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dlogic_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquick.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquick_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickanimation.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickanimation_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickextras.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickextras_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickinput.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickinput_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickrender.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickrender_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickscene2d.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickscene2d_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3drender.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3drender_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_accessibility_support_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_bluetooth.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_bluetooth_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_bootstrap_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_charts.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_charts_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_clipboard_support_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_concurrent.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_concurrent_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_core.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_core_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_datavisualization.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_datavisualization_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_dbus.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_dbus_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_designer.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_designer_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_designercomponents_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_devicediscovery_support_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_edid_support_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_fb_support_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_fontdatabase_support_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_gamepad.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_gamepad_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_graphics_support_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_gui.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_gui_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_help.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_help_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_location.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_location_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_macextras.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_macextras_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_multimedia.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_multimedia_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_multimediawidgets.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_multimediawidgets_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_network.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_network_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_networkauth.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_networkauth_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_nfc.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_nfc_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_opengl.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_opengl_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_openglextensions.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_openglextensions_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_packetprotocol_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_platformcompositor_support_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_positioning.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_positioning_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_positioningquick.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_positioningquick_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_printsupport.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_printsupport_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_purchasing.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_purchasing_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_qml.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_qml_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_qmldebug_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_qmldevtools_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_qmltest.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_qmltest_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quick.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quick_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quickcontrols2.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quickcontrols2_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quickparticles_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quickshapes_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quicktemplates2.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quicktemplates2_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quickwidgets.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quickwidgets_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_remoteobjects.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_remoteobjects_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_repparser.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_repparser_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_script.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_script_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_scripttools.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_scripttools_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_scxml.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_scxml_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_sensors.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_sensors_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_serialbus.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_serialbus_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_serialport.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_serialport_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_service_support_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_sql.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_sql_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_svg.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_svg_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_testlib.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_testlib_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_texttospeech.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_texttospeech_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_theme_support_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_uiplugin.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_uitools.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_uitools_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_virtualkeyboard.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_virtualkeyboard_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webchannel.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webchannel_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webengine.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webengine_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webenginecore.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webenginecore_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webenginewidgets.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webenginewidgets_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_websockets.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_websockets_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webview.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webview_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_widgets.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_widgets_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_xml.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_xml_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_xmlpatterns.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_xmlpatterns_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/qt_functions.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/qt_config.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/macx-clang/qmake.conf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/spec_post.prf \
		../.qmake.stash \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/exclusive_builds.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/mac/sdk.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/toolchain.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/mac/toolchain.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/default_pre.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/mac/default_pre.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/resolve_config.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/default_post.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/mac/default_post.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/mac/objective_c.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/qt.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/resources.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/moc.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/unix/opengl.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/uic.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/unix/thread.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/mac/mac.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/warn_on.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/qmake_use.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/file_copies.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/mac/rez.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/mac/asset_catalogs.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/testcase_targets.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/exceptions.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/yacc.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/lex.prf \
		../../MakePDF.pro ../../Framework/EventLog.h \
		../../Framework/Expected.h \
		../../Framework/Final.h \
		../../Framework/Finally.h \
		../../Framework/GenericTable.h \
		../../Framework/GenericTableUI.h \
		../../Framework/NonCopyable.h \
		../../Framework/Utilities.h \
		../../Framework/SystemInfomation.h \
		../../Framework/Array.h \
		../../Framework/Macros.h \
		../../Framework/ObjectTreeModel.h \
		../../Version.h \
		../../Util.h \
		../../ui.h \
		../../MdiChild.h \
		../../MdiWindow.h \
		../../ColorPicker.h \
		../../DocConvert.h \
		../../Objects.h \
		../../ObjectVisitor.h \
		../../DocOutput.h \
		../../DocProject.h \
		../../DocStyle.h \
		../../DocTemplate.h \
		../../DocVisitor.h \
		../../DocSVG.h \
		../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.h \
		../../3rdParty/qtpropertybrowser/src/qtpropertymanager.h \
		../../3rdParty/qtpropertybrowser/src/qteditorfactory.h \
		../../3rdParty/qtpropertybrowser/src/qtvariantproperty.h \
		../../3rdParty/qtpropertybrowser/src/qttreepropertybrowser.h \
		../../3rdParty/qtpropertybrowser/src/qtbuttonpropertybrowser.h \
		../../3rdParty/qtpropertybrowser/src/qtgroupboxpropertybrowser.h \
		../../3rdParty/qtpropertybrowser/src/qtpropertybrowserutils_p.h ../../Framework/Tests.cpp \
		../../Framework/Utilities.cpp \
		../../Framework/EventLog.cpp \
		../../MdiChild.cpp \
		../../MdiWindow.cpp \
		../../ColorPicker.cpp \
		../../Version.cpp \
		../../Framework/SystemInfomation.cpp \
		../../DocConvert.cpp \
		../../Framework/ObjectTreeModel.cpp \
		../../DocOutput.cpp \
		../../DocProject.cpp \
		../../DocStyle.cpp \
		../../DocTemplate.cpp \
		../../DocVisitor.cpp \
		../../DocSVG.cpp \
		../../main.cpp \
		../../3rdParty/hoedown/autolink.c \
		../../3rdParty/hoedown/buffer.c \
		../../3rdParty/hoedown/document.c \
		../../3rdParty/hoedown/escape.c \
		../../3rdParty/hoedown/html.c \
		../../3rdParty/hoedown/html_blocks.c \
		../../3rdParty/hoedown/stack.c \
		../../3rdParty/libharu/src/hpdf_3dmeasure.c \
		../../3rdParty/libharu/src/hpdf_annotation.c \
		../../3rdParty/libharu/src/hpdf_array.c \
		../../3rdParty/libharu/src/hpdf_binary.c \
		../../3rdParty/libharu/src/hpdf_boolean.c \
		../../3rdParty/libharu/src/hpdf_catalog.c \
		../../3rdParty/libharu/src/hpdf_destination.c \
		../../3rdParty/libharu/src/hpdf_dict.c \
		../../3rdParty/libharu/src/hpdf_doc.c \
		../../3rdParty/libharu/src/hpdf_doc_png.c \
		../../3rdParty/libharu/src/hpdf_encoder.c \
		../../3rdParty/libharu/src/hpdf_encoder_utf.c \
		../../3rdParty/libharu/src/hpdf_encrypt.c \
		../../3rdParty/libharu/src/hpdf_encryptdict.c \
		../../3rdParty/libharu/src/hpdf_error.c \
		../../3rdParty/libharu/src/hpdf_exdata.c \
		../../3rdParty/libharu/src/hpdf_ext_gstate.c \
		../../3rdParty/libharu/src/hpdf_font.c \
		../../3rdParty/libharu/src/hpdf_fontdef.c \
		../../3rdParty/libharu/src/hpdf_fontdef_base14.c \
		../../3rdParty/libharu/src/hpdf_fontdef_cid.c \
		../../3rdParty/libharu/src/hpdf_fontdef_cns.c \
		../../3rdParty/libharu/src/hpdf_fontdef_cnt.c \
		../../3rdParty/libharu/src/hpdf_fontdef_jp.c \
		../../3rdParty/libharu/src/hpdf_fontdef_kr.c \
		../../3rdParty/libharu/src/hpdf_fontdef_tt.c \
		../../3rdParty/libharu/src/hpdf_fontdef_type1.c \
		../../3rdParty/libharu/src/hpdf_font_cid.c \
		../../3rdParty/libharu/src/hpdf_font_tt.c \
		../../3rdParty/libharu/src/hpdf_font_type1.c \
		../../3rdParty/libharu/src/hpdf_gstate.c \
		../../3rdParty/libharu/src/hpdf_image.c \
		../../3rdParty/libharu/src/hpdf_image_png.c \
		../../3rdParty/libharu/src/hpdf_info.c \
		../../3rdParty/libharu/src/hpdf_list.c \
		../../3rdParty/libharu/src/hpdf_mmgr.c \
		../../3rdParty/libharu/src/hpdf_name.c \
		../../3rdParty/libharu/src/hpdf_namedict.c \
		../../3rdParty/libharu/src/hpdf_null.c \
		../../3rdParty/libharu/src/hpdf_number.c \
		../../3rdParty/libharu/src/hpdf_objects.c \
		../../3rdParty/libharu/src/hpdf_outline.c \
		../../3rdParty/libharu/src/hpdf_pages.c \
		../../3rdParty/libharu/src/hpdf_page_label.c \
		../../3rdParty/libharu/src/hpdf_page_operator.c \
		../../3rdParty/libharu/src/hpdf_pdfa.c \
		../../3rdParty/libharu/src/hpdf_real.c \
		../../3rdParty/libharu/src/hpdf_streams.c \
		../../3rdParty/libharu/src/hpdf_string.c \
		../../3rdParty/libharu/src/hpdf_u3d.c \
		../../3rdParty/libharu/src/hpdf_utils.c \
		../../3rdParty/libharu/src/hpdf_xref.c \
		../../3rdParty/TinyXML++/ticpp.cpp \
		../../3rdParty/TinyXML++/tinystr.cpp \
		../../3rdParty/TinyXML++/tinyxml.cpp \
		../../3rdParty/TinyXML++/tinyxmlerror.cpp \
		../../3rdParty/TinyXML++/tinyxmlparser.cpp \
		../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.cpp \
		../../3rdParty/qtpropertybrowser/src/qtpropertymanager.cpp \
		../../3rdParty/qtpropertybrowser/src/qteditorfactory.cpp \
		../../3rdParty/qtpropertybrowser/src/qtvariantproperty.cpp \
		../../3rdParty/qtpropertybrowser/src/qttreepropertybrowser.cpp \
		../../3rdParty/qtpropertybrowser/src/qtbuttonpropertybrowser.cpp \
		../../3rdParty/qtpropertybrowser/src/qtgroupboxpropertybrowser.cpp \
		../../3rdParty/qtpropertybrowser/src/qtpropertybrowserutils.cpp \
		../../3rdParty/libpng/png.c \
		../../3rdParty/libpng/pngerror.c \
		../../3rdParty/libpng/pngget.c \
		../../3rdParty/libpng/pngmem.c \
		../../3rdParty/libpng/pngpread.c \
		../../3rdParty/libpng/pngread.c \
		../../3rdParty/libpng/pngrio.c \
		../../3rdParty/libpng/pngrtran.c \
		../../3rdParty/libpng/pngrutil.c \
		../../3rdParty/libpng/pngset.c \
		../../3rdParty/libpng/pngtrans.c \
		../../3rdParty/libpng/pngwio.c \
		../../3rdParty/libpng/pngwrite.c \
		../../3rdParty/libpng/pngwtran.c \
		../../3rdParty/libpng/pngwutil.c \
		../../3rdParty/zlib/inftrees.c \
		../../3rdParty/zlib/trees.c \
		../../3rdParty/zlib/uncompr.c \
		../../3rdParty/zlib/zutil.c \
		../../3rdParty/zlib/adler32.c \
		../../3rdParty/zlib/compress.c \
		../../3rdParty/zlib/crc32.c \
		../../3rdParty/zlib/deflate.c \
		../../3rdParty/zlib/gzclose.c \
		../../3rdParty/zlib/gzlib.c \
		../../3rdParty/zlib/gzread.c \
		../../3rdParty/zlib/gzwrite.c \
		../../3rdParty/zlib/infback.c \
		../../3rdParty/zlib/inffast.c \
		../../3rdParty/zlib/inflate.c
QMAKE_TARGET  = MakePDF
DESTDIR       = 
TARGET        = MakePDF.app/Contents/MacOS/MakePDF

####### Custom Variables
EXPORT_QMAKE_MAC_SDK = macosx
EXPORT_QMAKE_MAC_SDK_VERSION = 10.15
EXPORT_QMAKE_XCODE_DEVELOPER_PATH = /Applications/Xcode.app/Contents/Developer
EXPORT_VALID_ARCHS = x86_64
EXPORT_ACTIVE_ARCHS = $(filter $(EXPORT_VALID_ARCHS), $(ARCHS))
EXPORT_ARCH_ARGS = $(foreach arch, $(if $(EXPORT_ACTIVE_ARCHS), $(EXPORT_ACTIVE_ARCHS), $(EXPORT_VALID_ARCHS)), -arch $(arch))
EXPORT__PRO_FILE_ = /Users/jryland/Code/applications/MakePDF/QtProject/MakePDF.pro


include /usr/local/Cellar/qt/5.12.3/mkspecs/features/mac/sdk.mk
first: all
####### Build rules

MakePDF.app/Contents/MacOS/MakePDF: ui_About.h ui_NewProjectWizard.h ui_ExtensibleObjectModelUI.h ui_SendBugReport.h ui_Help.h ui_CheckUpdates.h ui_LicenseUpgrade.h ui_Settings.h ui_PaletteEditor.h $(OBJECTS)  
	@test -d MakePDF.app/Contents/MacOS/ || mkdir -p MakePDF.app/Contents/MacOS/
	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)

Makefile: ../MakePDF.pro /usr/local/Cellar/qt/5.12.3/mkspecs/macx-clang/qmake.conf /usr/local/Cellar/qt/5.12.3/mkspecs/features/spec_pre.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/qdevice.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/device_config.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/common/unix.conf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/common/mac.conf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/common/macx.conf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/common/sanitize.conf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/common/gcc-base.conf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/common/gcc-base-mac.conf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/common/clang.conf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/common/clang-mac.conf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/qconfig.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3danimation.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3danimation_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dcore.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dcore_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dextras.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dextras_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dinput.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dinput_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dlogic.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dlogic_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquick.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquick_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickanimation.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickanimation_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickextras.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickextras_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickinput.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickinput_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickrender.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickrender_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickscene2d.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickscene2d_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3drender.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3drender_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_accessibility_support_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_bluetooth.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_bluetooth_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_bootstrap_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_charts.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_charts_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_clipboard_support_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_concurrent.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_concurrent_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_core.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_core_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_datavisualization.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_datavisualization_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_dbus.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_dbus_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_designer.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_designer_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_designercomponents_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_devicediscovery_support_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_edid_support_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_fb_support_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_fontdatabase_support_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_gamepad.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_gamepad_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_graphics_support_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_gui.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_gui_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_help.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_help_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_location.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_location_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_macextras.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_macextras_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_multimedia.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_multimedia_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_multimediawidgets.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_multimediawidgets_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_network.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_network_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_networkauth.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_networkauth_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_nfc.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_nfc_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_opengl.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_opengl_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_openglextensions.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_openglextensions_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_packetprotocol_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_platformcompositor_support_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_positioning.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_positioning_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_positioningquick.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_positioningquick_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_printsupport.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_printsupport_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_purchasing.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_purchasing_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_qml.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_qml_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_qmldebug_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_qmldevtools_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_qmltest.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_qmltest_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quick.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quick_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quickcontrols2.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quickcontrols2_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quickparticles_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quickshapes_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quicktemplates2.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quicktemplates2_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quickwidgets.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quickwidgets_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_remoteobjects.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_remoteobjects_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_repparser.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_repparser_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_script.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_script_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_scripttools.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_scripttools_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_scxml.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_scxml_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_sensors.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_sensors_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_serialbus.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_serialbus_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_serialport.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_serialport_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_service_support_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_sql.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_sql_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_svg.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_svg_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_testlib.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_testlib_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_texttospeech.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_texttospeech_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_theme_support_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_uiplugin.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_uitools.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_uitools_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_virtualkeyboard.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_virtualkeyboard_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webchannel.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webchannel_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webengine.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webengine_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webenginecore.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webenginecore_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webenginewidgets.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webenginewidgets_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_websockets.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_websockets_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webview.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webview_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_widgets.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_widgets_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_xml.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_xml_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_xmlpatterns.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_xmlpatterns_private.pri \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/qt_functions.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/qt_config.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/macx-clang/qmake.conf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/spec_post.prf \
		.qmake.stash \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/exclusive_builds.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/mac/sdk.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/toolchain.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/mac/toolchain.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/default_pre.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/mac/default_pre.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/resolve_config.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/default_post.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/mac/default_post.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/mac/objective_c.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/qt.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/resources.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/moc.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/unix/opengl.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/uic.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/unix/thread.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/mac/mac.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/warn_on.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/qmake_use.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/file_copies.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/mac/rez.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/mac/asset_catalogs.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/testcase_targets.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/exceptions.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/yacc.prf \
		/usr/local/Cellar/qt/5.12.3/mkspecs/features/lex.prf \
		../MakePDF.pro \
		../../Resources/resources.qrc \
		../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.qrc \
		/usr/local/Cellar/qt/5.12.3/lib/QtSvg.framework/QtSvg.prl \
		/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineWidgets.framework/QtWebEngineWidgets.prl \
		/usr/local/Cellar/qt/5.12.3/lib/QtPrintSupport.framework/QtPrintSupport.prl \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/QtWidgets.prl \
		/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineCore.framework/QtWebEngineCore.prl \
		/usr/local/Cellar/qt/5.12.3/lib/QtQuick.framework/QtQuick.prl \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/QtGui.prl \
		/usr/local/Cellar/qt/5.12.3/lib/QtWebChannel.framework/QtWebChannel.prl \
		/usr/local/Cellar/qt/5.12.3/lib/QtQml.framework/QtQml.prl \
		/usr/local/Cellar/qt/5.12.3/lib/QtNetwork.framework/QtNetwork.prl \
		/usr/local/Cellar/qt/5.12.3/lib/QtPositioning.framework/QtPositioning.prl \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/QtCore.prl
	$(QMAKE) -o Makefile ../MakePDF.pro CONFIG+=sdk_no_version_check
/usr/local/Cellar/qt/5.12.3/mkspecs/features/spec_pre.prf:
/usr/local/Cellar/qt/5.12.3/mkspecs/qdevice.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/device_config.prf:
/usr/local/Cellar/qt/5.12.3/mkspecs/common/unix.conf:
/usr/local/Cellar/qt/5.12.3/mkspecs/common/mac.conf:
/usr/local/Cellar/qt/5.12.3/mkspecs/common/macx.conf:
/usr/local/Cellar/qt/5.12.3/mkspecs/common/sanitize.conf:
/usr/local/Cellar/qt/5.12.3/mkspecs/common/gcc-base.conf:
/usr/local/Cellar/qt/5.12.3/mkspecs/common/gcc-base-mac.conf:
/usr/local/Cellar/qt/5.12.3/mkspecs/common/clang.conf:
/usr/local/Cellar/qt/5.12.3/mkspecs/common/clang-mac.conf:
/usr/local/Cellar/qt/5.12.3/mkspecs/qconfig.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3danimation.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3danimation_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dcore.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dcore_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dextras.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dextras_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dinput.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dinput_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dlogic.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dlogic_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquick.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquick_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickanimation.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickanimation_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickextras.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickextras_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickinput.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickinput_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickrender.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickrender_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickscene2d.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3dquickscene2d_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3drender.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_3drender_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_accessibility_support_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_bluetooth.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_bluetooth_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_bootstrap_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_charts.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_charts_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_clipboard_support_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_concurrent.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_concurrent_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_core.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_core_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_datavisualization.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_datavisualization_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_dbus.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_dbus_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_designer.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_designer_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_designercomponents_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_devicediscovery_support_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_edid_support_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_fb_support_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_fontdatabase_support_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_gamepad.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_gamepad_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_graphics_support_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_gui.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_gui_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_help.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_help_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_location.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_location_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_macextras.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_macextras_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_multimedia.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_multimedia_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_multimediawidgets.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_multimediawidgets_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_network.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_network_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_networkauth.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_networkauth_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_nfc.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_nfc_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_opengl.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_opengl_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_openglextensions.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_openglextensions_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_packetprotocol_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_platformcompositor_support_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_positioning.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_positioning_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_positioningquick.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_positioningquick_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_printsupport.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_printsupport_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_purchasing.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_purchasing_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_qml.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_qml_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_qmldebug_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_qmldevtools_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_qmltest.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_qmltest_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quick.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quick_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quickcontrols2.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quickcontrols2_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quickparticles_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quickshapes_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quicktemplates2.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quicktemplates2_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quickwidgets.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_quickwidgets_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_remoteobjects.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_remoteobjects_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_repparser.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_repparser_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_script.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_script_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_scripttools.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_scripttools_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_scxml.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_scxml_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_sensors.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_sensors_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_serialbus.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_serialbus_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_serialport.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_serialport_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_service_support_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_sql.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_sql_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_svg.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_svg_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_testlib.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_testlib_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_texttospeech.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_texttospeech_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_theme_support_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_uiplugin.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_uitools.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_uitools_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_virtualkeyboard.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_virtualkeyboard_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webchannel.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webchannel_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webengine.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webengine_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webenginecore.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webenginecore_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webenginewidgets.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webenginewidgets_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_websockets.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_websockets_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webview.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_webview_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_widgets.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_widgets_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_xml.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_xml_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_xmlpatterns.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/modules/qt_lib_xmlpatterns_private.pri:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/qt_functions.prf:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/qt_config.prf:
/usr/local/Cellar/qt/5.12.3/mkspecs/macx-clang/qmake.conf:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/spec_post.prf:
.qmake.stash:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/exclusive_builds.prf:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/mac/sdk.prf:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/toolchain.prf:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/mac/toolchain.prf:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/default_pre.prf:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/mac/default_pre.prf:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/resolve_config.prf:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/default_post.prf:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/mac/default_post.prf:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/mac/objective_c.prf:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/qt.prf:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/resources.prf:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/moc.prf:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/unix/opengl.prf:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/uic.prf:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/unix/thread.prf:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/mac/mac.prf:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/warn_on.prf:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/qmake_use.prf:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/file_copies.prf:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/mac/rez.prf:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/mac/asset_catalogs.prf:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/testcase_targets.prf:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/exceptions.prf:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/yacc.prf:
/usr/local/Cellar/qt/5.12.3/mkspecs/features/lex.prf:
../MakePDF.pro:
../../Resources/resources.qrc:
../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.qrc:
/usr/local/Cellar/qt/5.12.3/lib/QtSvg.framework/QtSvg.prl:
/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineWidgets.framework/QtWebEngineWidgets.prl:
/usr/local/Cellar/qt/5.12.3/lib/QtPrintSupport.framework/QtPrintSupport.prl:
/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/QtWidgets.prl:
/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineCore.framework/QtWebEngineCore.prl:
/usr/local/Cellar/qt/5.12.3/lib/QtQuick.framework/QtQuick.prl:
/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/QtGui.prl:
/usr/local/Cellar/qt/5.12.3/lib/QtWebChannel.framework/QtWebChannel.prl:
/usr/local/Cellar/qt/5.12.3/lib/QtQml.framework/QtQml.prl:
/usr/local/Cellar/qt/5.12.3/lib/QtNetwork.framework/QtNetwork.prl:
/usr/local/Cellar/qt/5.12.3/lib/QtPositioning.framework/QtPositioning.prl:
/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/QtCore.prl:
qmake: FORCE
	@$(QMAKE) -o Makefile ../MakePDF.pro CONFIG+=sdk_no_version_check

qmake_all: FORCE

MakePDF.app/Contents/PkgInfo: 
	@test -d MakePDF.app/Contents || mkdir -p MakePDF.app/Contents
	@$(DEL_FILE) MakePDF.app/Contents/PkgInfo
	@echo "APPL????" > MakePDF.app/Contents/PkgInfo
MakePDF.app/Contents/Resources/empty.lproj: 
	@test -d MakePDF.app/Contents/Resources || mkdir -p MakePDF.app/Contents/Resources
	@touch MakePDF.app/Contents/Resources/empty.lproj
	
MakePDF.app/Contents/Info.plist: 
	@test -d MakePDF.app/Contents || mkdir -p MakePDF.app/Contents
	@$(DEL_FILE) MakePDF.app/Contents/Info.plist
	@sed -e "s,@SHORT_VERSION@,1.0,g" -e "s,\$${QMAKE_SHORT_VERSION},1.0,g" -e "s,@FULL_VERSION@,1.0.0,g" -e "s,\$${QMAKE_FULL_VERSION},1.0.0,g" -e "s,@TYPEINFO@,????,g" -e "s,\$${QMAKE_PKGINFO_TYPEINFO},????,g" -e "s,@BUNDLEIDENTIFIER@,com.yourcompany.MakePDF,g" -e "s,\$${PRODUCT_BUNDLE_IDENTIFIER},com.yourcompany.MakePDF,g" -e "s,\$${MACOSX_DEPLOYMENT_TARGET},10.12,g" -e "s,\$${IPHONEOS_DEPLOYMENT_TARGET},,g" -e "s,\$${TVOS_DEPLOYMENT_TARGET},,g" -e "s,\$${WATCHOS_DEPLOYMENT_TARGET},,g" -e "s,@ICON@,,g" -e "s,\$${ASSETCATALOG_COMPILER_APPICON_NAME},,g" -e "s,@EXECUTABLE@,MakePDF,g" -e "s,@LIBRARY@,MakePDF,g" -e "s,\$${EXECUTABLE_NAME},MakePDF,g" -e "s,@TYPEINFO@,????,g" -e "s,\$${QMAKE_PKGINFO_TYPEINFO},????,g" /usr/local/Cellar/qt/5.12.3/mkspecs/macx-clang/Info.plist.app >MakePDF.app/Contents/Info.plist

all: Makefile \
		MakePDF.app/Contents/PkgInfo \
		MakePDF.app/Contents/Resources/empty.lproj \
		MakePDF.app/Contents/Info.plist MakePDF.app/Contents/MacOS/MakePDF

dist: distdir FORCE
	(cd `dirname $(DISTDIR)` && $(TAR) $(DISTNAME).tar $(DISTNAME) && $(COMPRESS) $(DISTNAME).tar) && $(MOVE) `dirname $(DISTDIR)`/$(DISTNAME).tar.gz . && $(DEL_FILE) -r $(DISTDIR)

distdir: FORCE
	@test -d $(DISTDIR) || mkdir -p $(DISTDIR)
	$(COPY_FILE) --parents $(DIST) $(DISTDIR)/
	$(COPY_FILE) --parents ../../Resources/resources.qrc ../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.qrc $(DISTDIR)/
	$(COPY_FILE) --parents /usr/local/Cellar/qt/5.12.3/mkspecs/features/data/dummy.cpp $(DISTDIR)/
	$(COPY_FILE) --parents ../../Framework/EventLog.h ../../Framework/Expected.h ../../Framework/Final.h ../../Framework/Finally.h ../../Framework/GenericTable.h ../../Framework/GenericTableUI.h ../../Framework/NonCopyable.h ../../Framework/Utilities.h ../../Framework/SystemInfomation.h ../../Framework/Array.h ../../Framework/Macros.h ../../Framework/ObjectTreeModel.h ../../Version.h ../../Util.h ../../ui.h ../../MdiChild.h ../../MdiWindow.h ../../ColorPicker.h ../../DocConvert.h ../../Objects.h ../../ObjectVisitor.h ../../DocOutput.h ../../DocProject.h ../../DocStyle.h ../../DocTemplate.h ../../DocVisitor.h ../../DocSVG.h ../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.h ../../3rdParty/qtpropertybrowser/src/qtpropertymanager.h ../../3rdParty/qtpropertybrowser/src/qteditorfactory.h ../../3rdParty/qtpropertybrowser/src/qtvariantproperty.h ../../3rdParty/qtpropertybrowser/src/qttreepropertybrowser.h ../../3rdParty/qtpropertybrowser/src/qtbuttonpropertybrowser.h ../../3rdParty/qtpropertybrowser/src/qtgroupboxpropertybrowser.h ../../3rdParty/qtpropertybrowser/src/qtpropertybrowserutils_p.h $(DISTDIR)/
	$(COPY_FILE) --parents ../../Framework/Tests.cpp ../../Framework/Utilities.cpp ../../Framework/EventLog.cpp ../../MdiChild.cpp ../../MdiWindow.cpp ../../ColorPicker.cpp ../../Version.cpp ../../Framework/SystemInfomation.cpp ../../DocConvert.cpp ../../Framework/ObjectTreeModel.cpp ../../DocOutput.cpp ../../DocProject.cpp ../../DocStyle.cpp ../../DocTemplate.cpp ../../DocVisitor.cpp ../../DocSVG.cpp ../../main.cpp ../../3rdParty/hoedown/autolink.c ../../3rdParty/hoedown/buffer.c ../../3rdParty/hoedown/document.c ../../3rdParty/hoedown/escape.c ../../3rdParty/hoedown/html.c ../../3rdParty/hoedown/html_blocks.c ../../3rdParty/hoedown/stack.c ../../3rdParty/libharu/src/hpdf_3dmeasure.c ../../3rdParty/libharu/src/hpdf_annotation.c ../../3rdParty/libharu/src/hpdf_array.c ../../3rdParty/libharu/src/hpdf_binary.c ../../3rdParty/libharu/src/hpdf_boolean.c ../../3rdParty/libharu/src/hpdf_catalog.c ../../3rdParty/libharu/src/hpdf_destination.c ../../3rdParty/libharu/src/hpdf_dict.c ../../3rdParty/libharu/src/hpdf_doc.c ../../3rdParty/libharu/src/hpdf_doc_png.c ../../3rdParty/libharu/src/hpdf_encoder.c ../../3rdParty/libharu/src/hpdf_encoder_utf.c ../../3rdParty/libharu/src/hpdf_encrypt.c ../../3rdParty/libharu/src/hpdf_encryptdict.c ../../3rdParty/libharu/src/hpdf_error.c ../../3rdParty/libharu/src/hpdf_exdata.c ../../3rdParty/libharu/src/hpdf_ext_gstate.c ../../3rdParty/libharu/src/hpdf_font.c ../../3rdParty/libharu/src/hpdf_fontdef.c ../../3rdParty/libharu/src/hpdf_fontdef_base14.c ../../3rdParty/libharu/src/hpdf_fontdef_cid.c ../../3rdParty/libharu/src/hpdf_fontdef_cns.c ../../3rdParty/libharu/src/hpdf_fontdef_cnt.c ../../3rdParty/libharu/src/hpdf_fontdef_jp.c ../../3rdParty/libharu/src/hpdf_fontdef_kr.c ../../3rdParty/libharu/src/hpdf_fontdef_tt.c ../../3rdParty/libharu/src/hpdf_fontdef_type1.c ../../3rdParty/libharu/src/hpdf_font_cid.c ../../3rdParty/libharu/src/hpdf_font_tt.c ../../3rdParty/libharu/src/hpdf_font_type1.c ../../3rdParty/libharu/src/hpdf_gstate.c ../../3rdParty/libharu/src/hpdf_image.c ../../3rdParty/libharu/src/hpdf_image_png.c ../../3rdParty/libharu/src/hpdf_info.c ../../3rdParty/libharu/src/hpdf_list.c ../../3rdParty/libharu/src/hpdf_mmgr.c ../../3rdParty/libharu/src/hpdf_name.c ../../3rdParty/libharu/src/hpdf_namedict.c ../../3rdParty/libharu/src/hpdf_null.c ../../3rdParty/libharu/src/hpdf_number.c ../../3rdParty/libharu/src/hpdf_objects.c ../../3rdParty/libharu/src/hpdf_outline.c ../../3rdParty/libharu/src/hpdf_pages.c ../../3rdParty/libharu/src/hpdf_page_label.c ../../3rdParty/libharu/src/hpdf_page_operator.c ../../3rdParty/libharu/src/hpdf_pdfa.c ../../3rdParty/libharu/src/hpdf_real.c ../../3rdParty/libharu/src/hpdf_streams.c ../../3rdParty/libharu/src/hpdf_string.c ../../3rdParty/libharu/src/hpdf_u3d.c ../../3rdParty/libharu/src/hpdf_utils.c ../../3rdParty/libharu/src/hpdf_xref.c ../../3rdParty/TinyXML++/ticpp.cpp ../../3rdParty/TinyXML++/tinystr.cpp ../../3rdParty/TinyXML++/tinyxml.cpp ../../3rdParty/TinyXML++/tinyxmlerror.cpp ../../3rdParty/TinyXML++/tinyxmlparser.cpp ../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.cpp ../../3rdParty/qtpropertybrowser/src/qtpropertymanager.cpp ../../3rdParty/qtpropertybrowser/src/qteditorfactory.cpp ../../3rdParty/qtpropertybrowser/src/qtvariantproperty.cpp ../../3rdParty/qtpropertybrowser/src/qttreepropertybrowser.cpp ../../3rdParty/qtpropertybrowser/src/qtbuttonpropertybrowser.cpp ../../3rdParty/qtpropertybrowser/src/qtgroupboxpropertybrowser.cpp ../../3rdParty/qtpropertybrowser/src/qtpropertybrowserutils.cpp ../../3rdParty/libpng/png.c ../../3rdParty/libpng/pngerror.c ../../3rdParty/libpng/pngget.c ../../3rdParty/libpng/pngmem.c ../../3rdParty/libpng/pngpread.c ../../3rdParty/libpng/pngread.c ../../3rdParty/libpng/pngrio.c ../../3rdParty/libpng/pngrtran.c ../../3rdParty/libpng/pngrutil.c ../../3rdParty/libpng/pngset.c ../../3rdParty/libpng/pngtrans.c ../../3rdParty/libpng/pngwio.c ../../3rdParty/libpng/pngwrite.c ../../3rdParty/libpng/pngwtran.c ../../3rdParty/libpng/pngwutil.c ../../3rdParty/zlib/inftrees.c ../../3rdParty/zlib/trees.c ../../3rdParty/zlib/uncompr.c ../../3rdParty/zlib/zutil.c ../../3rdParty/zlib/adler32.c ../../3rdParty/zlib/compress.c ../../3rdParty/zlib/crc32.c ../../3rdParty/zlib/deflate.c ../../3rdParty/zlib/gzclose.c ../../3rdParty/zlib/gzlib.c ../../3rdParty/zlib/gzread.c ../../3rdParty/zlib/gzwrite.c ../../3rdParty/zlib/infback.c ../../3rdParty/zlib/inffast.c ../../3rdParty/zlib/inflate.c $(DISTDIR)/
	$(COPY_FILE) --parents ../../Resources/forms/About.ui ../../Resources/forms/NewProjectWizard.ui ../../Resources/forms/ExtensibleObjectModelUI.ui ../../Resources/forms/SendBugReport.ui ../../Resources/forms/Help.ui ../../Resources/forms/CheckUpdates.ui ../../Resources/forms/LicenseUpgrade.ui ../../Resources/forms/Settings.ui ../../Resources/forms/PaletteEditor.ui $(DISTDIR)/


clean: compiler_clean 
	-$(DEL_FILE) $(OBJECTS)
	-$(DEL_FILE) *~ core *.core


distclean: clean 
	-$(DEL_FILE) -r MakePDF.app
	-$(DEL_FILE) .qmake.stash
	-$(DEL_FILE) Makefile


####### Sub-libraries

xcodeproj:
	@$(QMAKE) -spec macx-xcode $(EXPORT__PRO_FILE_)

mocclean: compiler_moc_header_clean compiler_moc_objc_header_clean compiler_moc_source_clean

mocables: compiler_moc_header_make_all compiler_moc_objc_header_make_all compiler_moc_source_make_all

check: first

benchmark: first

compiler_rcc_make_all: qrc_resources.cpp qrc_qtpropertybrowser.cpp
compiler_rcc_clean:
	-$(DEL_FILE) qrc_resources.cpp qrc_qtpropertybrowser.cpp
qrc_resources.cpp: ../../Resources/resources.qrc \
		/usr/local/Cellar/qt/5.12.3/bin/rcc \
		../../Resources/images/color-wheel-mode-1.png \
		../../Resources/images/color-wheel-mode-5.png \
		../../Resources/images/color-wheel-mode-4.png \
		../../Resources/images/color-wheel.png \
		../../Resources/images/logo.svg \
		../../Resources/images/color-wheel-mode-3.png \
		../../Resources/images/color-wheel-mode-2.png \
		../../Resources/icons/window30.png \
		../../Resources/icons/delete30.png \
		../../Resources/icons/minus25.png \
		../../Resources/icons/question24.png \
		../../Resources/icons/floppy13.png \
		../../Resources/icons/floppy15.png \
		../../Resources/icons/quotation1.png \
		../../Resources/icons/magnifying\ glass40.png \
		../../Resources/icons/printing28.png \
		../../Resources/icons/development.png \
		../../Resources/icons/speech64.png \
		../../Resources/icons/normal.png \
		../../Resources/icons/window26.png \
		../../Resources/icons/document28.png \
		../../Resources/icons/redo5.png \
		../../Resources/icons/speech66.png \
		../../Resources/icons/pdf24.png \
		../../Resources/icons/cut20.png \
		../../Resources/icons/italics.png \
		../../Resources/icons/undo7.png \
		../../Resources/icons/page10.png \
		../../Resources/icons/paste1.png \
		../../Resources/icons/squares64.png \
		../../Resources/icons/lightbulb3.png \
		../../Resources/icons/magnifying\ glass39.png \
		../../Resources/icons/list36.png \
		../../Resources/icons/lifebelt.png \
		../../Resources/icons/link71.png \
		../../Resources/icons/h1.png \
		../../Resources/icons/h2.png \
		../../Resources/icons/open131.png \
		../../Resources/icons/h3.png \
		../../Resources/icons/numbered5.png \
		../../Resources/icons/h4.png \
		../../Resources/icons/open134.png \
		../../Resources/icons/h5.png \
		../../Resources/icons/font8.png
	/usr/local/Cellar/qt/5.12.3/bin/rcc -name resources ../../Resources/resources.qrc -o qrc_resources.cpp

qrc_qtpropertybrowser.cpp: ../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.qrc \
		/usr/local/Cellar/qt/5.12.3/bin/rcc \
		../../3rdParty/qtpropertybrowser/src/images/cursor-sizeb.png \
		../../3rdParty/qtpropertybrowser/src/images/cursor-sizeall.png \
		../../3rdParty/qtpropertybrowser/src/images/cursor-ibeam.png \
		../../3rdParty/qtpropertybrowser/src/images/cursor-sizef.png \
		../../3rdParty/qtpropertybrowser/src/images/cursor-closedhand.png \
		../../3rdParty/qtpropertybrowser/src/images/cursor-busy.png \
		../../3rdParty/qtpropertybrowser/src/images/cursor-cross.png \
		../../3rdParty/qtpropertybrowser/src/images/cursor-sizeh.png \
		../../3rdParty/qtpropertybrowser/src/images/cursor-forbidden.png \
		../../3rdParty/qtpropertybrowser/src/images/cursor-hand.png \
		../../3rdParty/qtpropertybrowser/src/images/cursor-uparrow.png \
		../../3rdParty/qtpropertybrowser/src/images/cursor-openhand.png \
		../../3rdParty/qtpropertybrowser/src/images/cursor-vsplit.png \
		../../3rdParty/qtpropertybrowser/src/images/cursor-sizev.png \
		../../3rdParty/qtpropertybrowser/src/images/cursor-hsplit.png \
		../../3rdParty/qtpropertybrowser/src/images/cursor-arrow.png \
		../../3rdParty/qtpropertybrowser/src/images/cursor-wait.png \
		../../3rdParty/qtpropertybrowser/src/images/cursor-whatsthis.png
	/usr/local/Cellar/qt/5.12.3/bin/rcc -name qtpropertybrowser ../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.qrc -o qrc_qtpropertybrowser.cpp

compiler_moc_predefs_make_all: moc_predefs.h
compiler_moc_predefs_clean:
	-$(DEL_FILE) moc_predefs.h
moc_predefs.h: /usr/local/Cellar/qt/5.12.3/mkspecs/features/data/dummy.cpp
	@printf "c++ compiling: %-60s  ->  %s\n"    "$<" "$@" 2>&1 && g++ -pipe -stdlib=libc++ --std=gnu++11 -Wall -Werror -Wno-unused-parameter -O2 -std=gnu++11 $(EXPORT_ARCH_ARGS) -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.12 -dM -E -o moc_predefs.h /usr/local/Cellar/qt/5.12.3/mkspecs/features/data/dummy.cpp

compiler_moc_header_make_all: moc_ObjectTreeModel.cpp moc_MdiChild.cpp moc_MdiWindow.cpp moc_ColorPicker.cpp moc_Objects.cpp moc_qtpropertybrowser.cpp moc_qtpropertymanager.cpp moc_qteditorfactory.cpp moc_qtvariantproperty.cpp moc_qttreepropertybrowser.cpp moc_qtbuttonpropertybrowser.cpp moc_qtgroupboxpropertybrowser.cpp moc_qtpropertybrowserutils_p.cpp
compiler_moc_header_clean:
	-$(DEL_FILE) moc_ObjectTreeModel.cpp moc_MdiChild.cpp moc_MdiWindow.cpp moc_ColorPicker.cpp moc_Objects.cpp moc_qtpropertybrowser.cpp moc_qtpropertymanager.cpp moc_qteditorfactory.cpp moc_qtvariantproperty.cpp moc_qttreepropertybrowser.cpp moc_qtbuttonpropertybrowser.cpp moc_qtgroupboxpropertybrowser.cpp moc_qtpropertybrowserutils_p.cpp
moc_ObjectTreeModel.cpp: ../../Framework/ObjectTreeModel.h \
		moc_predefs.h \
		/usr/local/Cellar/qt/5.12.3/bin/moc
	/usr/local/Cellar/qt/5.12.3/bin/moc $(DEFINES) --include /Users/jryland/Code/applications/MakePDF/QtProject/build/moc_predefs.h -I/usr/local/Cellar/qt/5.12.3/mkspecs/macx-clang -I/Users/jryland/Code/applications/MakePDF/QtProject -I/Users/jryland/Code/applications/MakePDF -I/Users/jryland/Code/applications/MakePDF/Framework -I/Users/jryland/Code/applications/MakePDF/3rdParty/hoedown -I/Users/jryland/Code/applications/MakePDF/3rdParty/libharu/include -I/Users/jryland/Code/applications/MakePDF/3rdParty/TinyXML++ -I/Users/jryland/Code/applications/MakePDF/3rdParty/qtpropertybrowser/src -I/Users/jryland/Code/applications/MakePDF/3rdParty/libpng -I/Users/jryland/Code/applications/MakePDF/3rdParty/zlib -I/usr/local/Cellar/qt/5.12.3/lib/QtSvg.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPrintSupport.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineCore.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQuick.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebChannel.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQml.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPositioning.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include -F/usr/local/Cellar/qt/5.12.3/lib ../../Framework/ObjectTreeModel.h -o moc_ObjectTreeModel.cpp

moc_MdiChild.cpp: ../../MdiChild.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QTextEdit \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qtextedit.h \
		moc_predefs.h \
		/usr/local/Cellar/qt/5.12.3/bin/moc
	/usr/local/Cellar/qt/5.12.3/bin/moc $(DEFINES) --include /Users/jryland/Code/applications/MakePDF/QtProject/build/moc_predefs.h -I/usr/local/Cellar/qt/5.12.3/mkspecs/macx-clang -I/Users/jryland/Code/applications/MakePDF/QtProject -I/Users/jryland/Code/applications/MakePDF -I/Users/jryland/Code/applications/MakePDF/Framework -I/Users/jryland/Code/applications/MakePDF/3rdParty/hoedown -I/Users/jryland/Code/applications/MakePDF/3rdParty/libharu/include -I/Users/jryland/Code/applications/MakePDF/3rdParty/TinyXML++ -I/Users/jryland/Code/applications/MakePDF/3rdParty/qtpropertybrowser/src -I/Users/jryland/Code/applications/MakePDF/3rdParty/libpng -I/Users/jryland/Code/applications/MakePDF/3rdParty/zlib -I/usr/local/Cellar/qt/5.12.3/lib/QtSvg.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPrintSupport.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineCore.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQuick.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebChannel.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQml.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPositioning.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include -F/usr/local/Cellar/qt/5.12.3/lib ../../MdiChild.h -o moc_MdiChild.cpp

moc_MdiWindow.cpp: ../../MdiWindow.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QMainWindow \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qmainwindow.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QDialog \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qdialog.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QTextEdit \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qtextedit.h \
		../../Objects.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QtCore \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qglobal.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qabstractanimation.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qabstracteventdispatcher.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qabstractitemmodel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qabstractnativeeventfilter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qabstractproxymodel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qabstractstate.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qabstracttransition.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qalgorithms.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qanimationgroup.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qarraydata.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qarraydataops.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qarraydatapointer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qatomic.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qbasictimer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qbitarray.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qbuffer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qbytearray.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qbytearraylist.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qbytearraymatcher.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcache.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcborarray.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcborcommon.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcbormap.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcborstream.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcborvalue.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qchar.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcollator.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcommandlineoption.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcommandlineparser.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcompilerdetection.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcontainerfwd.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcontiguouscache.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcoreapplication.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcoreevent.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcryptographichash.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qdatastream.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qdatetime.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qdeadlinetimer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qdebug.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qdir.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qdiriterator.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qeasingcurve.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qelapsedtimer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qendian.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qeventloop.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qeventtransition.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qexception.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfactoryinterface.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfile.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfiledevice.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfileinfo.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfileselector.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfilesystemwatcher.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfinalstate.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qflags.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfuture.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfutureinterface.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfuturesynchronizer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfuturewatcher.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qgenericatomic.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qglobalstatic.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qhash.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qhashfunctions.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qhistorystate.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qidentityproxymodel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qiodevice.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qisenum.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qitemselectionmodel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qiterator.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qjsonarray.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qjsondocument.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qjsonobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qjsonvalue.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qlibrary.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qlibraryinfo.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qline.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qlinkedlist.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qlist.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qlocale.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qlockfile.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qloggingcategory.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmap.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmargins.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmath.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmessageauthenticationcode.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmetaobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmetatype.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmimedata.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmimedatabase.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmimetype.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmutex.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qnamespace.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qnumeric.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qobjectcleanuphandler.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qobjectdefs.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qoperatingsystemversion.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qpair.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qparallelanimationgroup.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qpauseanimation.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qplugin.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qpluginloader.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qpoint.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qpointer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qprocess.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qprocessordetection.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qpropertyanimation.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qqueue.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qrandom.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qreadwritelock.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qrect.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qrefcount.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qregexp.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qregularexpression.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qresource.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qresultstore.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qrunnable.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsavefile.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qscopedpointer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qscopedvaluerollback.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qscopeguard.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsemaphore.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsequentialanimationgroup.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qset.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsettings.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qshareddata.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsharedmemory.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsharedpointer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsignalmapper.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsignaltransition.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsize.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsocketnotifier.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsortfilterproxymodel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstack.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstandardpaths.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstate.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstatemachine.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstorageinfo.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstring.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringalgorithms.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringbuilder.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringlist.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringlistmodel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringliteral.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringmatcher.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringview.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsysinfo.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsystemdetection.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsystemsemaphore.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtemporarydir.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtemporaryfile.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtextboundaryfinder.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtextcodec.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtextstream.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qthread.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qthreadpool.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qthreadstorage.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtimeline.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtimer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtimezone.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtranslator.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtypeinfo.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtypetraits.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qurl.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qurlquery.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/quuid.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qvariant.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qvariantanimation.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qvarlengtharray.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qvector.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qversionnumber.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qversiontagging.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qwaitcondition.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qwineventnotifier.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qxmlstream.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtcoreversion.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QtGui \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtguiglobal.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qabstracttextdocumentlayout.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qaccessible.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qaccessiblebridge.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qaccessibleobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qaccessibleplugin.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qbackingstore.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qbitmap.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qbrush.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qclipboard.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qcolor.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qcursor.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qdesktopservices.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qdrag.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qevent.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qfont.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qfontdatabase.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qfontinfo.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qfontmetrics.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qgenericmatrix.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qgenericplugin.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qgenericpluginfactory.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qglyphrun.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qguiapplication.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qicon.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qiconengine.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qiconengineplugin.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qimage.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qimageiohandler.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qimagereader.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qimagewriter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qinputmethod.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qkeysequence.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qmatrix.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qmatrix4x4.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qmovie.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qoffscreensurface.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopengl.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglbuffer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglcontext.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopengldebug.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglextrafunctions.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglframebufferobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglfunctions.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglpaintdevice.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglpixeltransferoptions.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglshaderprogram.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopengltexture.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopengltextureblitter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopengltimerquery.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglversionfunctions.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglvertexarrayobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglwindow.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpagedpaintdevice.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpagelayout.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpagesize.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpaintdevice.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpaintdevicewindow.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpaintengine.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpainter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpainterpath.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpalette.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpdfwriter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpen.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpicture.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpictureformatplugin.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpixelformat.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpixmap.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpixmapcache.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpolygon.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qquaternion.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qrasterwindow.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qrawfont.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qregion.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qrgb.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qrgba64.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qscreen.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qsessionmanager.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qstandarditemmodel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qstatictext.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qstylehints.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qsurface.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qsurfaceformat.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qsyntaxhighlighter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextcursor.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextdocument.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextdocumentfragment.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextdocumentwriter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextformat.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextlayout.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextlist.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextoption.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtexttable.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtouchdevice.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtransform.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qvalidator.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qvector2d.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qvector3d.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qvector4d.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qwindow.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qwindowdefs.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtguiversion.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QSizePolicy \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qsizepolicy.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QListWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlistwidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QComboBox \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qcombobox.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLabel \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlabel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QSpinBox \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qspinbox.h \
		../../MdiChild.h \
		moc_predefs.h \
		/usr/local/Cellar/qt/5.12.3/bin/moc
	/usr/local/Cellar/qt/5.12.3/bin/moc $(DEFINES) --include /Users/jryland/Code/applications/MakePDF/QtProject/build/moc_predefs.h -I/usr/local/Cellar/qt/5.12.3/mkspecs/macx-clang -I/Users/jryland/Code/applications/MakePDF/QtProject -I/Users/jryland/Code/applications/MakePDF -I/Users/jryland/Code/applications/MakePDF/Framework -I/Users/jryland/Code/applications/MakePDF/3rdParty/hoedown -I/Users/jryland/Code/applications/MakePDF/3rdParty/libharu/include -I/Users/jryland/Code/applications/MakePDF/3rdParty/TinyXML++ -I/Users/jryland/Code/applications/MakePDF/3rdParty/qtpropertybrowser/src -I/Users/jryland/Code/applications/MakePDF/3rdParty/libpng -I/Users/jryland/Code/applications/MakePDF/3rdParty/zlib -I/usr/local/Cellar/qt/5.12.3/lib/QtSvg.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPrintSupport.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineCore.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQuick.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebChannel.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQml.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPositioning.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include -F/usr/local/Cellar/qt/5.12.3/lib ../../MdiWindow.h -o moc_MdiWindow.cpp

moc_ColorPicker.cpp: ../../ColorPicker.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QDialog \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qdialog.h \
		moc_predefs.h \
		/usr/local/Cellar/qt/5.12.3/bin/moc
	/usr/local/Cellar/qt/5.12.3/bin/moc $(DEFINES) --include /Users/jryland/Code/applications/MakePDF/QtProject/build/moc_predefs.h -I/usr/local/Cellar/qt/5.12.3/mkspecs/macx-clang -I/Users/jryland/Code/applications/MakePDF/QtProject -I/Users/jryland/Code/applications/MakePDF -I/Users/jryland/Code/applications/MakePDF/Framework -I/Users/jryland/Code/applications/MakePDF/3rdParty/hoedown -I/Users/jryland/Code/applications/MakePDF/3rdParty/libharu/include -I/Users/jryland/Code/applications/MakePDF/3rdParty/TinyXML++ -I/Users/jryland/Code/applications/MakePDF/3rdParty/qtpropertybrowser/src -I/Users/jryland/Code/applications/MakePDF/3rdParty/libpng -I/Users/jryland/Code/applications/MakePDF/3rdParty/zlib -I/usr/local/Cellar/qt/5.12.3/lib/QtSvg.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPrintSupport.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineCore.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQuick.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebChannel.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQml.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPositioning.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include -F/usr/local/Cellar/qt/5.12.3/lib ../../ColorPicker.h -o moc_ColorPicker.cpp

moc_Objects.cpp: ../../Objects.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QtCore \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qglobal.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qabstractanimation.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qabstracteventdispatcher.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qabstractitemmodel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qabstractnativeeventfilter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qabstractproxymodel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qabstractstate.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qabstracttransition.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qalgorithms.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qanimationgroup.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qarraydata.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qarraydataops.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qarraydatapointer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qatomic.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qbasictimer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qbitarray.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qbuffer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qbytearray.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qbytearraylist.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qbytearraymatcher.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcache.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcborarray.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcborcommon.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcbormap.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcborstream.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcborvalue.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qchar.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcollator.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcommandlineoption.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcommandlineparser.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcompilerdetection.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcontainerfwd.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcontiguouscache.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcoreapplication.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcoreevent.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcryptographichash.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qdatastream.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qdatetime.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qdeadlinetimer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qdebug.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qdir.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qdiriterator.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qeasingcurve.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qelapsedtimer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qendian.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qeventloop.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qeventtransition.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qexception.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfactoryinterface.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfile.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfiledevice.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfileinfo.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfileselector.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfilesystemwatcher.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfinalstate.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qflags.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfuture.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfutureinterface.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfuturesynchronizer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfuturewatcher.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qgenericatomic.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qglobalstatic.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qhash.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qhashfunctions.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qhistorystate.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qidentityproxymodel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qiodevice.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qisenum.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qitemselectionmodel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qiterator.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qjsonarray.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qjsondocument.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qjsonobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qjsonvalue.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qlibrary.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qlibraryinfo.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qline.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qlinkedlist.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qlist.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qlocale.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qlockfile.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qloggingcategory.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmap.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmargins.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmath.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmessageauthenticationcode.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmetaobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmetatype.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmimedata.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmimedatabase.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmimetype.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmutex.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qnamespace.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qnumeric.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qobjectcleanuphandler.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qobjectdefs.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qoperatingsystemversion.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qpair.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qparallelanimationgroup.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qpauseanimation.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qplugin.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qpluginloader.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qpoint.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qpointer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qprocess.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qprocessordetection.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qpropertyanimation.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qqueue.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qrandom.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qreadwritelock.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qrect.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qrefcount.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qregexp.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qregularexpression.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qresource.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qresultstore.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qrunnable.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsavefile.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qscopedpointer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qscopedvaluerollback.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qscopeguard.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsemaphore.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsequentialanimationgroup.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qset.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsettings.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qshareddata.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsharedmemory.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsharedpointer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsignalmapper.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsignaltransition.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsize.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsocketnotifier.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsortfilterproxymodel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstack.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstandardpaths.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstate.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstatemachine.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstorageinfo.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstring.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringalgorithms.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringbuilder.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringlist.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringlistmodel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringliteral.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringmatcher.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringview.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsysinfo.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsystemdetection.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsystemsemaphore.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtemporarydir.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtemporaryfile.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtextboundaryfinder.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtextcodec.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtextstream.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qthread.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qthreadpool.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qthreadstorage.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtimeline.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtimer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtimezone.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtranslator.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtypeinfo.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtypetraits.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qurl.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qurlquery.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/quuid.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qvariant.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qvariantanimation.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qvarlengtharray.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qvector.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qversionnumber.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qversiontagging.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qwaitcondition.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qwineventnotifier.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qxmlstream.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtcoreversion.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QtGui \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtguiglobal.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qabstracttextdocumentlayout.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qaccessible.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qaccessiblebridge.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qaccessibleobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qaccessibleplugin.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qbackingstore.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qbitmap.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qbrush.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qclipboard.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qcolor.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qcursor.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qdesktopservices.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qdrag.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qevent.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qfont.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qfontdatabase.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qfontinfo.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qfontmetrics.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qgenericmatrix.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qgenericplugin.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qgenericpluginfactory.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qglyphrun.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qguiapplication.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qicon.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qiconengine.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qiconengineplugin.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qimage.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qimageiohandler.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qimagereader.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qimagewriter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qinputmethod.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qkeysequence.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qmatrix.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qmatrix4x4.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qmovie.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qoffscreensurface.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopengl.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglbuffer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglcontext.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopengldebug.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglextrafunctions.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglframebufferobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglfunctions.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglpaintdevice.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglpixeltransferoptions.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglshaderprogram.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopengltexture.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopengltextureblitter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopengltimerquery.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglversionfunctions.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglvertexarrayobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglwindow.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpagedpaintdevice.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpagelayout.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpagesize.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpaintdevice.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpaintdevicewindow.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpaintengine.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpainter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpainterpath.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpalette.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpdfwriter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpen.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpicture.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpictureformatplugin.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpixelformat.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpixmap.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpixmapcache.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpolygon.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qquaternion.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qrasterwindow.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qrawfont.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qregion.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qrgb.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qrgba64.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qscreen.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qsessionmanager.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qstandarditemmodel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qstatictext.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qstylehints.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qsurface.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qsurfaceformat.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qsyntaxhighlighter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextcursor.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextdocument.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextdocumentfragment.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextdocumentwriter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextformat.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextlayout.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextlist.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextoption.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtexttable.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtouchdevice.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtransform.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qvalidator.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qvector2d.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qvector3d.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qvector4d.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qwindow.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qwindowdefs.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtguiversion.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QSizePolicy \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qsizepolicy.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QListWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlistwidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QComboBox \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qcombobox.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLabel \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlabel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QSpinBox \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qspinbox.h \
		moc_predefs.h \
		/usr/local/Cellar/qt/5.12.3/bin/moc
	/usr/local/Cellar/qt/5.12.3/bin/moc $(DEFINES) --include /Users/jryland/Code/applications/MakePDF/QtProject/build/moc_predefs.h -I/usr/local/Cellar/qt/5.12.3/mkspecs/macx-clang -I/Users/jryland/Code/applications/MakePDF/QtProject -I/Users/jryland/Code/applications/MakePDF -I/Users/jryland/Code/applications/MakePDF/Framework -I/Users/jryland/Code/applications/MakePDF/3rdParty/hoedown -I/Users/jryland/Code/applications/MakePDF/3rdParty/libharu/include -I/Users/jryland/Code/applications/MakePDF/3rdParty/TinyXML++ -I/Users/jryland/Code/applications/MakePDF/3rdParty/qtpropertybrowser/src -I/Users/jryland/Code/applications/MakePDF/3rdParty/libpng -I/Users/jryland/Code/applications/MakePDF/3rdParty/zlib -I/usr/local/Cellar/qt/5.12.3/lib/QtSvg.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPrintSupport.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineCore.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQuick.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebChannel.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQml.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPositioning.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include -F/usr/local/Cellar/qt/5.12.3/lib ../../Objects.h -o moc_Objects.cpp

moc_qtpropertybrowser.cpp: ../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qwidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QSet \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qset.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLineEdit \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlineedit.h \
		moc_predefs.h \
		/usr/local/Cellar/qt/5.12.3/bin/moc
	/usr/local/Cellar/qt/5.12.3/bin/moc $(DEFINES) --include /Users/jryland/Code/applications/MakePDF/QtProject/build/moc_predefs.h -I/usr/local/Cellar/qt/5.12.3/mkspecs/macx-clang -I/Users/jryland/Code/applications/MakePDF/QtProject -I/Users/jryland/Code/applications/MakePDF -I/Users/jryland/Code/applications/MakePDF/Framework -I/Users/jryland/Code/applications/MakePDF/3rdParty/hoedown -I/Users/jryland/Code/applications/MakePDF/3rdParty/libharu/include -I/Users/jryland/Code/applications/MakePDF/3rdParty/TinyXML++ -I/Users/jryland/Code/applications/MakePDF/3rdParty/qtpropertybrowser/src -I/Users/jryland/Code/applications/MakePDF/3rdParty/libpng -I/Users/jryland/Code/applications/MakePDF/3rdParty/zlib -I/usr/local/Cellar/qt/5.12.3/lib/QtSvg.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPrintSupport.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineCore.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQuick.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebChannel.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQml.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPositioning.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include -F/usr/local/Cellar/qt/5.12.3/lib ../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.h -o moc_qtpropertybrowser.cpp

moc_qtpropertymanager.cpp: ../../3rdParty/qtpropertybrowser/src/qtpropertymanager.h \
		../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qwidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QSet \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qset.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLineEdit \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlineedit.h \
		moc_predefs.h \
		/usr/local/Cellar/qt/5.12.3/bin/moc
	/usr/local/Cellar/qt/5.12.3/bin/moc $(DEFINES) --include /Users/jryland/Code/applications/MakePDF/QtProject/build/moc_predefs.h -I/usr/local/Cellar/qt/5.12.3/mkspecs/macx-clang -I/Users/jryland/Code/applications/MakePDF/QtProject -I/Users/jryland/Code/applications/MakePDF -I/Users/jryland/Code/applications/MakePDF/Framework -I/Users/jryland/Code/applications/MakePDF/3rdParty/hoedown -I/Users/jryland/Code/applications/MakePDF/3rdParty/libharu/include -I/Users/jryland/Code/applications/MakePDF/3rdParty/TinyXML++ -I/Users/jryland/Code/applications/MakePDF/3rdParty/qtpropertybrowser/src -I/Users/jryland/Code/applications/MakePDF/3rdParty/libpng -I/Users/jryland/Code/applications/MakePDF/3rdParty/zlib -I/usr/local/Cellar/qt/5.12.3/lib/QtSvg.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPrintSupport.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineCore.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQuick.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebChannel.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQml.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPositioning.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include -F/usr/local/Cellar/qt/5.12.3/lib ../../3rdParty/qtpropertybrowser/src/qtpropertymanager.h -o moc_qtpropertymanager.cpp

moc_qteditorfactory.cpp: ../../3rdParty/qtpropertybrowser/src/qteditorfactory.h \
		../../3rdParty/qtpropertybrowser/src/qtpropertymanager.h \
		../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qwidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QSet \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qset.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLineEdit \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlineedit.h \
		moc_predefs.h \
		/usr/local/Cellar/qt/5.12.3/bin/moc
	/usr/local/Cellar/qt/5.12.3/bin/moc $(DEFINES) --include /Users/jryland/Code/applications/MakePDF/QtProject/build/moc_predefs.h -I/usr/local/Cellar/qt/5.12.3/mkspecs/macx-clang -I/Users/jryland/Code/applications/MakePDF/QtProject -I/Users/jryland/Code/applications/MakePDF -I/Users/jryland/Code/applications/MakePDF/Framework -I/Users/jryland/Code/applications/MakePDF/3rdParty/hoedown -I/Users/jryland/Code/applications/MakePDF/3rdParty/libharu/include -I/Users/jryland/Code/applications/MakePDF/3rdParty/TinyXML++ -I/Users/jryland/Code/applications/MakePDF/3rdParty/qtpropertybrowser/src -I/Users/jryland/Code/applications/MakePDF/3rdParty/libpng -I/Users/jryland/Code/applications/MakePDF/3rdParty/zlib -I/usr/local/Cellar/qt/5.12.3/lib/QtSvg.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPrintSupport.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineCore.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQuick.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebChannel.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQml.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPositioning.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include -F/usr/local/Cellar/qt/5.12.3/lib ../../3rdParty/qtpropertybrowser/src/qteditorfactory.h -o moc_qteditorfactory.cpp

moc_qtvariantproperty.cpp: ../../3rdParty/qtpropertybrowser/src/qtvariantproperty.h \
		../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qwidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QSet \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qset.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLineEdit \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlineedit.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QVariant \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qvariant.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QIcon \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qicon.h \
		moc_predefs.h \
		/usr/local/Cellar/qt/5.12.3/bin/moc
	/usr/local/Cellar/qt/5.12.3/bin/moc $(DEFINES) --include /Users/jryland/Code/applications/MakePDF/QtProject/build/moc_predefs.h -I/usr/local/Cellar/qt/5.12.3/mkspecs/macx-clang -I/Users/jryland/Code/applications/MakePDF/QtProject -I/Users/jryland/Code/applications/MakePDF -I/Users/jryland/Code/applications/MakePDF/Framework -I/Users/jryland/Code/applications/MakePDF/3rdParty/hoedown -I/Users/jryland/Code/applications/MakePDF/3rdParty/libharu/include -I/Users/jryland/Code/applications/MakePDF/3rdParty/TinyXML++ -I/Users/jryland/Code/applications/MakePDF/3rdParty/qtpropertybrowser/src -I/Users/jryland/Code/applications/MakePDF/3rdParty/libpng -I/Users/jryland/Code/applications/MakePDF/3rdParty/zlib -I/usr/local/Cellar/qt/5.12.3/lib/QtSvg.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPrintSupport.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineCore.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQuick.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebChannel.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQml.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPositioning.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include -F/usr/local/Cellar/qt/5.12.3/lib ../../3rdParty/qtpropertybrowser/src/qtvariantproperty.h -o moc_qtvariantproperty.cpp

moc_qttreepropertybrowser.cpp: ../../3rdParty/qtpropertybrowser/src/qttreepropertybrowser.h \
		../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qwidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QSet \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qset.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLineEdit \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlineedit.h \
		moc_predefs.h \
		/usr/local/Cellar/qt/5.12.3/bin/moc
	/usr/local/Cellar/qt/5.12.3/bin/moc $(DEFINES) --include /Users/jryland/Code/applications/MakePDF/QtProject/build/moc_predefs.h -I/usr/local/Cellar/qt/5.12.3/mkspecs/macx-clang -I/Users/jryland/Code/applications/MakePDF/QtProject -I/Users/jryland/Code/applications/MakePDF -I/Users/jryland/Code/applications/MakePDF/Framework -I/Users/jryland/Code/applications/MakePDF/3rdParty/hoedown -I/Users/jryland/Code/applications/MakePDF/3rdParty/libharu/include -I/Users/jryland/Code/applications/MakePDF/3rdParty/TinyXML++ -I/Users/jryland/Code/applications/MakePDF/3rdParty/qtpropertybrowser/src -I/Users/jryland/Code/applications/MakePDF/3rdParty/libpng -I/Users/jryland/Code/applications/MakePDF/3rdParty/zlib -I/usr/local/Cellar/qt/5.12.3/lib/QtSvg.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPrintSupport.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineCore.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQuick.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebChannel.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQml.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPositioning.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include -F/usr/local/Cellar/qt/5.12.3/lib ../../3rdParty/qtpropertybrowser/src/qttreepropertybrowser.h -o moc_qttreepropertybrowser.cpp

moc_qtbuttonpropertybrowser.cpp: ../../3rdParty/qtpropertybrowser/src/qtbuttonpropertybrowser.h \
		../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qwidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QSet \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qset.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLineEdit \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlineedit.h \
		moc_predefs.h \
		/usr/local/Cellar/qt/5.12.3/bin/moc
	/usr/local/Cellar/qt/5.12.3/bin/moc $(DEFINES) --include /Users/jryland/Code/applications/MakePDF/QtProject/build/moc_predefs.h -I/usr/local/Cellar/qt/5.12.3/mkspecs/macx-clang -I/Users/jryland/Code/applications/MakePDF/QtProject -I/Users/jryland/Code/applications/MakePDF -I/Users/jryland/Code/applications/MakePDF/Framework -I/Users/jryland/Code/applications/MakePDF/3rdParty/hoedown -I/Users/jryland/Code/applications/MakePDF/3rdParty/libharu/include -I/Users/jryland/Code/applications/MakePDF/3rdParty/TinyXML++ -I/Users/jryland/Code/applications/MakePDF/3rdParty/qtpropertybrowser/src -I/Users/jryland/Code/applications/MakePDF/3rdParty/libpng -I/Users/jryland/Code/applications/MakePDF/3rdParty/zlib -I/usr/local/Cellar/qt/5.12.3/lib/QtSvg.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPrintSupport.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineCore.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQuick.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebChannel.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQml.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPositioning.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include -F/usr/local/Cellar/qt/5.12.3/lib ../../3rdParty/qtpropertybrowser/src/qtbuttonpropertybrowser.h -o moc_qtbuttonpropertybrowser.cpp

moc_qtgroupboxpropertybrowser.cpp: ../../3rdParty/qtpropertybrowser/src/qtgroupboxpropertybrowser.h \
		../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qwidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QSet \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qset.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLineEdit \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlineedit.h \
		moc_predefs.h \
		/usr/local/Cellar/qt/5.12.3/bin/moc
	/usr/local/Cellar/qt/5.12.3/bin/moc $(DEFINES) --include /Users/jryland/Code/applications/MakePDF/QtProject/build/moc_predefs.h -I/usr/local/Cellar/qt/5.12.3/mkspecs/macx-clang -I/Users/jryland/Code/applications/MakePDF/QtProject -I/Users/jryland/Code/applications/MakePDF -I/Users/jryland/Code/applications/MakePDF/Framework -I/Users/jryland/Code/applications/MakePDF/3rdParty/hoedown -I/Users/jryland/Code/applications/MakePDF/3rdParty/libharu/include -I/Users/jryland/Code/applications/MakePDF/3rdParty/TinyXML++ -I/Users/jryland/Code/applications/MakePDF/3rdParty/qtpropertybrowser/src -I/Users/jryland/Code/applications/MakePDF/3rdParty/libpng -I/Users/jryland/Code/applications/MakePDF/3rdParty/zlib -I/usr/local/Cellar/qt/5.12.3/lib/QtSvg.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPrintSupport.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineCore.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQuick.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebChannel.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQml.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPositioning.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include -F/usr/local/Cellar/qt/5.12.3/lib ../../3rdParty/qtpropertybrowser/src/qtgroupboxpropertybrowser.h -o moc_qtgroupboxpropertybrowser.cpp

moc_qtpropertybrowserutils_p.cpp: ../../3rdParty/qtpropertybrowser/src/qtpropertybrowserutils_p.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QMap \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmap.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QIcon \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qicon.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qwidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QStringList \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringlist.h \
		moc_predefs.h \
		/usr/local/Cellar/qt/5.12.3/bin/moc
	/usr/local/Cellar/qt/5.12.3/bin/moc $(DEFINES) --include /Users/jryland/Code/applications/MakePDF/QtProject/build/moc_predefs.h -I/usr/local/Cellar/qt/5.12.3/mkspecs/macx-clang -I/Users/jryland/Code/applications/MakePDF/QtProject -I/Users/jryland/Code/applications/MakePDF -I/Users/jryland/Code/applications/MakePDF/Framework -I/Users/jryland/Code/applications/MakePDF/3rdParty/hoedown -I/Users/jryland/Code/applications/MakePDF/3rdParty/libharu/include -I/Users/jryland/Code/applications/MakePDF/3rdParty/TinyXML++ -I/Users/jryland/Code/applications/MakePDF/3rdParty/qtpropertybrowser/src -I/Users/jryland/Code/applications/MakePDF/3rdParty/libpng -I/Users/jryland/Code/applications/MakePDF/3rdParty/zlib -I/usr/local/Cellar/qt/5.12.3/lib/QtSvg.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPrintSupport.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineCore.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQuick.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebChannel.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQml.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPositioning.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include -F/usr/local/Cellar/qt/5.12.3/lib ../../3rdParty/qtpropertybrowser/src/qtpropertybrowserutils_p.h -o moc_qtpropertybrowserutils_p.cpp

compiler_moc_objc_header_make_all:
compiler_moc_objc_header_clean:
compiler_moc_source_make_all: qtpropertymanager.moc qteditorfactory.moc qttreepropertybrowser.moc
compiler_moc_source_clean:
	-$(DEL_FILE) qtpropertymanager.moc qteditorfactory.moc qttreepropertybrowser.moc
qtpropertymanager.moc: ../../3rdParty/qtpropertybrowser/src/qtpropertymanager.cpp \
		../../3rdParty/qtpropertybrowser/src/qtpropertymanager.h \
		../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qwidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QSet \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qset.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLineEdit \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlineedit.h \
		../../3rdParty/qtpropertybrowser/src/qtpropertybrowserutils_p.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QMap \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmap.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QIcon \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qicon.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QStringList \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringlist.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QDateTime \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qdatetime.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QLocale \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qlocale.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QTimer \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtimer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QMetaEnum \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmetaobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QFontDatabase \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qfontdatabase.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QStyleOption \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qstyleoption.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QStyle \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qstyle.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QApplication \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qapplication.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QPainter \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpainter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLabel \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlabel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QCheckBox \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qcheckbox.h \
		moc_qtpropertymanager.cpp \
		moc_predefs.h \
		/usr/local/Cellar/qt/5.12.3/bin/moc
	/usr/local/Cellar/qt/5.12.3/bin/moc $(DEFINES) --include /Users/jryland/Code/applications/MakePDF/QtProject/build/moc_predefs.h -I/usr/local/Cellar/qt/5.12.3/mkspecs/macx-clang -I/Users/jryland/Code/applications/MakePDF/QtProject -I/Users/jryland/Code/applications/MakePDF -I/Users/jryland/Code/applications/MakePDF/Framework -I/Users/jryland/Code/applications/MakePDF/3rdParty/hoedown -I/Users/jryland/Code/applications/MakePDF/3rdParty/libharu/include -I/Users/jryland/Code/applications/MakePDF/3rdParty/TinyXML++ -I/Users/jryland/Code/applications/MakePDF/3rdParty/qtpropertybrowser/src -I/Users/jryland/Code/applications/MakePDF/3rdParty/libpng -I/Users/jryland/Code/applications/MakePDF/3rdParty/zlib -I/usr/local/Cellar/qt/5.12.3/lib/QtSvg.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPrintSupport.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineCore.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQuick.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebChannel.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQml.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPositioning.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include -F/usr/local/Cellar/qt/5.12.3/lib ../../3rdParty/qtpropertybrowser/src/qtpropertymanager.cpp -o qtpropertymanager.moc

qteditorfactory.moc: ../../3rdParty/qtpropertybrowser/src/qteditorfactory.cpp \
		../../3rdParty/qtpropertybrowser/src/qteditorfactory.h \
		../../3rdParty/qtpropertybrowser/src/qtpropertymanager.h \
		../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qwidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QSet \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qset.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLineEdit \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlineedit.h \
		../../3rdParty/qtpropertybrowser/src/qtpropertybrowserutils_p.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QMap \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmap.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QIcon \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qicon.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QStringList \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringlist.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QSpinBox \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qspinbox.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QScrollBar \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qscrollbar.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QComboBox \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qcombobox.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QAbstractItemView \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qabstractitemview.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QDateTimeEdit \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qdatetimeedit.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QHBoxLayout \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qboxlayout.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QMenu \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qmenu.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QKeyEvent \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qevent.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QApplication \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qapplication.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLabel \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlabel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QToolButton \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qtoolbutton.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QColorDialog \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qcolordialog.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QFontDialog \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qfontdialog.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QSpacerItem \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlayoutitem.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QStyleOption \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qstyleoption.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QPainter \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpainter.h \
		moc_qteditorfactory.cpp \
		moc_predefs.h \
		/usr/local/Cellar/qt/5.12.3/bin/moc
	/usr/local/Cellar/qt/5.12.3/bin/moc $(DEFINES) --include /Users/jryland/Code/applications/MakePDF/QtProject/build/moc_predefs.h -I/usr/local/Cellar/qt/5.12.3/mkspecs/macx-clang -I/Users/jryland/Code/applications/MakePDF/QtProject -I/Users/jryland/Code/applications/MakePDF -I/Users/jryland/Code/applications/MakePDF/Framework -I/Users/jryland/Code/applications/MakePDF/3rdParty/hoedown -I/Users/jryland/Code/applications/MakePDF/3rdParty/libharu/include -I/Users/jryland/Code/applications/MakePDF/3rdParty/TinyXML++ -I/Users/jryland/Code/applications/MakePDF/3rdParty/qtpropertybrowser/src -I/Users/jryland/Code/applications/MakePDF/3rdParty/libpng -I/Users/jryland/Code/applications/MakePDF/3rdParty/zlib -I/usr/local/Cellar/qt/5.12.3/lib/QtSvg.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPrintSupport.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineCore.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQuick.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebChannel.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQml.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPositioning.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include -F/usr/local/Cellar/qt/5.12.3/lib ../../3rdParty/qtpropertybrowser/src/qteditorfactory.cpp -o qteditorfactory.moc

qttreepropertybrowser.moc: ../../3rdParty/qtpropertybrowser/src/qttreepropertybrowser.cpp \
		../../3rdParty/qtpropertybrowser/src/qttreepropertybrowser.h \
		../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qwidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QSet \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qset.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLineEdit \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlineedit.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QIcon \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qicon.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QTreeWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qtreewidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QItemDelegate \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qitemdelegate.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QHBoxLayout \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qboxlayout.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QHeaderView \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qheaderview.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QPainter \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpainter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QApplication \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qapplication.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QFocusEvent \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qevent.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QStyle \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qstyle.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QPalette \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpalette.h \
		moc_qttreepropertybrowser.cpp \
		moc_predefs.h \
		/usr/local/Cellar/qt/5.12.3/bin/moc
	/usr/local/Cellar/qt/5.12.3/bin/moc $(DEFINES) --include /Users/jryland/Code/applications/MakePDF/QtProject/build/moc_predefs.h -I/usr/local/Cellar/qt/5.12.3/mkspecs/macx-clang -I/Users/jryland/Code/applications/MakePDF/QtProject -I/Users/jryland/Code/applications/MakePDF -I/Users/jryland/Code/applications/MakePDF/Framework -I/Users/jryland/Code/applications/MakePDF/3rdParty/hoedown -I/Users/jryland/Code/applications/MakePDF/3rdParty/libharu/include -I/Users/jryland/Code/applications/MakePDF/3rdParty/TinyXML++ -I/Users/jryland/Code/applications/MakePDF/3rdParty/qtpropertybrowser/src -I/Users/jryland/Code/applications/MakePDF/3rdParty/libpng -I/Users/jryland/Code/applications/MakePDF/3rdParty/zlib -I/usr/local/Cellar/qt/5.12.3/lib/QtSvg.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPrintSupport.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebEngineCore.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQuick.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtWebChannel.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtQml.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtPositioning.framework/Headers -I/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include -F/usr/local/Cellar/qt/5.12.3/lib ../../3rdParty/qtpropertybrowser/src/qttreepropertybrowser.cpp -o qttreepropertybrowser.moc

compiler_uic_make_all: ui_About.h ui_NewProjectWizard.h ui_ExtensibleObjectModelUI.h ui_SendBugReport.h ui_Help.h ui_CheckUpdates.h ui_LicenseUpgrade.h ui_Settings.h ui_PaletteEditor.h
compiler_uic_clean:
	-$(DEL_FILE) ui_About.h ui_NewProjectWizard.h ui_ExtensibleObjectModelUI.h ui_SendBugReport.h ui_Help.h ui_CheckUpdates.h ui_LicenseUpgrade.h ui_Settings.h ui_PaletteEditor.h
ui_About.h: ../../Resources/forms/About.ui \
		/usr/local/Cellar/qt/5.12.3/bin/uic
	/usr/local/Cellar/qt/5.12.3/bin/uic ../../Resources/forms/About.ui -o ui_About.h

ui_NewProjectWizard.h: ../../Resources/forms/NewProjectWizard.ui \
		/usr/local/Cellar/qt/5.12.3/bin/uic
	/usr/local/Cellar/qt/5.12.3/bin/uic ../../Resources/forms/NewProjectWizard.ui -o ui_NewProjectWizard.h

ui_ExtensibleObjectModelUI.h: ../../Resources/forms/ExtensibleObjectModelUI.ui \
		/usr/local/Cellar/qt/5.12.3/bin/uic \
		../../WebView.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QtGlobal \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qglobal.h
	/usr/local/Cellar/qt/5.12.3/bin/uic ../../Resources/forms/ExtensibleObjectModelUI.ui -o ui_ExtensibleObjectModelUI.h

ui_SendBugReport.h: ../../Resources/forms/SendBugReport.ui \
		/usr/local/Cellar/qt/5.12.3/bin/uic \
		../../TextEdit.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QtGlobal \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qglobal.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QTextEdit \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qtextedit.h
	/usr/local/Cellar/qt/5.12.3/bin/uic ../../Resources/forms/SendBugReport.ui -o ui_SendBugReport.h

ui_Help.h: ../../Resources/forms/Help.ui \
		/usr/local/Cellar/qt/5.12.3/bin/uic
	/usr/local/Cellar/qt/5.12.3/bin/uic ../../Resources/forms/Help.ui -o ui_Help.h

ui_CheckUpdates.h: ../../Resources/forms/CheckUpdates.ui \
		/usr/local/Cellar/qt/5.12.3/bin/uic
	/usr/local/Cellar/qt/5.12.3/bin/uic ../../Resources/forms/CheckUpdates.ui -o ui_CheckUpdates.h

ui_LicenseUpgrade.h: ../../Resources/forms/LicenseUpgrade.ui \
		/usr/local/Cellar/qt/5.12.3/bin/uic
	/usr/local/Cellar/qt/5.12.3/bin/uic ../../Resources/forms/LicenseUpgrade.ui -o ui_LicenseUpgrade.h

ui_Settings.h: ../../Resources/forms/Settings.ui \
		/usr/local/Cellar/qt/5.12.3/bin/uic
	/usr/local/Cellar/qt/5.12.3/bin/uic ../../Resources/forms/Settings.ui -o ui_Settings.h

ui_PaletteEditor.h: ../../Resources/forms/PaletteEditor.ui \
		/usr/local/Cellar/qt/5.12.3/bin/uic
	/usr/local/Cellar/qt/5.12.3/bin/uic ../../Resources/forms/PaletteEditor.ui -o ui_PaletteEditor.h

compiler_rez_source_make_all:
compiler_rez_source_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: compiler_rcc_clean compiler_moc_predefs_clean compiler_moc_header_clean compiler_moc_source_clean compiler_uic_clean 

####### Compile

Tests.o: ../../Framework/Tests.cpp ../../Framework/Utilities.h \
		../../Framework/Macros.h \
		../../Framework/Array.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o Tests.o ../../Framework/Tests.cpp

Utilities.o: ../../Framework/Utilities.cpp ../../Framework/Utilities.h \
		../../Framework/Macros.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o Utilities.o ../../Framework/Utilities.cpp

EventLog.o: ../../Framework/EventLog.cpp /usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QDebug \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qdebug.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QDateTime \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qdatetime.h \
		../../Framework/EventLog.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QVariant \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qvariant.h \
		../../Framework/GenericTable.h \
		../../Framework/NonCopyable.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o EventLog.o ../../Framework/EventLog.cpp

MdiChild.o: ../../MdiChild.cpp /usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qwidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QFile \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfile.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QMessageBox \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qmessagebox.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QTextStream \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtextstream.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QFileDialog \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qfiledialog.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QCloseEvent \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qevent.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QTextDocumentFragment \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextdocumentfragment.h \
		../../Framework/Utilities.h \
		../../Framework/Macros.h \
		../../MdiChild.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QTextEdit \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qtextedit.h \
		ui_ExtensibleObjectModelUI.h \
		../../WebView.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QtGlobal \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qglobal.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o MdiChild.o ../../MdiChild.cpp

MdiWindow.o: ../../MdiWindow.cpp /usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qwidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QFileDialog \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qfiledialog.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QMdiSubWindow \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qmdisubwindow.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QTableWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qtablewidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QScrollArea \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qscrollarea.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QButtonGroup \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qbuttongroup.h \
		../../Framework/Utilities.h \
		../../Framework/Macros.h \
		../../MdiWindow.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QMainWindow \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qmainwindow.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QDialog \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qdialog.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QTextEdit \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qtextedit.h \
		../../Objects.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QtCore \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qglobal.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qabstractanimation.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qabstracteventdispatcher.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qabstractitemmodel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qabstractnativeeventfilter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qabstractproxymodel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qabstractstate.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qabstracttransition.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qalgorithms.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qanimationgroup.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qarraydata.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qarraydataops.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qarraydatapointer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qatomic.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qbasictimer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qbitarray.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qbuffer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qbytearray.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qbytearraylist.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qbytearraymatcher.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcache.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcborarray.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcborcommon.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcbormap.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcborstream.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcborvalue.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qchar.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcollator.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcommandlineoption.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcommandlineparser.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcompilerdetection.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcontainerfwd.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcontiguouscache.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcoreapplication.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcoreevent.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcryptographichash.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qdatastream.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qdatetime.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qdeadlinetimer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qdebug.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qdir.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qdiriterator.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qeasingcurve.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qelapsedtimer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qendian.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qeventloop.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qeventtransition.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qexception.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfactoryinterface.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfile.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfiledevice.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfileinfo.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfileselector.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfilesystemwatcher.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfinalstate.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qflags.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfuture.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfutureinterface.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfuturesynchronizer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfuturewatcher.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qgenericatomic.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qglobalstatic.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qhash.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qhashfunctions.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qhistorystate.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qidentityproxymodel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qiodevice.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qisenum.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qitemselectionmodel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qiterator.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qjsonarray.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qjsondocument.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qjsonobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qjsonvalue.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qlibrary.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qlibraryinfo.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qline.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qlinkedlist.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qlist.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qlocale.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qlockfile.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qloggingcategory.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmap.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmargins.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmath.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmessageauthenticationcode.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmetaobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmetatype.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmimedata.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmimedatabase.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmimetype.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmutex.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qnamespace.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qnumeric.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qobjectcleanuphandler.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qobjectdefs.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qoperatingsystemversion.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qpair.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qparallelanimationgroup.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qpauseanimation.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qplugin.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qpluginloader.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qpoint.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qpointer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qprocess.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qprocessordetection.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qpropertyanimation.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qqueue.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qrandom.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qreadwritelock.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qrect.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qrefcount.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qregexp.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qregularexpression.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qresource.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qresultstore.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qrunnable.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsavefile.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qscopedpointer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qscopedvaluerollback.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qscopeguard.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsemaphore.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsequentialanimationgroup.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qset.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsettings.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qshareddata.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsharedmemory.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsharedpointer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsignalmapper.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsignaltransition.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsize.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsocketnotifier.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsortfilterproxymodel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstack.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstandardpaths.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstate.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstatemachine.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstorageinfo.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstring.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringalgorithms.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringbuilder.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringlist.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringlistmodel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringliteral.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringmatcher.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringview.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsysinfo.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsystemdetection.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsystemsemaphore.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtemporarydir.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtemporaryfile.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtextboundaryfinder.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtextcodec.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtextstream.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qthread.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qthreadpool.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qthreadstorage.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtimeline.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtimer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtimezone.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtranslator.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtypeinfo.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtypetraits.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qurl.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qurlquery.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/quuid.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qvariant.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qvariantanimation.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qvarlengtharray.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qvector.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qversionnumber.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qversiontagging.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qwaitcondition.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qwineventnotifier.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qxmlstream.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtcoreversion.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QtGui \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtguiglobal.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qabstracttextdocumentlayout.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qaccessible.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qaccessiblebridge.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qaccessibleobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qaccessibleplugin.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qbackingstore.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qbitmap.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qbrush.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qclipboard.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qcolor.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qcursor.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qdesktopservices.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qdrag.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qevent.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qfont.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qfontdatabase.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qfontinfo.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qfontmetrics.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qgenericmatrix.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qgenericplugin.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qgenericpluginfactory.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qglyphrun.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qguiapplication.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qicon.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qiconengine.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qiconengineplugin.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qimage.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qimageiohandler.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qimagereader.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qimagewriter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qinputmethod.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qkeysequence.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qmatrix.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qmatrix4x4.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qmovie.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qoffscreensurface.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopengl.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglbuffer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglcontext.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopengldebug.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglextrafunctions.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglframebufferobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglfunctions.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglpaintdevice.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglpixeltransferoptions.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglshaderprogram.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopengltexture.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopengltextureblitter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopengltimerquery.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglversionfunctions.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglvertexarrayobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglwindow.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpagedpaintdevice.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpagelayout.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpagesize.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpaintdevice.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpaintdevicewindow.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpaintengine.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpainter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpainterpath.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpalette.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpdfwriter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpen.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpicture.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpictureformatplugin.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpixelformat.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpixmap.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpixmapcache.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpolygon.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qquaternion.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qrasterwindow.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qrawfont.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qregion.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qrgb.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qrgba64.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qscreen.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qsessionmanager.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qstandarditemmodel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qstatictext.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qstylehints.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qsurface.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qsurfaceformat.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qsyntaxhighlighter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextcursor.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextdocument.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextdocumentfragment.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextdocumentwriter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextformat.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextlayout.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextlist.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextoption.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtexttable.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtouchdevice.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtransform.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qvalidator.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qvector2d.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qvector3d.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qvector4d.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qwindow.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qwindowdefs.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtguiversion.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QSizePolicy \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qsizepolicy.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QListWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlistwidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QComboBox \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qcombobox.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLabel \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlabel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QSpinBox \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qspinbox.h \
		../../MdiChild.h \
		ui_ExtensibleObjectModelUI.h \
		../../WebView.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QtGlobal \
		ui_PaletteEditor.h \
		../../3rdParty/hoedown/html.h \
		../../3rdParty/hoedown/document.h \
		../../3rdParty/hoedown/buffer.h \
		../../3rdParty/hoedown/autolink.h \
		../../DocConvert.h \
		../../ObjectVisitor.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QObject \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QVariant \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLayout \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlayout.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QAction \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qaction.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QActionGroup \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qactiongroup.h \
		../../3rdParty/qtpropertybrowser/src/qtpropertymanager.h \
		../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QSet \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLineEdit \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlineedit.h \
		../../3rdParty/qtpropertybrowser/src/qtvariantproperty.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QIcon \
		../../3rdParty/qtpropertybrowser/src/qttreepropertybrowser.h \
		../../3rdParty/qtpropertybrowser/src/qtgroupboxpropertybrowser.h \
		../../Framework/ObjectTreeModel.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o MdiWindow.o ../../MdiWindow.cpp

ColorPicker.o: ../../ColorPicker.cpp /usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qwidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QPushButton \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qpushbutton.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QPainter \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpainter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QVBoxLayout \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qboxlayout.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QSignalMapper \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsignalmapper.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLabel \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlabel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLineEdit \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlineedit.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QMouseEvent \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qevent.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QtGui \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtguiglobal.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qabstracttextdocumentlayout.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qaccessible.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qaccessiblebridge.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qaccessibleobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qaccessibleplugin.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qbackingstore.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qbitmap.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qbrush.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qclipboard.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qcolor.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qcursor.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qdesktopservices.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qdrag.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qfont.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qfontdatabase.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qfontinfo.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qfontmetrics.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qgenericmatrix.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qgenericplugin.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qgenericpluginfactory.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qglyphrun.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qguiapplication.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qicon.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qiconengine.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qiconengineplugin.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qimage.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qimageiohandler.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qimagereader.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qimagewriter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qinputmethod.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qkeysequence.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qmatrix.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qmatrix4x4.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qmovie.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qoffscreensurface.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopengl.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglbuffer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglcontext.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopengldebug.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglextrafunctions.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglframebufferobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglfunctions.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglpaintdevice.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglpixeltransferoptions.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglshaderprogram.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopengltexture.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopengltextureblitter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopengltimerquery.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglversionfunctions.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglvertexarrayobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglwindow.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpagedpaintdevice.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpagelayout.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpagesize.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpaintdevice.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpaintdevicewindow.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpaintengine.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpainterpath.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpalette.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpdfwriter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpen.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpicture.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpictureformatplugin.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpixelformat.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpixmap.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpixmapcache.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpolygon.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qquaternion.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qrasterwindow.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qrawfont.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qregion.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qrgb.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qrgba64.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qscreen.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qsessionmanager.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qstandarditemmodel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qstatictext.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qstylehints.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qsurface.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qsurfaceformat.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qsyntaxhighlighter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextcursor.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextdocument.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextdocumentfragment.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextdocumentwriter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextformat.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextlayout.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextlist.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextoption.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtexttable.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtouchdevice.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtransform.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qvalidator.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qvector2d.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qvector3d.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qvector4d.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qwindow.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qwindowdefs.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtguiversion.h \
		../../ColorPicker.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QDialog \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qdialog.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ColorPicker.o ../../ColorPicker.cpp

Version.o: ../../Version.cpp ../../Version.h \
		../../Framework/Utilities.h \
		../../Framework/Macros.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o Version.o ../../Version.cpp

SystemInfomation.o: ../../Framework/SystemInfomation.cpp ../../Framework/SystemInfomation.h \
		../../Framework/Utilities.h \
		../../Framework/Macros.h \
		../../Util.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QApplication \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qapplication.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QScreen \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qscreen.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QtGlobal \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qglobal.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QDesktopWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qdesktopwidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QPixmap \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpixmap.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o SystemInfomation.o ../../Framework/SystemInfomation.cpp

DocConvert.o: ../../DocConvert.cpp ../../DocConvert.h \
		../../DocVisitor.h \
		../../3rdParty/TinyXML++/tinyxml.h \
		../../3rdParty/TinyXML++/ticppapi.h \
		../../3rdParty/TinyXML++/tinystr.h \
		../../3rdParty/TinyXML++/ticpprc.h \
		../../DocStyle.h \
		../../DocOutput.h \
		../../3rdParty/libharu/include/hpdf.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_version.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_doc.h \
		../../3rdParty/libharu/include/hpdf_catalog.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf_image.h \
		../../3rdParty/libharu/include/hpdf_pages.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_ext_gstate.h \
		../../3rdParty/libharu/include/hpdf_outline.h \
		../../3rdParty/libharu/include/hpdf_pdfa.h \
		../../DocTemplate.h \
		../../Framework/Utilities.h \
		../../Framework/Macros.h \
		../../DocSVG.h \
		../../Util.h \
		../../3rdParty/hoedown/html.h \
		../../3rdParty/hoedown/document.h \
		../../3rdParty/hoedown/buffer.h \
		../../3rdParty/hoedown/autolink.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o DocConvert.o ../../DocConvert.cpp

ObjectTreeModel.o: ../../Framework/ObjectTreeModel.cpp ../../Framework/ObjectTreeModel.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ObjectTreeModel.o ../../Framework/ObjectTreeModel.cpp

DocOutput.o: ../../DocOutput.cpp ../../3rdParty/libharu/include/hpdf.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_version.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_doc.h \
		../../3rdParty/libharu/include/hpdf_catalog.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf_image.h \
		../../3rdParty/libharu/include/hpdf_pages.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_ext_gstate.h \
		../../3rdParty/libharu/include/hpdf_outline.h \
		../../3rdParty/libharu/include/hpdf_pdfa.h \
		../../DocOutput.h \
		../../Util.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o DocOutput.o ../../DocOutput.cpp

DocProject.o: ../../DocProject.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o DocProject.o ../../DocProject.cpp

DocStyle.o: ../../DocStyle.cpp ../../DocStyle.h \
		../../DocOutput.h \
		../../3rdParty/libharu/include/hpdf.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_version.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_doc.h \
		../../3rdParty/libharu/include/hpdf_catalog.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf_image.h \
		../../3rdParty/libharu/include/hpdf_pages.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_ext_gstate.h \
		../../3rdParty/libharu/include/hpdf_outline.h \
		../../3rdParty/libharu/include/hpdf_pdfa.h \
		../../Util.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o DocStyle.o ../../DocStyle.cpp

DocTemplate.o: ../../DocTemplate.cpp ../../DocTemplate.h \
		../../DocOutput.h \
		../../3rdParty/libharu/include/hpdf.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_version.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_doc.h \
		../../3rdParty/libharu/include/hpdf_catalog.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf_image.h \
		../../3rdParty/libharu/include/hpdf_pages.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_ext_gstate.h \
		../../3rdParty/libharu/include/hpdf_outline.h \
		../../3rdParty/libharu/include/hpdf_pdfa.h \
		../../Framework/Utilities.h \
		../../Framework/Macros.h \
		../../Util.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o DocTemplate.o ../../DocTemplate.cpp

DocVisitor.o: ../../DocVisitor.cpp ../../DocVisitor.h \
		../../3rdParty/TinyXML++/tinyxml.h \
		../../3rdParty/TinyXML++/ticppapi.h \
		../../3rdParty/TinyXML++/tinystr.h \
		../../3rdParty/TinyXML++/ticpprc.h \
		../../DocStyle.h \
		../../DocOutput.h \
		../../3rdParty/libharu/include/hpdf.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_version.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_doc.h \
		../../3rdParty/libharu/include/hpdf_catalog.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf_image.h \
		../../3rdParty/libharu/include/hpdf_pages.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_ext_gstate.h \
		../../3rdParty/libharu/include/hpdf_outline.h \
		../../3rdParty/libharu/include/hpdf_pdfa.h \
		../../DocTemplate.h \
		../../Framework/Utilities.h \
		../../Framework/Macros.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o DocVisitor.o ../../DocVisitor.cpp

DocSVG.o: ../../DocSVG.cpp ../../DocSVG.h \
		../../3rdParty/TinyXML++/tinyxml.h \
		../../3rdParty/TinyXML++/ticppapi.h \
		../../3rdParty/TinyXML++/tinystr.h \
		../../3rdParty/TinyXML++/ticpprc.h \
		../../DocStyle.h \
		../../DocOutput.h \
		../../3rdParty/libharu/include/hpdf.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_version.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_doc.h \
		../../3rdParty/libharu/include/hpdf_catalog.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf_image.h \
		../../3rdParty/libharu/include/hpdf_pages.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_ext_gstate.h \
		../../3rdParty/libharu/include/hpdf_outline.h \
		../../3rdParty/libharu/include/hpdf_pdfa.h \
		../../DocTemplate.h \
		../../Framework/Utilities.h \
		../../Framework/Macros.h \
		../../Util.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o DocSVG.o ../../DocSVG.cpp

main.o: ../../main.cpp ../../ui.h \
		ui_About.h \
		ui_CheckUpdates.h \
		ui_ExtensibleObjectModelUI.h \
		../../WebView.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QtGlobal \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qglobal.h \
		ui_Help.h \
		ui_LicenseUpgrade.h \
		ui_NewProjectWizard.h \
		ui_PaletteEditor.h \
		ui_SendBugReport.h \
		../../TextEdit.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QTextEdit \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qtextedit.h \
		ui_Settings.h \
		../../Framework/EventLog.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QVariant \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qvariant.h \
		../../Framework/GenericTable.h \
		../../Framework/NonCopyable.h \
		../../ColorPicker.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QDialog \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qdialog.h \
		../../Framework/GenericTableUI.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QAbstractItemModel \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qabstractitemmodel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QTableView \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qtableview.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QItemDelegate \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qitemdelegate.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QFileInfo \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfileinfo.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QEvent \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcoreevent.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QMimeData \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmimedata.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QUrl \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qurl.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QDragEnterEvent \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qevent.h \
		../../MdiWindow.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QMainWindow \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qmainwindow.h \
		../../Objects.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QtCore \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qabstractanimation.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qabstracteventdispatcher.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qabstractnativeeventfilter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qabstractproxymodel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qabstractstate.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qabstracttransition.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qalgorithms.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qanimationgroup.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qarraydata.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qarraydataops.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qarraydatapointer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qatomic.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qbasictimer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qbitarray.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qbuffer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qbytearray.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qbytearraylist.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qbytearraymatcher.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcache.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcborarray.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcborcommon.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcbormap.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcborstream.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcborvalue.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qchar.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcollator.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcommandlineoption.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcommandlineparser.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcompilerdetection.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcontainerfwd.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcontiguouscache.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcoreapplication.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qcryptographichash.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qdatastream.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qdatetime.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qdeadlinetimer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qdebug.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qdir.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qdiriterator.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qeasingcurve.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qelapsedtimer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qendian.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qeventloop.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qeventtransition.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qexception.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfactoryinterface.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfile.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfiledevice.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfileselector.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfilesystemwatcher.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfinalstate.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qflags.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfuture.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfutureinterface.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfuturesynchronizer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qfuturewatcher.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qgenericatomic.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qglobalstatic.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qhash.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qhashfunctions.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qhistorystate.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qidentityproxymodel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qiodevice.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qisenum.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qitemselectionmodel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qiterator.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qjsonarray.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qjsondocument.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qjsonobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qjsonvalue.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qlibrary.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qlibraryinfo.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qline.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qlinkedlist.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qlist.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qlocale.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qlockfile.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qloggingcategory.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmap.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmargins.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmath.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmessageauthenticationcode.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmetaobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmetatype.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmimedatabase.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmimetype.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmutex.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qnamespace.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qnumeric.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qobjectcleanuphandler.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qobjectdefs.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qoperatingsystemversion.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qpair.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qparallelanimationgroup.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qpauseanimation.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qplugin.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qpluginloader.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qpoint.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qpointer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qprocess.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qprocessordetection.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qpropertyanimation.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qqueue.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qrandom.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qreadwritelock.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qrect.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qrefcount.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qregexp.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qregularexpression.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qresource.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qresultstore.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qrunnable.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsavefile.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qscopedpointer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qscopedvaluerollback.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qscopeguard.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsemaphore.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsequentialanimationgroup.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qset.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsettings.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qshareddata.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsharedmemory.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsharedpointer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsignalmapper.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsignaltransition.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsize.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsocketnotifier.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsortfilterproxymodel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstack.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstandardpaths.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstate.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstatemachine.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstorageinfo.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstring.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringalgorithms.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringbuilder.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringlist.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringlistmodel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringliteral.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringmatcher.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringview.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsysinfo.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsystemdetection.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qsystemsemaphore.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtemporarydir.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtemporaryfile.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtextboundaryfinder.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtextcodec.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtextstream.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qthread.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qthreadpool.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qthreadstorage.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtimeline.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtimer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtimezone.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtranslator.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtypeinfo.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtypetraits.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qurlquery.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/quuid.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qvariantanimation.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qvarlengtharray.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qvector.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qversionnumber.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qversiontagging.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qwaitcondition.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qwineventnotifier.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qxmlstream.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtcoreversion.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QtGui \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtguiglobal.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qabstracttextdocumentlayout.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qaccessible.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qaccessiblebridge.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qaccessibleobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qaccessibleplugin.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qbackingstore.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qbitmap.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qbrush.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qclipboard.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qcolor.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qcursor.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qdesktopservices.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qdrag.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qfont.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qfontdatabase.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qfontinfo.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qfontmetrics.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qgenericmatrix.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qgenericplugin.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qgenericpluginfactory.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qglyphrun.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qguiapplication.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qicon.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qiconengine.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qiconengineplugin.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qimage.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qimageiohandler.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qimagereader.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qimagewriter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qinputmethod.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qkeysequence.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qmatrix.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qmatrix4x4.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qmovie.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qoffscreensurface.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopengl.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglbuffer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglcontext.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopengldebug.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglextrafunctions.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglframebufferobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglfunctions.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglpaintdevice.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglpixeltransferoptions.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglshaderprogram.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopengltexture.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopengltextureblitter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopengltimerquery.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglversionfunctions.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglvertexarrayobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qopenglwindow.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpagedpaintdevice.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpagelayout.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpagesize.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpaintdevice.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpaintdevicewindow.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpaintengine.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpainter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpainterpath.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpalette.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpdfwriter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpen.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpicture.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpictureformatplugin.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpixelformat.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpixmap.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpixmapcache.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpolygon.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qquaternion.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qrasterwindow.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qrawfont.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qregion.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qrgb.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qrgba64.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qscreen.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qsessionmanager.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qstandarditemmodel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qstatictext.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qstylehints.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qsurface.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qsurfaceformat.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qsyntaxhighlighter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextcursor.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextdocument.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextdocumentfragment.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextdocumentwriter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextformat.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextlayout.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextlist.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtextoption.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtexttable.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtouchdevice.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtransform.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qvalidator.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qvector2d.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qvector3d.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qvector4d.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qwindow.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qwindowdefs.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qtguiversion.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QSizePolicy \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qsizepolicy.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QListWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlistwidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QComboBox \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qcombobox.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLabel \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlabel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QSpinBox \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qspinbox.h \
		../../MdiChild.h \
		../../Version.h \
		../../Framework/Utilities.h \
		../../Framework/Macros.h \
		../../Framework/SystemInfomation.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qwidget.h \
		../../DocConvert.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o ../../main.cpp

autolink.o: ../../3rdParty/hoedown/autolink.c ../../3rdParty/hoedown/autolink.h \
		../../3rdParty/hoedown/buffer.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o autolink.o ../../3rdParty/hoedown/autolink.c

buffer.o: ../../3rdParty/hoedown/buffer.c ../../3rdParty/hoedown/buffer.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o buffer.o ../../3rdParty/hoedown/buffer.c

document.o: ../../3rdParty/hoedown/document.c ../../3rdParty/hoedown/document.h \
		../../3rdParty/hoedown/buffer.h \
		../../3rdParty/hoedown/autolink.h \
		../../3rdParty/hoedown/stack.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o document.o ../../3rdParty/hoedown/document.c

escape.o: ../../3rdParty/hoedown/escape.c ../../3rdParty/hoedown/escape.h \
		../../3rdParty/hoedown/buffer.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o escape.o ../../3rdParty/hoedown/escape.c

html.o: ../../3rdParty/hoedown/html.c ../../3rdParty/hoedown/html.h \
		../../3rdParty/hoedown/document.h \
		../../3rdParty/hoedown/buffer.h \
		../../3rdParty/hoedown/autolink.h \
		../../3rdParty/hoedown/escape.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o html.o ../../3rdParty/hoedown/html.c

html_blocks.o: ../../3rdParty/hoedown/html_blocks.c 
	$(CC) -c $(CFLAGS) $(INCPATH) -o html_blocks.o ../../3rdParty/hoedown/html_blocks.c

stack.o: ../../3rdParty/hoedown/stack.c ../../3rdParty/hoedown/stack.h \
		../../3rdParty/hoedown/buffer.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o stack.o ../../3rdParty/hoedown/stack.c

hpdf_3dmeasure.o: ../../3rdParty/libharu/src/hpdf_3dmeasure.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_info.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf_3dmeasure.h \
		../../3rdParty/libharu/include/hpdf.h \
		../../3rdParty/libharu/include/hpdf_version.h \
		../../3rdParty/libharu/include/hpdf_doc.h \
		../../3rdParty/libharu/include/hpdf_catalog.h \
		../../3rdParty/libharu/include/hpdf_image.h \
		../../3rdParty/libharu/include/hpdf_pages.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_ext_gstate.h \
		../../3rdParty/libharu/include/hpdf_outline.h \
		../../3rdParty/libharu/include/hpdf_pdfa.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_3dmeasure.o ../../3rdParty/libharu/src/hpdf_3dmeasure.c

hpdf_annotation.o: ../../3rdParty/libharu/src/hpdf_annotation.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_info.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf_annotation.h \
		../../3rdParty/libharu/include/hpdf.h \
		../../3rdParty/libharu/include/hpdf_version.h \
		../../3rdParty/libharu/include/hpdf_doc.h \
		../../3rdParty/libharu/include/hpdf_catalog.h \
		../../3rdParty/libharu/include/hpdf_image.h \
		../../3rdParty/libharu/include/hpdf_pages.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_ext_gstate.h \
		../../3rdParty/libharu/include/hpdf_outline.h \
		../../3rdParty/libharu/include/hpdf_pdfa.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_annotation.o ../../3rdParty/libharu/src/hpdf_annotation.c

hpdf_array.o: ../../3rdParty/libharu/src/hpdf_array.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_array.o ../../3rdParty/libharu/src/hpdf_array.c

hpdf_binary.o: ../../3rdParty/libharu/src/hpdf_binary.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_binary.o ../../3rdParty/libharu/src/hpdf_binary.c

hpdf_boolean.o: ../../3rdParty/libharu/src/hpdf_boolean.c ../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_boolean.o ../../3rdParty/libharu/src/hpdf_boolean.c

hpdf_catalog.o: ../../3rdParty/libharu/src/hpdf_catalog.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_catalog.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf_pages.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_ext_gstate.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_catalog.o ../../3rdParty/libharu/src/hpdf_catalog.c

hpdf_destination.o: ../../3rdParty/libharu/src/hpdf_destination.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf.h \
		../../3rdParty/libharu/include/hpdf_version.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_doc.h \
		../../3rdParty/libharu/include/hpdf_catalog.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf_image.h \
		../../3rdParty/libharu/include/hpdf_pages.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_ext_gstate.h \
		../../3rdParty/libharu/include/hpdf_outline.h \
		../../3rdParty/libharu/include/hpdf_pdfa.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_destination.o ../../3rdParty/libharu/src/hpdf_destination.c

hpdf_dict.o: ../../3rdParty/libharu/src/hpdf_dict.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_dict.o ../../3rdParty/libharu/src/hpdf_dict.c

hpdf_doc.o: ../../3rdParty/libharu/src/hpdf_doc.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_encryptdict.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf_namedict.h \
		../../3rdParty/libharu/include/hpdf_destination.h \
		../../3rdParty/libharu/include/hpdf_info.h \
		../../3rdParty/libharu/include/hpdf_page_label.h \
		../../3rdParty/libharu/include/hpdf.h \
		../../3rdParty/libharu/include/hpdf_version.h \
		../../3rdParty/libharu/include/hpdf_doc.h \
		../../3rdParty/libharu/include/hpdf_catalog.h \
		../../3rdParty/libharu/include/hpdf_image.h \
		../../3rdParty/libharu/include/hpdf_pages.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_ext_gstate.h \
		../../3rdParty/libharu/include/hpdf_outline.h \
		../../3rdParty/libharu/include/hpdf_pdfa.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_doc.o ../../3rdParty/libharu/src/hpdf_doc.c

hpdf_doc_png.o: ../../3rdParty/libharu/src/hpdf_doc_png.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf.h \
		../../3rdParty/libharu/include/hpdf_version.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_doc.h \
		../../3rdParty/libharu/include/hpdf_catalog.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf_image.h \
		../../3rdParty/libharu/include/hpdf_pages.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_ext_gstate.h \
		../../3rdParty/libharu/include/hpdf_outline.h \
		../../3rdParty/libharu/include/hpdf_pdfa.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_doc_png.o ../../3rdParty/libharu/src/hpdf_doc_png.c

hpdf_encoder.o: ../../3rdParty/libharu/src/hpdf_encoder.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf.h \
		../../3rdParty/libharu/include/hpdf_version.h \
		../../3rdParty/libharu/include/hpdf_doc.h \
		../../3rdParty/libharu/include/hpdf_catalog.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_image.h \
		../../3rdParty/libharu/include/hpdf_pages.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_ext_gstate.h \
		../../3rdParty/libharu/include/hpdf_outline.h \
		../../3rdParty/libharu/include/hpdf_pdfa.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_encoder.o ../../3rdParty/libharu/src/hpdf_encoder.c

hpdf_encoder_utf.o: ../../3rdParty/libharu/src/hpdf_encoder_utf.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf.h \
		../../3rdParty/libharu/include/hpdf_version.h \
		../../3rdParty/libharu/include/hpdf_doc.h \
		../../3rdParty/libharu/include/hpdf_catalog.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_image.h \
		../../3rdParty/libharu/include/hpdf_pages.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_ext_gstate.h \
		../../3rdParty/libharu/include/hpdf_outline.h \
		../../3rdParty/libharu/include/hpdf_pdfa.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_encoder_utf.o ../../3rdParty/libharu/src/hpdf_encoder_utf.c

hpdf_encrypt.o: ../../3rdParty/libharu/src/hpdf_encrypt.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_error.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_encrypt.o ../../3rdParty/libharu/src/hpdf_encrypt.c

hpdf_encryptdict.o: ../../3rdParty/libharu/src/hpdf_encryptdict.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf_encryptdict.h \
		../../3rdParty/libharu/include/hpdf_info.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_encryptdict.o ../../3rdParty/libharu/src/hpdf_encryptdict.c

hpdf_error.o: ../../3rdParty/libharu/src/hpdf_error.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf.h \
		../../3rdParty/libharu/include/hpdf_version.h \
		../../3rdParty/libharu/include/hpdf_doc.h \
		../../3rdParty/libharu/include/hpdf_catalog.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf_image.h \
		../../3rdParty/libharu/include/hpdf_pages.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_ext_gstate.h \
		../../3rdParty/libharu/include/hpdf_outline.h \
		../../3rdParty/libharu/include/hpdf_pdfa.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_error.o ../../3rdParty/libharu/src/hpdf_error.c

hpdf_exdata.o: ../../3rdParty/libharu/src/hpdf_exdata.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_info.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf_exdata.h \
		../../3rdParty/libharu/include/hpdf.h \
		../../3rdParty/libharu/include/hpdf_version.h \
		../../3rdParty/libharu/include/hpdf_doc.h \
		../../3rdParty/libharu/include/hpdf_catalog.h \
		../../3rdParty/libharu/include/hpdf_image.h \
		../../3rdParty/libharu/include/hpdf_pages.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_ext_gstate.h \
		../../3rdParty/libharu/include/hpdf_outline.h \
		../../3rdParty/libharu/include/hpdf_pdfa.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_exdata.o ../../3rdParty/libharu/src/hpdf_exdata.c

hpdf_ext_gstate.o: ../../3rdParty/libharu/src/hpdf_ext_gstate.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_ext_gstate.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf.h \
		../../3rdParty/libharu/include/hpdf_version.h \
		../../3rdParty/libharu/include/hpdf_doc.h \
		../../3rdParty/libharu/include/hpdf_catalog.h \
		../../3rdParty/libharu/include/hpdf_image.h \
		../../3rdParty/libharu/include/hpdf_pages.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_outline.h \
		../../3rdParty/libharu/include/hpdf_pdfa.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_ext_gstate.o ../../3rdParty/libharu/src/hpdf_ext_gstate.c

hpdf_font.o: ../../3rdParty/libharu/src/hpdf_font.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf.h \
		../../3rdParty/libharu/include/hpdf_version.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_doc.h \
		../../3rdParty/libharu/include/hpdf_catalog.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf_image.h \
		../../3rdParty/libharu/include/hpdf_pages.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_ext_gstate.h \
		../../3rdParty/libharu/include/hpdf_outline.h \
		../../3rdParty/libharu/include/hpdf_pdfa.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_font.o ../../3rdParty/libharu/src/hpdf_font.c

hpdf_fontdef.o: ../../3rdParty/libharu/src/hpdf_fontdef.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_fontdef.o ../../3rdParty/libharu/src/hpdf_fontdef.c

hpdf_fontdef_base14.o: ../../3rdParty/libharu/src/hpdf_fontdef_base14.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_fontdef_base14.o ../../3rdParty/libharu/src/hpdf_fontdef_base14.c

hpdf_fontdef_cid.o: ../../3rdParty/libharu/src/hpdf_fontdef_cid.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_fontdef_cid.o ../../3rdParty/libharu/src/hpdf_fontdef_cid.c

hpdf_fontdef_cns.o: ../../3rdParty/libharu/src/hpdf_fontdef_cns.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf.h \
		../../3rdParty/libharu/include/hpdf_version.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_doc.h \
		../../3rdParty/libharu/include/hpdf_catalog.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf_image.h \
		../../3rdParty/libharu/include/hpdf_pages.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_ext_gstate.h \
		../../3rdParty/libharu/include/hpdf_outline.h \
		../../3rdParty/libharu/include/hpdf_pdfa.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_fontdef_cns.o ../../3rdParty/libharu/src/hpdf_fontdef_cns.c

hpdf_fontdef_cnt.o: ../../3rdParty/libharu/src/hpdf_fontdef_cnt.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf.h \
		../../3rdParty/libharu/include/hpdf_version.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_doc.h \
		../../3rdParty/libharu/include/hpdf_catalog.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf_image.h \
		../../3rdParty/libharu/include/hpdf_pages.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_ext_gstate.h \
		../../3rdParty/libharu/include/hpdf_outline.h \
		../../3rdParty/libharu/include/hpdf_pdfa.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_fontdef_cnt.o ../../3rdParty/libharu/src/hpdf_fontdef_cnt.c

hpdf_fontdef_jp.o: ../../3rdParty/libharu/src/hpdf_fontdef_jp.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf.h \
		../../3rdParty/libharu/include/hpdf_version.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_doc.h \
		../../3rdParty/libharu/include/hpdf_catalog.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf_image.h \
		../../3rdParty/libharu/include/hpdf_pages.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_ext_gstate.h \
		../../3rdParty/libharu/include/hpdf_outline.h \
		../../3rdParty/libharu/include/hpdf_pdfa.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_fontdef_jp.o ../../3rdParty/libharu/src/hpdf_fontdef_jp.c

hpdf_fontdef_kr.o: ../../3rdParty/libharu/src/hpdf_fontdef_kr.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf.h \
		../../3rdParty/libharu/include/hpdf_version.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_doc.h \
		../../3rdParty/libharu/include/hpdf_catalog.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf_image.h \
		../../3rdParty/libharu/include/hpdf_pages.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_ext_gstate.h \
		../../3rdParty/libharu/include/hpdf_outline.h \
		../../3rdParty/libharu/include/hpdf_pdfa.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_fontdef_kr.o ../../3rdParty/libharu/src/hpdf_fontdef_kr.c

hpdf_fontdef_tt.o: ../../3rdParty/libharu/src/hpdf_fontdef_tt.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_fontdef_tt.o ../../3rdParty/libharu/src/hpdf_fontdef_tt.c

hpdf_fontdef_type1.o: ../../3rdParty/libharu/src/hpdf_fontdef_type1.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_fontdef_type1.o ../../3rdParty/libharu/src/hpdf_fontdef_type1.c

hpdf_font_cid.o: ../../3rdParty/libharu/src/hpdf_font_cid.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_font_cid.o ../../3rdParty/libharu/src/hpdf_font_cid.c

hpdf_font_tt.o: ../../3rdParty/libharu/src/hpdf_font_tt.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_font_tt.o ../../3rdParty/libharu/src/hpdf_font_tt.c

hpdf_font_type1.o: ../../3rdParty/libharu/src/hpdf_font_type1.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_font_type1.o ../../3rdParty/libharu/src/hpdf_font_type1.c

hpdf_gstate.o: ../../3rdParty/libharu/src/hpdf_gstate.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_gstate.o ../../3rdParty/libharu/src/hpdf_gstate.c

hpdf_image.o: ../../3rdParty/libharu/src/hpdf_image.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf.h \
		../../3rdParty/libharu/include/hpdf_version.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_doc.h \
		../../3rdParty/libharu/include/hpdf_catalog.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf_image.h \
		../../3rdParty/libharu/include/hpdf_pages.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_ext_gstate.h \
		../../3rdParty/libharu/include/hpdf_outline.h \
		../../3rdParty/libharu/include/hpdf_pdfa.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_image.o ../../3rdParty/libharu/src/hpdf_image.c

hpdf_image_png.o: ../../3rdParty/libharu/src/hpdf_image_png.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_image.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libpng/png.h \
		../../3rdParty/libpng/pnglibconf.h \
		../../3rdParty/libpng/pngconf.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_image_png.o ../../3rdParty/libharu/src/hpdf_image_png.c

hpdf_info.o: ../../3rdParty/libharu/src/hpdf_info.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_info.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_info.o ../../3rdParty/libharu/src/hpdf_info.c

hpdf_list.o: ../../3rdParty/libharu/src/hpdf_list.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_list.o ../../3rdParty/libharu/src/hpdf_list.c

hpdf_mmgr.o: ../../3rdParty/libharu/src/hpdf_mmgr.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_mmgr.o ../../3rdParty/libharu/src/hpdf_mmgr.c

hpdf_name.o: ../../3rdParty/libharu/src/hpdf_name.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_name.o ../../3rdParty/libharu/src/hpdf_name.c

hpdf_namedict.o: ../../3rdParty/libharu/src/hpdf_namedict.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_namedict.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_namedict.o ../../3rdParty/libharu/src/hpdf_namedict.c

hpdf_null.o: ../../3rdParty/libharu/src/hpdf_null.c ../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_null.o ../../3rdParty/libharu/src/hpdf_null.c

hpdf_number.o: ../../3rdParty/libharu/src/hpdf_number.c ../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_number.o ../../3rdParty/libharu/src/hpdf_number.c

hpdf_objects.o: ../../3rdParty/libharu/src/hpdf_objects.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_objects.o ../../3rdParty/libharu/src/hpdf_objects.c

hpdf_outline.o: ../../3rdParty/libharu/src/hpdf_outline.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_destination.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf.h \
		../../3rdParty/libharu/include/hpdf_version.h \
		../../3rdParty/libharu/include/hpdf_doc.h \
		../../3rdParty/libharu/include/hpdf_catalog.h \
		../../3rdParty/libharu/include/hpdf_image.h \
		../../3rdParty/libharu/include/hpdf_pages.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_ext_gstate.h \
		../../3rdParty/libharu/include/hpdf_outline.h \
		../../3rdParty/libharu/include/hpdf_pdfa.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_outline.o ../../3rdParty/libharu/src/hpdf_outline.c

hpdf_pages.o: ../../3rdParty/libharu/src/hpdf_pages.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf.h \
		../../3rdParty/libharu/include/hpdf_version.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_doc.h \
		../../3rdParty/libharu/include/hpdf_catalog.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf_image.h \
		../../3rdParty/libharu/include/hpdf_pages.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_ext_gstate.h \
		../../3rdParty/libharu/include/hpdf_outline.h \
		../../3rdParty/libharu/include/hpdf_pdfa.h \
		../../3rdParty/libharu/include/hpdf_annotation.h \
		../../3rdParty/libharu/include/hpdf_destination.h \
		../../3rdParty/libharu/include/hpdf_3dmeasure.h \
		../../3rdParty/libharu/include/hpdf_exdata.h \
		../../3rdParty/libharu/include/hpdf_u3d.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_pages.o ../../3rdParty/libharu/src/hpdf_pages.c

hpdf_page_label.o: ../../3rdParty/libharu/src/hpdf_page_label.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_page_label.h \
		../../3rdParty/libharu/include/hpdf.h \
		../../3rdParty/libharu/include/hpdf_version.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_doc.h \
		../../3rdParty/libharu/include/hpdf_catalog.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf_image.h \
		../../3rdParty/libharu/include/hpdf_pages.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_ext_gstate.h \
		../../3rdParty/libharu/include/hpdf_outline.h \
		../../3rdParty/libharu/include/hpdf_pdfa.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_page_label.o ../../3rdParty/libharu/src/hpdf_page_label.c

hpdf_page_operator.o: ../../3rdParty/libharu/src/hpdf_page_operator.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_pages.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf_ext_gstate.h \
		../../3rdParty/libharu/include/hpdf.h \
		../../3rdParty/libharu/include/hpdf_version.h \
		../../3rdParty/libharu/include/hpdf_doc.h \
		../../3rdParty/libharu/include/hpdf_catalog.h \
		../../3rdParty/libharu/include/hpdf_image.h \
		../../3rdParty/libharu/include/hpdf_outline.h \
		../../3rdParty/libharu/include/hpdf_pdfa.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_page_operator.o ../../3rdParty/libharu/src/hpdf_page_operator.c

hpdf_pdfa.o: ../../3rdParty/libharu/src/hpdf_pdfa.c ../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf.h \
		../../3rdParty/libharu/include/hpdf_version.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_doc.h \
		../../3rdParty/libharu/include/hpdf_catalog.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf_image.h \
		../../3rdParty/libharu/include/hpdf_pages.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_ext_gstate.h \
		../../3rdParty/libharu/include/hpdf_outline.h \
		../../3rdParty/libharu/include/hpdf_pdfa.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_pdfa.o ../../3rdParty/libharu/src/hpdf_pdfa.c

hpdf_real.o: ../../3rdParty/libharu/src/hpdf_real.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_real.o ../../3rdParty/libharu/src/hpdf_real.c

hpdf_streams.o: ../../3rdParty/libharu/src/hpdf_streams.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_streams.o ../../3rdParty/libharu/src/hpdf_streams.c

hpdf_string.o: ../../3rdParty/libharu/src/hpdf_string.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_string.o ../../3rdParty/libharu/src/hpdf_string.c

hpdf_u3d.o: ../../3rdParty/libharu/src/hpdf_u3d.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf.h \
		../../3rdParty/libharu/include/hpdf_version.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_doc.h \
		../../3rdParty/libharu/include/hpdf_catalog.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h \
		../../3rdParty/libharu/include/hpdf_image.h \
		../../3rdParty/libharu/include/hpdf_pages.h \
		../../3rdParty/libharu/include/hpdf_gstate.h \
		../../3rdParty/libharu/include/hpdf_font.h \
		../../3rdParty/libharu/include/hpdf_fontdef.h \
		../../3rdParty/libharu/include/hpdf_ext_gstate.h \
		../../3rdParty/libharu/include/hpdf_outline.h \
		../../3rdParty/libharu/include/hpdf_pdfa.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_u3d.o ../../3rdParty/libharu/src/hpdf_u3d.c

hpdf_utils.o: ../../3rdParty/libharu/src/hpdf_utils.c ../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_consts.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_utils.o ../../3rdParty/libharu/src/hpdf_utils.c

hpdf_xref.o: ../../3rdParty/libharu/src/hpdf_xref.c ../../3rdParty/libharu/include/hpdf_conf.h \
		../../3rdParty/libharu/include/hpdf_utils.h \
		../../3rdParty/libharu/include/hpdf_config.h \
		../../3rdParty/libharu/include/hpdf_types.h \
		../../3rdParty/libharu/include/hpdf_objects.h \
		../../3rdParty/libharu/include/hpdf_encoder.h \
		../../3rdParty/libharu/include/hpdf_consts.h \
		../../3rdParty/libharu/include/hpdf_streams.h \
		../../3rdParty/libharu/include/hpdf_list.h \
		../../3rdParty/libharu/include/hpdf_error.h \
		../../3rdParty/libharu/include/hpdf_mmgr.h \
		../../3rdParty/libharu/include/hpdf_encrypt.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o hpdf_xref.o ../../3rdParty/libharu/src/hpdf_xref.c

ticpp.o: ../../3rdParty/TinyXML++/ticpp.cpp ../../3rdParty/TinyXML++/ticpp.h \
		../../3rdParty/TinyXML++/ticppapi.h \
		../../3rdParty/TinyXML++/tinyxml.h \
		../../3rdParty/TinyXML++/tinystr.h \
		../../3rdParty/TinyXML++/ticpprc.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ticpp.o ../../3rdParty/TinyXML++/ticpp.cpp

tinystr.o: ../../3rdParty/TinyXML++/tinystr.cpp ../../3rdParty/TinyXML++/tinystr.h \
		../../3rdParty/TinyXML++/ticppapi.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o tinystr.o ../../3rdParty/TinyXML++/tinystr.cpp

tinyxml.o: ../../3rdParty/TinyXML++/tinyxml.cpp ../../3rdParty/TinyXML++/tinyxml.h \
		../../3rdParty/TinyXML++/ticppapi.h \
		../../3rdParty/TinyXML++/tinystr.h \
		../../3rdParty/TinyXML++/ticpprc.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o tinyxml.o ../../3rdParty/TinyXML++/tinyxml.cpp

tinyxmlerror.o: ../../3rdParty/TinyXML++/tinyxmlerror.cpp ../../3rdParty/TinyXML++/tinyxml.h \
		../../3rdParty/TinyXML++/ticppapi.h \
		../../3rdParty/TinyXML++/tinystr.h \
		../../3rdParty/TinyXML++/ticpprc.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o tinyxmlerror.o ../../3rdParty/TinyXML++/tinyxmlerror.cpp

tinyxmlparser.o: ../../3rdParty/TinyXML++/tinyxmlparser.cpp ../../3rdParty/TinyXML++/tinyxml.h \
		../../3rdParty/TinyXML++/ticppapi.h \
		../../3rdParty/TinyXML++/tinystr.h \
		../../3rdParty/TinyXML++/ticpprc.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o tinyxmlparser.o ../../3rdParty/TinyXML++/tinyxmlparser.cpp

qtpropertybrowser.o: ../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.cpp ../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qwidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QSet \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qset.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLineEdit \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlineedit.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QMap \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmap.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QIcon \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qicon.h \
		moc_qtpropertybrowser.cpp
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o qtpropertybrowser.o ../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.cpp

qtpropertymanager.o: ../../3rdParty/qtpropertybrowser/src/qtpropertymanager.cpp ../../3rdParty/qtpropertybrowser/src/qtpropertymanager.h \
		../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qwidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QSet \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qset.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLineEdit \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlineedit.h \
		../../3rdParty/qtpropertybrowser/src/qtpropertybrowserutils_p.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QMap \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmap.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QIcon \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qicon.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QStringList \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringlist.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QDateTime \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qdatetime.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QLocale \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qlocale.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QTimer \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtimer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QMetaEnum \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmetaobject.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QFontDatabase \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qfontdatabase.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QStyleOption \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qstyleoption.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QStyle \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qstyle.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QApplication \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qapplication.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QPainter \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpainter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLabel \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlabel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QCheckBox \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qcheckbox.h \
		moc_qtpropertymanager.cpp \
		qtpropertymanager.moc
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o qtpropertymanager.o ../../3rdParty/qtpropertybrowser/src/qtpropertymanager.cpp

qteditorfactory.o: ../../3rdParty/qtpropertybrowser/src/qteditorfactory.cpp ../../3rdParty/qtpropertybrowser/src/qteditorfactory.h \
		../../3rdParty/qtpropertybrowser/src/qtpropertymanager.h \
		../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qwidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QSet \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qset.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLineEdit \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlineedit.h \
		../../3rdParty/qtpropertybrowser/src/qtpropertybrowserutils_p.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QMap \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmap.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QIcon \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qicon.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QStringList \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringlist.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QSpinBox \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qspinbox.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QScrollBar \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qscrollbar.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QComboBox \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qcombobox.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QAbstractItemView \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qabstractitemview.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QDateTimeEdit \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qdatetimeedit.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QHBoxLayout \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qboxlayout.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QMenu \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qmenu.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QKeyEvent \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qevent.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QApplication \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qapplication.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLabel \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlabel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QToolButton \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qtoolbutton.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QColorDialog \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qcolordialog.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QFontDialog \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qfontdialog.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QSpacerItem \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlayoutitem.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QStyleOption \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qstyleoption.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QPainter \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpainter.h \
		moc_qteditorfactory.cpp \
		qteditorfactory.moc
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o qteditorfactory.o ../../3rdParty/qtpropertybrowser/src/qteditorfactory.cpp

qtvariantproperty.o: ../../3rdParty/qtpropertybrowser/src/qtvariantproperty.cpp ../../3rdParty/qtpropertybrowser/src/qtvariantproperty.h \
		../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qwidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QSet \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qset.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLineEdit \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlineedit.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QVariant \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qvariant.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QIcon \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qicon.h \
		../../3rdParty/qtpropertybrowser/src/qtpropertymanager.h \
		../../3rdParty/qtpropertybrowser/src/qteditorfactory.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QDate \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qdatetime.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QLocale \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qlocale.h \
		moc_qtvariantproperty.cpp
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o qtvariantproperty.o ../../3rdParty/qtpropertybrowser/src/qtvariantproperty.cpp

qttreepropertybrowser.o: ../../3rdParty/qtpropertybrowser/src/qttreepropertybrowser.cpp ../../3rdParty/qtpropertybrowser/src/qttreepropertybrowser.h \
		../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qwidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QSet \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qset.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLineEdit \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlineedit.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QIcon \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qicon.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QTreeWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qtreewidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QItemDelegate \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qitemdelegate.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QHBoxLayout \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qboxlayout.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QHeaderView \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qheaderview.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QPainter \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpainter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QApplication \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qapplication.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QFocusEvent \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qevent.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QStyle \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qstyle.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QPalette \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpalette.h \
		moc_qttreepropertybrowser.cpp \
		qttreepropertybrowser.moc
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o qttreepropertybrowser.o ../../3rdParty/qtpropertybrowser/src/qttreepropertybrowser.cpp

qtbuttonpropertybrowser.o: ../../3rdParty/qtpropertybrowser/src/qtbuttonpropertybrowser.cpp ../../3rdParty/qtpropertybrowser/src/qtbuttonpropertybrowser.h \
		../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qwidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QSet \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qset.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLineEdit \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlineedit.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QGridLayout \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qgridlayout.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLabel \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlabel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QTimer \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtimer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QMap \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmap.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QToolButton \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qtoolbutton.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QStyle \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qstyle.h \
		moc_qtbuttonpropertybrowser.cpp
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o qtbuttonpropertybrowser.o ../../3rdParty/qtpropertybrowser/src/qtbuttonpropertybrowser.cpp

qtgroupboxpropertybrowser.o: ../../3rdParty/qtpropertybrowser/src/qtgroupboxpropertybrowser.cpp ../../3rdParty/qtpropertybrowser/src/qtgroupboxpropertybrowser.h \
		../../3rdParty/qtpropertybrowser/src/qtpropertybrowser.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qwidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QSet \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qset.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLineEdit \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlineedit.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QGridLayout \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qgridlayout.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLabel \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlabel.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QGroupBox \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qgroupbox.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QTimer \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qtimer.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QMap \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmap.h \
		moc_qtgroupboxpropertybrowser.cpp
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o qtgroupboxpropertybrowser.o ../../3rdParty/qtpropertybrowser/src/qtgroupboxpropertybrowser.cpp

qtpropertybrowserutils.o: ../../3rdParty/qtpropertybrowser/src/qtpropertybrowserutils.cpp ../../3rdParty/qtpropertybrowser/src/qtpropertybrowserutils_p.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QMap \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qmap.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QIcon \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qicon.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QWidget \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qwidget.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/QStringList \
		/usr/local/Cellar/qt/5.12.3/lib/QtCore.framework/Headers/qstringlist.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QApplication \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qapplication.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QPainter \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qpainter.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QHBoxLayout \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qboxlayout.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/QMouseEvent \
		/usr/local/Cellar/qt/5.12.3/lib/QtGui.framework/Headers/qevent.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QCheckBox \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qcheckbox.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QLineEdit \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qlineedit.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QMenu \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qmenu.h \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/QStyleOption \
		/usr/local/Cellar/qt/5.12.3/lib/QtWidgets.framework/Headers/qstyleoption.h \
		../moc_qtpropertybrowserutils.cpp
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o qtpropertybrowserutils.o ../../3rdParty/qtpropertybrowser/src/qtpropertybrowserutils.cpp

png.o: ../../3rdParty/libpng/png.c ../../3rdParty/libpng/pngpriv.h \
		../../3rdParty/libpng/pnglibconf.h \
		../../3rdParty/libpng/png.h \
		../../3rdParty/libpng/pngconf.h \
		../../3rdParty/libpng/pngstruct.h \
		../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h \
		../../3rdParty/libpng/pnginfo.h \
		../../3rdParty/libpng/pngdebug.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o png.o ../../3rdParty/libpng/png.c

pngerror.o: ../../3rdParty/libpng/pngerror.c ../../3rdParty/libpng/pngpriv.h \
		../../3rdParty/libpng/pnglibconf.h \
		../../3rdParty/libpng/png.h \
		../../3rdParty/libpng/pngconf.h \
		../../3rdParty/libpng/pngstruct.h \
		../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h \
		../../3rdParty/libpng/pnginfo.h \
		../../3rdParty/libpng/pngdebug.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o pngerror.o ../../3rdParty/libpng/pngerror.c

pngget.o: ../../3rdParty/libpng/pngget.c ../../3rdParty/libpng/pngpriv.h \
		../../3rdParty/libpng/pnglibconf.h \
		../../3rdParty/libpng/png.h \
		../../3rdParty/libpng/pngconf.h \
		../../3rdParty/libpng/pngstruct.h \
		../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h \
		../../3rdParty/libpng/pnginfo.h \
		../../3rdParty/libpng/pngdebug.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o pngget.o ../../3rdParty/libpng/pngget.c

pngmem.o: ../../3rdParty/libpng/pngmem.c ../../3rdParty/libpng/pngpriv.h \
		../../3rdParty/libpng/pnglibconf.h \
		../../3rdParty/libpng/png.h \
		../../3rdParty/libpng/pngconf.h \
		../../3rdParty/libpng/pngstruct.h \
		../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h \
		../../3rdParty/libpng/pnginfo.h \
		../../3rdParty/libpng/pngdebug.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o pngmem.o ../../3rdParty/libpng/pngmem.c

pngpread.o: ../../3rdParty/libpng/pngpread.c ../../3rdParty/libpng/pngpriv.h \
		../../3rdParty/libpng/pnglibconf.h \
		../../3rdParty/libpng/png.h \
		../../3rdParty/libpng/pngconf.h \
		../../3rdParty/libpng/pngstruct.h \
		../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h \
		../../3rdParty/libpng/pnginfo.h \
		../../3rdParty/libpng/pngdebug.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o pngpread.o ../../3rdParty/libpng/pngpread.c

pngread.o: ../../3rdParty/libpng/pngread.c ../../3rdParty/libpng/pngpriv.h \
		../../3rdParty/libpng/pnglibconf.h \
		../../3rdParty/libpng/png.h \
		../../3rdParty/libpng/pngconf.h \
		../../3rdParty/libpng/pngstruct.h \
		../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h \
		../../3rdParty/libpng/pnginfo.h \
		../../3rdParty/libpng/pngdebug.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o pngread.o ../../3rdParty/libpng/pngread.c

pngrio.o: ../../3rdParty/libpng/pngrio.c ../../3rdParty/libpng/pngpriv.h \
		../../3rdParty/libpng/pnglibconf.h \
		../../3rdParty/libpng/png.h \
		../../3rdParty/libpng/pngconf.h \
		../../3rdParty/libpng/pngstruct.h \
		../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h \
		../../3rdParty/libpng/pnginfo.h \
		../../3rdParty/libpng/pngdebug.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o pngrio.o ../../3rdParty/libpng/pngrio.c

pngrtran.o: ../../3rdParty/libpng/pngrtran.c ../../3rdParty/libpng/pngpriv.h \
		../../3rdParty/libpng/pnglibconf.h \
		../../3rdParty/libpng/png.h \
		../../3rdParty/libpng/pngconf.h \
		../../3rdParty/libpng/pngstruct.h \
		../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h \
		../../3rdParty/libpng/pnginfo.h \
		../../3rdParty/libpng/pngdebug.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o pngrtran.o ../../3rdParty/libpng/pngrtran.c

pngrutil.o: ../../3rdParty/libpng/pngrutil.c ../../3rdParty/libpng/pngpriv.h \
		../../3rdParty/libpng/pnglibconf.h \
		../../3rdParty/libpng/png.h \
		../../3rdParty/libpng/pngconf.h \
		../../3rdParty/libpng/pngstruct.h \
		../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h \
		../../3rdParty/libpng/pnginfo.h \
		../../3rdParty/libpng/pngdebug.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o pngrutil.o ../../3rdParty/libpng/pngrutil.c

pngset.o: ../../3rdParty/libpng/pngset.c ../../3rdParty/libpng/pngpriv.h \
		../../3rdParty/libpng/pnglibconf.h \
		../../3rdParty/libpng/png.h \
		../../3rdParty/libpng/pngconf.h \
		../../3rdParty/libpng/pngstruct.h \
		../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h \
		../../3rdParty/libpng/pnginfo.h \
		../../3rdParty/libpng/pngdebug.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o pngset.o ../../3rdParty/libpng/pngset.c

pngtrans.o: ../../3rdParty/libpng/pngtrans.c ../../3rdParty/libpng/pngpriv.h \
		../../3rdParty/libpng/pnglibconf.h \
		../../3rdParty/libpng/png.h \
		../../3rdParty/libpng/pngconf.h \
		../../3rdParty/libpng/pngstruct.h \
		../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h \
		../../3rdParty/libpng/pnginfo.h \
		../../3rdParty/libpng/pngdebug.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o pngtrans.o ../../3rdParty/libpng/pngtrans.c

pngwio.o: ../../3rdParty/libpng/pngwio.c ../../3rdParty/libpng/pngpriv.h \
		../../3rdParty/libpng/pnglibconf.h \
		../../3rdParty/libpng/png.h \
		../../3rdParty/libpng/pngconf.h \
		../../3rdParty/libpng/pngstruct.h \
		../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h \
		../../3rdParty/libpng/pnginfo.h \
		../../3rdParty/libpng/pngdebug.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o pngwio.o ../../3rdParty/libpng/pngwio.c

pngwrite.o: ../../3rdParty/libpng/pngwrite.c ../../3rdParty/libpng/pngpriv.h \
		../../3rdParty/libpng/pnglibconf.h \
		../../3rdParty/libpng/png.h \
		../../3rdParty/libpng/pngconf.h \
		../../3rdParty/libpng/pngstruct.h \
		../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h \
		../../3rdParty/libpng/pnginfo.h \
		../../3rdParty/libpng/pngdebug.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o pngwrite.o ../../3rdParty/libpng/pngwrite.c

pngwtran.o: ../../3rdParty/libpng/pngwtran.c ../../3rdParty/libpng/pngpriv.h \
		../../3rdParty/libpng/pnglibconf.h \
		../../3rdParty/libpng/png.h \
		../../3rdParty/libpng/pngconf.h \
		../../3rdParty/libpng/pngstruct.h \
		../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h \
		../../3rdParty/libpng/pnginfo.h \
		../../3rdParty/libpng/pngdebug.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o pngwtran.o ../../3rdParty/libpng/pngwtran.c

pngwutil.o: ../../3rdParty/libpng/pngwutil.c ../../3rdParty/libpng/pngpriv.h \
		../../3rdParty/libpng/pnglibconf.h \
		../../3rdParty/libpng/png.h \
		../../3rdParty/libpng/pngconf.h \
		../../3rdParty/libpng/pngstruct.h \
		../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h \
		../../3rdParty/libpng/pnginfo.h \
		../../3rdParty/libpng/pngdebug.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o pngwutil.o ../../3rdParty/libpng/pngwutil.c

inftrees.o: ../../3rdParty/zlib/inftrees.c ../../3rdParty/zlib/zutil.h \
		../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h \
		../../3rdParty/zlib/inftrees.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o inftrees.o ../../3rdParty/zlib/inftrees.c

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
	$(CC) -c $(CFLAGS) $(INCPATH) -o trees.o ../../3rdParty/zlib/trees.c

uncompr.o: ../../3rdParty/zlib/uncompr.c ../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o uncompr.o ../../3rdParty/zlib/uncompr.c

zutil.o: ../../3rdParty/zlib/zutil.c ../../3rdParty/zlib/zutil.h \
		../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h \
		../../3rdParty/zlib/gzguts.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o zutil.o ../../3rdParty/zlib/zutil.c

adler32.o: ../../3rdParty/zlib/adler32.c ../../3rdParty/zlib/zutil.h \
		../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o adler32.o ../../3rdParty/zlib/adler32.c

compress.o: ../../3rdParty/zlib/compress.c ../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o compress.o ../../3rdParty/zlib/compress.c

crc32.o: ../../3rdParty/zlib/crc32.c ../../3rdParty/zlib/zutil.h \
		../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h \
		../../3rdParty/zlib/crc32.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o crc32.o ../../3rdParty/zlib/crc32.c

deflate.o: ../../3rdParty/zlib/deflate.c ../../3rdParty/zlib/deflate.h \
		../../3rdParty/zlib/zutil.h \
		../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o deflate.o ../../3rdParty/zlib/deflate.c

gzclose.o: ../../3rdParty/zlib/gzclose.c ../../3rdParty/zlib/gzguts.h \
		../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o gzclose.o ../../3rdParty/zlib/gzclose.c

gzlib.o: ../../3rdParty/zlib/gzlib.c ../../3rdParty/zlib/gzguts.h \
		../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o gzlib.o ../../3rdParty/zlib/gzlib.c

gzread.o: ../../3rdParty/zlib/gzread.c ../../3rdParty/zlib/gzguts.h \
		../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o gzread.o ../../3rdParty/zlib/gzread.c

gzwrite.o: ../../3rdParty/zlib/gzwrite.c ../../3rdParty/zlib/gzguts.h \
		../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o gzwrite.o ../../3rdParty/zlib/gzwrite.c

infback.o: ../../3rdParty/zlib/infback.c ../../3rdParty/zlib/zutil.h \
		../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h \
		../../3rdParty/zlib/inftrees.h \
		../../3rdParty/zlib/inflate.h \
		../../3rdParty/zlib/inffast.h \
		../../3rdParty/zlib/inffixed.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o infback.o ../../3rdParty/zlib/infback.c

inffast.o: ../../3rdParty/zlib/inffast.c ../../3rdParty/zlib/zutil.h \
		../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h \
		../../3rdParty/zlib/inftrees.h \
		../../3rdParty/zlib/inflate.h \
		../../3rdParty/zlib/inffast.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o inffast.o ../../3rdParty/zlib/inffast.c

inflate.o: ../../3rdParty/zlib/inflate.c ../../3rdParty/zlib/zutil.h \
		../../3rdParty/zlib/zlib.h \
		../../3rdParty/zlib/zconf.h \
		../../3rdParty/zlib/inftrees.h \
		../../3rdParty/zlib/inflate.h \
		../../3rdParty/zlib/inffast.h \
		../../3rdParty/zlib/inffixed.h
	$(CC) -c $(CFLAGS) $(INCPATH) -o inflate.o ../../3rdParty/zlib/inflate.c

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

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

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

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

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

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

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

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

####### Install

install:  FORCE

uninstall:  FORCE

FORCE:

