diff --git a/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/.qmake.stash b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/.qmake.stash new file mode 100644 index 0000000..87fd3e5 --- /dev/null +++ b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/.qmake.stash @@ -0,0 +1,17 @@ +QMAKE_XCODE_DEVELOPER_PATH = /Applications/Xcode.app/Contents/Developer +QMAKE_XCODE_VERSION = 6.0.1 +QMAKE_MAC_SDK.macosx.path = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk +QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_CC = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang +QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_CXX = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ +QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_FIX_RPATH = \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool \ + -id +QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_AR = \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar \ + cq +QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_RANLIB = \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib \ + -s +QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_LINK = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ +QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_LINK_SHLIB = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ +QMAKE_MAC_SDK.macosx.platform_name = macosx diff --git a/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/Makefile b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/Makefile new file mode 100644 index 0000000..e318778 --- /dev/null +++ b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/Makefile @@ -0,0 +1,1899 @@ +############################################################################# +# Makefile for building: groundstation.app/Contents/MacOS/groundstation +# Generated by qmake (3.0) (Qt 5.4.0) +# Project: ../groundstation/groundstation.pro +# Template: app +# Command: /Users/LuChen/Qt/5.4/clang_64/bin/qmake -spec macx-clang CONFIG+=debug CONFIG+=x86_64 -o Makefile ../groundstation/groundstation.pro +############################################################################# + +MAKEFILE = Makefile + +####### Compiler, tools and options + +CC = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang +CXX = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ +DEFINES = -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB +CFLAGS = -pipe -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE $(DEFINES) +CXXFLAGS = -pipe -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE $(DEFINES) +INCPATH = -I../../../Qt/5.4/clang_64/mkspecs/macx-clang -I../groundstation -I../groundstation/targetlist -I../groundstation/backend -I../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers -I../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers -I../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -I. -I. -F/Users/LuChen/Qt/5.4/clang_64/lib +QMAKE = /Users/LuChen/Qt/5.4/clang_64/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 = $(COPY_FILE) +INSTALL_PROGRAM = $(COPY_FILE) +INSTALL_DIR = $(COPY_DIR) +DEL_FILE = rm -f +SYMLINK = ln -f -s +DEL_DIR = rmdir +MOVE = mv -f +TAR = tar -cf +COMPRESS = gzip -9f +DISTNAME = groundstation1.0.0 +DISTDIR = /Users/LuChen/Documents/groundstation/groundstation/.tmp/groundstation1.0.0 +LINK = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ +LFLAGS = -headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wl,-rpath,/Users/LuChen/Qt/5.4/clang_64/lib +LIBS = $(SUBLIBS) -F/Users/LuChen/Qt/5.4/clang_64/lib -framework QtWidgets -framework QtGui -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 = + +####### Output directory + +OBJECTS_DIR = ./ + +####### Files + +SOURCES = ../groundstation/main.cpp \ + ../groundstation/mainwindow.cpp \ + ../groundstation/mainpic/mainpicdisplay.cpp \ + ../groundstation/mainpic/mainpicwidget.cpp \ + ../groundstation/mainpic/target.cpp \ + ../groundstation/mainpic/targetfilehandler.cpp \ + ../groundstation/targetlist/targetlist.cpp \ + ../groundstation/targetlist/targetlistitem.cpp \ + ../groundstation/targetlist/targetmaker.cpp \ + ../groundstation/targetlist/targlistmainwindow.cpp \ + ../groundstation/backend/target.cpp \ + ../groundstation/backend/image.cpp moc_mainwindow.cpp \ + moc_mainpicdisplay.cpp \ + moc_mainpicwidget.cpp \ + moc_targetmaker.cpp \ + moc_targlistmainwindow.cpp +OBJECTS = main.o \ + mainwindow.o \ + mainpicdisplay.o \ + mainpicwidget.o \ + target.o \ + targetfilehandler.o \ + targetlist.o \ + targetlistitem.o \ + targetmaker.o \ + targlistmainwindow.o \ + target.o \ + image.o \ + moc_mainwindow.o \ + moc_mainpicdisplay.o \ + moc_mainpicwidget.o \ + moc_targetmaker.o \ + moc_targlistmainwindow.o +DIST = ../../../Qt/5.4/clang_64/mkspecs/features/spec_pre.prf \ + ../../../Qt/5.4/clang_64/mkspecs/qdevice.pri \ + ../../../Qt/5.4/clang_64/mkspecs/features/device_config.prf \ + ../../../Qt/5.4/clang_64/mkspecs/common/shell-unix.conf \ + ../../../Qt/5.4/clang_64/mkspecs/common/unix.conf \ + ../../../Qt/5.4/clang_64/mkspecs/common/mac.conf \ + ../../../Qt/5.4/clang_64/mkspecs/common/macx.conf \ + ../../../Qt/5.4/clang_64/mkspecs/common/gcc-base.conf \ + ../../../Qt/5.4/clang_64/mkspecs/common/gcc-base-mac.conf \ + ../../../Qt/5.4/clang_64/mkspecs/common/clang.conf \ + ../../../Qt/5.4/clang_64/mkspecs/common/clang-mac.conf \ + ../../../Qt/5.4/clang_64/mkspecs/qconfig.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_bluetooth.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_bluetooth_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_bootstrap_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_clucene_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_concurrent.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_concurrent_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_core.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_core_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_dbus.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_dbus_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_declarative.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_declarative_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_designer.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_designer_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_designercomponents_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_enginio.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_enginio_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_gui.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_gui_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_help.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_help_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_location.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_location_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_macextras.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_macextras_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimedia.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimedia_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimediawidgets.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_network.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_network_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_nfc.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_nfc_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_opengl.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_opengl_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_openglextensions.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_openglextensions_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_platformsupport_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_positioning.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_positioning_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_printsupport.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_printsupport_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qml.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qml_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qmldevtools_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qmltest.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qmltest_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quick.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quick_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quickparticles_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quickwidgets.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quickwidgets_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_script.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_script_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_scripttools.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_scripttools_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_sensors.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_sensors_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_serialport.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_serialport_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_sql.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_sql_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_svg.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_svg_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_testlib.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_testlib_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_uitools.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_uitools_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webchannel.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webchannel_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webengine.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webengine_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginecore.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginecore_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginewidgets.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkit.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkit_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkitwidgets.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkitwidgets_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_websockets.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_websockets_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webview.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webview_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_widgets.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_widgets_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_xml.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_xml_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_xmlpatterns.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/features/qt_functions.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/qt_config.prf \ + ../../../Qt/5.4/clang_64/mkspecs/macx-clang/qmake.conf \ + ../../../Qt/5.4/clang_64/mkspecs/features/spec_post.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/exclusive_builds.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/default_pre.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/mac/default_pre.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/resolve_config.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/default_post.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/mac/sdk.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/mac/default_post.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/mac/objective_c.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/warn_on.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/qt.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/resources.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/moc.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/unix/opengl.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/uic.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/unix/thread.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/mac/rez.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/testcase_targets.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/exceptions.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/yacc.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/lex.prf \ + ../groundstation/groundstation.pro ../groundstation/mainwindow.h \ + ../groundstation/mainpic/mainpicdisplay.h \ + ../groundstation/mainpic/mainpicwidget.h \ + ../groundstation/mainpic/target.h \ + ../groundstation/mainpic/targetfilehandler.h \ + ../groundstation/targetlist/targetlist.h \ + ../groundstation/targetlist/targetlistitem.h \ + ../groundstation/targetlist/targetmaker.h \ + ../groundstation/targetlist/targlistmainwindow.h \ + ../groundstation/targetlist/ui_targetmaker.h \ + ../groundstation/targetlist/ui_targlistmainwindow.h \ + ../groundstation/backend/target.h \ + ../groundstation/backend/image.h \ + ../groundstation/backend/backend.h ../groundstation/main.cpp \ + ../groundstation/mainwindow.cpp \ + ../groundstation/mainpic/mainpicdisplay.cpp \ + ../groundstation/mainpic/mainpicwidget.cpp \ + ../groundstation/mainpic/target.cpp \ + ../groundstation/mainpic/targetfilehandler.cpp \ + ../groundstation/targetlist/targetlist.cpp \ + ../groundstation/targetlist/targetlistitem.cpp \ + ../groundstation/targetlist/targetmaker.cpp \ + ../groundstation/targetlist/targlistmainwindow.cpp \ + ../groundstation/backend/target.cpp \ + ../groundstation/backend/image.cpp +QMAKE_TARGET = groundstation +DESTDIR = #avoid trailing-slash linebreak +TARGET = groundstation.app/Contents/MacOS/groundstation + +####### Custom Compiler Variables +QMAKE_COMP_QMAKE_OBJECTIVE_CFLAGS = -pipe \ + -g \ + -isysroot \ + /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk \ + -mmacosx-version-min=10.7 \ + -Wall \ + -W + + + +first: all +####### Implicit rules + +.SUFFIXES: .o .c .cpp .cc .cxx .C + +.cpp.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" + +.cc.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" + +.cxx.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" + +.C.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" + +.c.o: + $(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<" + +####### Build rules + +$(TARGET): ui_mainwindow.h ui_targetmaker.h ui_targlistmainwindow.h $(OBJECTS) + @test -d groundstation.app/Contents/MacOS/ || mkdir -p groundstation.app/Contents/MacOS/ + $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS) + +Makefile: ../groundstation/groundstation.pro ../../../Qt/5.4/clang_64/mkspecs/macx-clang/qmake.conf ../../../Qt/5.4/clang_64/mkspecs/features/spec_pre.prf \ + ../../../Qt/5.4/clang_64/mkspecs/qdevice.pri \ + ../../../Qt/5.4/clang_64/mkspecs/features/device_config.prf \ + ../../../Qt/5.4/clang_64/mkspecs/common/shell-unix.conf \ + ../../../Qt/5.4/clang_64/mkspecs/common/unix.conf \ + ../../../Qt/5.4/clang_64/mkspecs/common/mac.conf \ + ../../../Qt/5.4/clang_64/mkspecs/common/macx.conf \ + ../../../Qt/5.4/clang_64/mkspecs/common/gcc-base.conf \ + ../../../Qt/5.4/clang_64/mkspecs/common/gcc-base-mac.conf \ + ../../../Qt/5.4/clang_64/mkspecs/common/clang.conf \ + ../../../Qt/5.4/clang_64/mkspecs/common/clang-mac.conf \ + ../../../Qt/5.4/clang_64/mkspecs/qconfig.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_bluetooth.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_bluetooth_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_bootstrap_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_clucene_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_concurrent.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_concurrent_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_core.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_core_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_dbus.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_dbus_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_declarative.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_declarative_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_designer.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_designer_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_designercomponents_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_enginio.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_enginio_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_gui.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_gui_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_help.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_help_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_location.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_location_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_macextras.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_macextras_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimedia.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimedia_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimediawidgets.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_network.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_network_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_nfc.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_nfc_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_opengl.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_opengl_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_openglextensions.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_openglextensions_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_platformsupport_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_positioning.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_positioning_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_printsupport.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_printsupport_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qml.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qml_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qmldevtools_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qmltest.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qmltest_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quick.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quick_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quickparticles_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quickwidgets.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quickwidgets_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_script.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_script_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_scripttools.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_scripttools_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_sensors.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_sensors_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_serialport.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_serialport_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_sql.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_sql_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_svg.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_svg_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_testlib.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_testlib_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_uitools.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_uitools_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webchannel.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webchannel_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webengine.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webengine_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginecore.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginecore_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginewidgets.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkit.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkit_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkitwidgets.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkitwidgets_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_websockets.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_websockets_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webview.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webview_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_widgets.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_widgets_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_xml.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_xml_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_xmlpatterns.pri \ + ../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri \ + ../../../Qt/5.4/clang_64/mkspecs/features/qt_functions.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/qt_config.prf \ + ../../../Qt/5.4/clang_64/mkspecs/macx-clang/qmake.conf \ + ../../../Qt/5.4/clang_64/mkspecs/features/spec_post.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/exclusive_builds.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/default_pre.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/mac/default_pre.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/resolve_config.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/default_post.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/mac/sdk.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/mac/default_post.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/mac/objective_c.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/warn_on.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/qt.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/resources.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/moc.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/unix/opengl.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/uic.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/unix/thread.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/mac/rez.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/testcase_targets.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/exceptions.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/yacc.prf \ + ../../../Qt/5.4/clang_64/mkspecs/features/lex.prf \ + ../groundstation/groundstation.pro \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/QtWidgets.prl \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/QtGui.prl \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtCore.framework/QtCore.prl + $(QMAKE) -spec macx-clang CONFIG+=debug CONFIG+=x86_64 -o Makefile ../groundstation/groundstation.pro +../../../Qt/5.4/clang_64/mkspecs/features/spec_pre.prf: +../../../Qt/5.4/clang_64/mkspecs/qdevice.pri: +../../../Qt/5.4/clang_64/mkspecs/features/device_config.prf: +../../../Qt/5.4/clang_64/mkspecs/common/shell-unix.conf: +../../../Qt/5.4/clang_64/mkspecs/common/unix.conf: +../../../Qt/5.4/clang_64/mkspecs/common/mac.conf: +../../../Qt/5.4/clang_64/mkspecs/common/macx.conf: +../../../Qt/5.4/clang_64/mkspecs/common/gcc-base.conf: +../../../Qt/5.4/clang_64/mkspecs/common/gcc-base-mac.conf: +../../../Qt/5.4/clang_64/mkspecs/common/clang.conf: +../../../Qt/5.4/clang_64/mkspecs/common/clang-mac.conf: +../../../Qt/5.4/clang_64/mkspecs/qconfig.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_bluetooth.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_bluetooth_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_bootstrap_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_clucene_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_concurrent.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_concurrent_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_core.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_core_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_dbus.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_dbus_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_declarative.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_declarative_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_designer.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_designer_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_designercomponents_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_enginio.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_enginio_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_gui.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_gui_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_help.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_help_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_location.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_location_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_macextras.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_macextras_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimedia.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimedia_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimediawidgets.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_network.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_network_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_nfc.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_nfc_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_opengl.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_opengl_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_openglextensions.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_openglextensions_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_platformsupport_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_positioning.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_positioning_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_printsupport.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_printsupport_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qml.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qml_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qmldevtools_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qmltest.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qmltest_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quick.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quick_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quickparticles_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quickwidgets.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quickwidgets_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_script.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_script_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_scripttools.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_scripttools_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_sensors.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_sensors_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_serialport.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_serialport_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_sql.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_sql_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_svg.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_svg_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_testlib.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_testlib_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_uitools.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_uitools_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webchannel.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webchannel_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webengine.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webengine_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginecore.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginecore_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginewidgets.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkit.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkit_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkitwidgets.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkitwidgets_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_websockets.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_websockets_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webview.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webview_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_widgets.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_widgets_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_xml.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_xml_private.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_xmlpatterns.pri: +../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri: +../../../Qt/5.4/clang_64/mkspecs/features/qt_functions.prf: +../../../Qt/5.4/clang_64/mkspecs/features/qt_config.prf: +../../../Qt/5.4/clang_64/mkspecs/macx-clang/qmake.conf: +../../../Qt/5.4/clang_64/mkspecs/features/spec_post.prf: +../../../Qt/5.4/clang_64/mkspecs/features/exclusive_builds.prf: +../../../Qt/5.4/clang_64/mkspecs/features/default_pre.prf: +../../../Qt/5.4/clang_64/mkspecs/features/mac/default_pre.prf: +../../../Qt/5.4/clang_64/mkspecs/features/resolve_config.prf: +../../../Qt/5.4/clang_64/mkspecs/features/default_post.prf: +../../../Qt/5.4/clang_64/mkspecs/features/mac/sdk.prf: +../../../Qt/5.4/clang_64/mkspecs/features/mac/default_post.prf: +../../../Qt/5.4/clang_64/mkspecs/features/mac/objective_c.prf: +../../../Qt/5.4/clang_64/mkspecs/features/warn_on.prf: +../../../Qt/5.4/clang_64/mkspecs/features/qt.prf: +../../../Qt/5.4/clang_64/mkspecs/features/resources.prf: +../../../Qt/5.4/clang_64/mkspecs/features/moc.prf: +../../../Qt/5.4/clang_64/mkspecs/features/unix/opengl.prf: +../../../Qt/5.4/clang_64/mkspecs/features/uic.prf: +../../../Qt/5.4/clang_64/mkspecs/features/unix/thread.prf: +../../../Qt/5.4/clang_64/mkspecs/features/mac/rez.prf: +../../../Qt/5.4/clang_64/mkspecs/features/testcase_targets.prf: +../../../Qt/5.4/clang_64/mkspecs/features/exceptions.prf: +../../../Qt/5.4/clang_64/mkspecs/features/yacc.prf: +../../../Qt/5.4/clang_64/mkspecs/features/lex.prf: +../groundstation/groundstation.pro: +/Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/QtWidgets.prl: +/Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/QtGui.prl: +/Users/LuChen/Qt/5.4/clang_64/lib/QtCore.framework/QtCore.prl: +qmake: FORCE + @$(QMAKE) -spec macx-clang CONFIG+=debug CONFIG+=x86_64 -o Makefile ../groundstation/groundstation.pro + +qmake_all: FORCE + +groundstation.app/Contents/PkgInfo: + @test -d groundstation.app/Contents || mkdir -p groundstation.app/Contents + @$(DEL_FILE) groundstation.app/Contents/PkgInfo + @echo "APPL????" >groundstation.app/Contents/PkgInfo +groundstation.app/Contents/Resources/empty.lproj: + @test -d groundstation.app/Contents/Resources || mkdir -p groundstation.app/Contents/Resources + @touch groundstation.app/Contents/Resources/empty.lproj + +groundstation.app/Contents/Info.plist: + @test -d groundstation.app/Contents || mkdir -p groundstation.app/Contents + @$(DEL_FILE) groundstation.app/Contents/Info.plist + @sed -e "s,@SHORT_VERSION@,1.0,g" -e "s,@FULL_VERSION@,1.0.0,g" -e "s,@TYPEINFO@,????,g" -e "s,@BUNDLEIDENTIFIER@,com.yourcompany.groundstation,g" -e "s,@ICON@,,g" -e "s,@EXECUTABLE@,groundstation,g" -e "s,@TYPEINFO@,????,g" ../../../Qt/5.4/clang_64/mkspecs/macx-clang/Info.plist.app >groundstation.app/Contents/Info.plist + +all: Makefile \ + groundstation.app/Contents/PkgInfo \ + groundstation.app/Contents/Resources/empty.lproj \ + groundstation.app/Contents/Info.plist $(TARGET) + +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 ../groundstation/mainwindow.h ../groundstation/mainpic/mainpicdisplay.h ../groundstation/mainpic/mainpicwidget.h ../groundstation/mainpic/target.h ../groundstation/mainpic/targetfilehandler.h ../groundstation/targetlist/targetlist.h ../groundstation/targetlist/targetlistitem.h ../groundstation/targetlist/targetmaker.h ../groundstation/targetlist/targlistmainwindow.h ../groundstation/targetlist/ui_targetmaker.h ../groundstation/targetlist/ui_targlistmainwindow.h ../groundstation/backend/target.h ../groundstation/backend/image.h ../groundstation/backend/backend.h $(DISTDIR)/ + $(COPY_FILE) --parents ../groundstation/main.cpp ../groundstation/mainwindow.cpp ../groundstation/mainpic/mainpicdisplay.cpp ../groundstation/mainpic/mainpicwidget.cpp ../groundstation/mainpic/target.cpp ../groundstation/mainpic/targetfilehandler.cpp ../groundstation/targetlist/targetlist.cpp ../groundstation/targetlist/targetlistitem.cpp ../groundstation/targetlist/targetmaker.cpp ../groundstation/targetlist/targlistmainwindow.cpp ../groundstation/backend/target.cpp ../groundstation/backend/image.cpp $(DISTDIR)/ + $(COPY_FILE) --parents ../groundstation/mainwindow.ui ../groundstation/targetlist/targetmaker.ui ../groundstation/targetlist/targlistmainwindow.ui $(DISTDIR)/ + + +clean:compiler_clean + -$(DEL_FILE) $(OBJECTS) + -$(DEL_FILE) *~ core *.core + + +distclean: clean + -$(DEL_FILE) -r groundstation.app + -$(DEL_FILE) Makefile + + +####### Sub-libraries + +mocclean: compiler_moc_header_clean compiler_moc_source_clean + +mocables: compiler_moc_header_make_all compiler_moc_source_make_all + +check: first + +compiler_objective_c_make_all: +compiler_objective_c_clean: +compiler_rcc_make_all: +compiler_rcc_clean: +compiler_moc_header_make_all: moc_mainwindow.cpp moc_mainpicdisplay.cpp moc_mainpicwidget.cpp moc_targetmaker.cpp moc_targlistmainwindow.cpp +compiler_moc_header_clean: + -$(DEL_FILE) moc_mainwindow.cpp moc_mainpicdisplay.cpp moc_mainpicwidget.cpp moc_targetmaker.cpp moc_targlistmainwindow.cpp +moc_mainwindow.cpp: ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QMainWindow \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qmainwindow.h \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/QResizeEvent \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qevent.h \ + ../groundstation/mainpic/mainpicwidget.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QWidget \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qwidget.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QLabel \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qlabel.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QHBoxLayout \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qboxlayout.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QPushButton \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qpushbutton.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QScrollArea \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qscrollarea.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QTableWidget \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qtablewidget.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QVector \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvector.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QString \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstring.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QHeaderView \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qheaderview.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QDebug \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdebug.h \ + ../groundstation/mainpic/mainpicdisplay.h \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/QMouseEvent \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/QPainter \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qpainter.h \ + ../groundstation/mainpic/target.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QTextStream \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtextstream.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QList \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlist.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QMap \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmap.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QVariant \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvariant.h \ + ../groundstation/mainpic/targetfilehandler.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QFile \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfile.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QIODevice \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qiodevice.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QMessageBox \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qmessagebox.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QtCore \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstractanimation.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qanimationgroup.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qparallelanimationgroup.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpauseanimation.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpropertyanimation.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsequentialanimationgroup.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvariantanimation.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtextcodec.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcompilerdetection.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qendian.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qflags.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qglobal.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qglobalstatic.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qisenum.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlibraryinfo.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qnamespace.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qnumeric.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qprocessordetection.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsysinfo.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsystemdetection.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtypeinfo.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtypetraits.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbuffer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdatastream.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdir.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdiriterator.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfiledevice.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfileinfo.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfileselector.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfilesystemwatcher.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlockfile.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qloggingcategory.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qprocess.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qresource.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsavefile.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsettings.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstandardpaths.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstorageinfo.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtemporarydir.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtemporaryfile.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qurl.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qurlquery.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstractitemmodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstractproxymodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qidentityproxymodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qitemselectionmodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsortfilterproxymodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstringlistmodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qjsonarray.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qjsondocument.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qjsonobject.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qjsonvalue.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstracteventdispatcher.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstractnativeeventfilter.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbasictimer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcoreapplication.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcoreevent.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qeventloop.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmath.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmetaobject.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmetatype.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmimedata.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qobject.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qobjectcleanuphandler.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qobjectdefs.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpointer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsharedmemory.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsignalmapper.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsocketnotifier.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsystemsemaphore.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtimer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtranslator.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qwineventnotifier.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmimedatabase.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmimetype.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfactoryinterface.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlibrary.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qplugin.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpluginloader.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/quuid.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstractstate.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstracttransition.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qeventtransition.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfinalstate.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qhistorystate.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsignaltransition.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstate.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstatemachine.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qatomic.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qexception.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfuture.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfutureinterface.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfuturesynchronizer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfuturewatcher.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qgenericatomic.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmutex.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qreadwritelock.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qresultstore.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qrunnable.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsemaphore.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qthread.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qthreadpool.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qthreadstorage.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qwaitcondition.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qalgorithms.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qarraydata.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qarraydataops.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qarraydatapointer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbitarray.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbytearray.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbytearraylist.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbytearraymatcher.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcache.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qchar.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcollator.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcommandlineoption.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcommandlineparser.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcontainerfwd.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcontiguouscache.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcryptographichash.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdatetime.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qeasingcurve.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qelapsedtimer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qhash.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qiterator.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qline.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlinkedlist.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlocale.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmargins.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmessageauthenticationcode.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpair.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpoint.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qqueue.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qrect.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qrefcount.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qregexp.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qregularexpression.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qscopedpointer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qscopedvaluerollback.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qset.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qshareddata.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsharedpointer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsize.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstack.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstringbuilder.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstringlist.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstringmatcher.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtextboundaryfinder.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtimeline.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtimezone.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvarlengtharray.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qxmlstream.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtcoreversion.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QMenuBar \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qmenubar.h \ + ../groundstation/targetlist/targlistmainwindow.h \ + ../groundstation/targetlist/targetmaker.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QDialog \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qdialog.h \ + ../groundstation/targetlist/targetlist.h \ + ../groundstation/targetlist/targetlistitem.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QTableWidgetItem \ + ../groundstation/targetlist/ui_targlistmainwindow.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QtAlgorithms \ + ../groundstation/backend/image.h \ + ../groundstation/backend/target.h \ + ../groundstation/mainwindow.h + /Users/LuChen/Qt/5.4/clang_64/bin/moc $(DEFINES) -D__APPLE__ -D__GNUC__=4 -I/Users/LuChen/Qt/5.4/clang_64/mkspecs/macx-clang -I/Users/LuChen/Documents/groundstation/groundstation -I/Users/LuChen/Documents/groundstation/groundstation/targetlist -I/Users/LuChen/Documents/groundstation/groundstation/backend -I/Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Headers -I/Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Headers -I/Users/LuChen/Qt/5.4/clang_64/lib/QtCore.framework/Headers -I. -F/Users/LuChen/Qt/5.4/clang_64/lib ../groundstation/mainwindow.h -o moc_mainwindow.cpp + +moc_mainpicdisplay.cpp: ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QLabel \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qlabel.h \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/QMouseEvent \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qevent.h \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/QPainter \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qpainter.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QVector \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvector.h \ + ../groundstation/mainpic/target.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QTextStream \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtextstream.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QList \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlist.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QString \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstring.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QMap \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmap.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QVariant \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvariant.h \ + ../groundstation/mainpic/mainpicdisplay.h + /Users/LuChen/Qt/5.4/clang_64/bin/moc $(DEFINES) -D__APPLE__ -D__GNUC__=4 -I/Users/LuChen/Qt/5.4/clang_64/mkspecs/macx-clang -I/Users/LuChen/Documents/groundstation/groundstation -I/Users/LuChen/Documents/groundstation/groundstation/targetlist -I/Users/LuChen/Documents/groundstation/groundstation/backend -I/Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Headers -I/Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Headers -I/Users/LuChen/Qt/5.4/clang_64/lib/QtCore.framework/Headers -I. -F/Users/LuChen/Qt/5.4/clang_64/lib ../groundstation/mainpic/mainpicdisplay.h -o moc_mainpicdisplay.cpp + +moc_mainpicwidget.cpp: ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QWidget \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qwidget.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QLabel \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qlabel.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QHBoxLayout \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qboxlayout.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QPushButton \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qpushbutton.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QScrollArea \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qscrollarea.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QTableWidget \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qtablewidget.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QVector \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvector.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QString \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstring.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QHeaderView \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qheaderview.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QDebug \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdebug.h \ + ../groundstation/mainpic/mainpicdisplay.h \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/QMouseEvent \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qevent.h \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/QPainter \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qpainter.h \ + ../groundstation/mainpic/target.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QTextStream \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtextstream.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QList \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlist.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QMap \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmap.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QVariant \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvariant.h \ + ../groundstation/mainpic/targetfilehandler.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QFile \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfile.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QIODevice \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qiodevice.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QMessageBox \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qmessagebox.h \ + ../groundstation/mainpic/mainpicwidget.h + /Users/LuChen/Qt/5.4/clang_64/bin/moc $(DEFINES) -D__APPLE__ -D__GNUC__=4 -I/Users/LuChen/Qt/5.4/clang_64/mkspecs/macx-clang -I/Users/LuChen/Documents/groundstation/groundstation -I/Users/LuChen/Documents/groundstation/groundstation/targetlist -I/Users/LuChen/Documents/groundstation/groundstation/backend -I/Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Headers -I/Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Headers -I/Users/LuChen/Qt/5.4/clang_64/lib/QtCore.framework/Headers -I. -F/Users/LuChen/Qt/5.4/clang_64/lib ../groundstation/mainpic/mainpicwidget.h -o moc_mainpicwidget.cpp + +moc_targetmaker.cpp: ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QDialog \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qdialog.h \ + ../groundstation/targetlist/targetmaker.h + /Users/LuChen/Qt/5.4/clang_64/bin/moc $(DEFINES) -D__APPLE__ -D__GNUC__=4 -I/Users/LuChen/Qt/5.4/clang_64/mkspecs/macx-clang -I/Users/LuChen/Documents/groundstation/groundstation -I/Users/LuChen/Documents/groundstation/groundstation/targetlist -I/Users/LuChen/Documents/groundstation/groundstation/backend -I/Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Headers -I/Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Headers -I/Users/LuChen/Qt/5.4/clang_64/lib/QtCore.framework/Headers -I. -F/Users/LuChen/Qt/5.4/clang_64/lib ../groundstation/targetlist/targetmaker.h -o moc_targetmaker.cpp + +moc_targlistmainwindow.cpp: ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QMainWindow \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qmainwindow.h \ + ../groundstation/targetlist/targetmaker.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QDialog \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qdialog.h \ + ../groundstation/targetlist/targetlist.h \ + ../groundstation/targetlist/targetlistitem.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QTableWidgetItem \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qtablewidget.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QLabel \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qlabel.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QWidget \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qwidget.h \ + ../groundstation/targetlist/ui_targlistmainwindow.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QtAlgorithms \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qalgorithms.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QDebug \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdebug.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QHeaderView \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qheaderview.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QTableWidget \ + ../groundstation/targetlist/targlistmainwindow.h + /Users/LuChen/Qt/5.4/clang_64/bin/moc $(DEFINES) -D__APPLE__ -D__GNUC__=4 -I/Users/LuChen/Qt/5.4/clang_64/mkspecs/macx-clang -I/Users/LuChen/Documents/groundstation/groundstation -I/Users/LuChen/Documents/groundstation/groundstation/targetlist -I/Users/LuChen/Documents/groundstation/groundstation/backend -I/Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Headers -I/Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Headers -I/Users/LuChen/Qt/5.4/clang_64/lib/QtCore.framework/Headers -I. -F/Users/LuChen/Qt/5.4/clang_64/lib ../groundstation/targetlist/targlistmainwindow.h -o moc_targlistmainwindow.cpp + +compiler_moc_source_make_all: +compiler_moc_source_clean: +compiler_uic_make_all: ui_mainwindow.h ui_targetmaker.h ui_targlistmainwindow.h +compiler_uic_clean: + -$(DEL_FILE) ui_mainwindow.h ui_targetmaker.h ui_targlistmainwindow.h +ui_mainwindow.h: ../groundstation/mainwindow.ui + /Users/LuChen/Qt/5.4/clang_64/bin/uic ../groundstation/mainwindow.ui -o ui_mainwindow.h + +ui_targetmaker.h: ../groundstation/targetlist/targetmaker.ui + /Users/LuChen/Qt/5.4/clang_64/bin/uic ../groundstation/targetlist/targetmaker.ui -o ui_targetmaker.h + +ui_targlistmainwindow.h: ../groundstation/targetlist/targlistmainwindow.ui + /Users/LuChen/Qt/5.4/clang_64/bin/uic ../groundstation/targetlist/targlistmainwindow.ui -o ui_targlistmainwindow.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_moc_header_clean compiler_uic_clean + +####### Compile + +main.o: ../groundstation/main.cpp ../groundstation/mainwindow.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QMainWindow \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qmainwindow.h \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/QResizeEvent \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qevent.h \ + ../groundstation/mainpic/mainpicwidget.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QWidget \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qwidget.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QLabel \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qlabel.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QHBoxLayout \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qboxlayout.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QPushButton \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qpushbutton.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QScrollArea \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qscrollarea.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QTableWidget \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qtablewidget.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QVector \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvector.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QString \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstring.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QHeaderView \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qheaderview.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QDebug \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdebug.h \ + ../groundstation/mainpic/mainpicdisplay.h \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/QMouseEvent \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/QPainter \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qpainter.h \ + ../groundstation/mainpic/target.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QTextStream \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtextstream.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QList \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlist.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QMap \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmap.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QVariant \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvariant.h \ + ../groundstation/mainpic/targetfilehandler.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QFile \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfile.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QIODevice \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qiodevice.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QMessageBox \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qmessagebox.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QtCore \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstractanimation.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qanimationgroup.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qparallelanimationgroup.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpauseanimation.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpropertyanimation.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsequentialanimationgroup.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvariantanimation.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtextcodec.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcompilerdetection.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qendian.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qflags.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qglobal.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qglobalstatic.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qisenum.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlibraryinfo.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qnamespace.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qnumeric.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qprocessordetection.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsysinfo.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsystemdetection.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtypeinfo.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtypetraits.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbuffer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdatastream.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdir.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdiriterator.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfiledevice.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfileinfo.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfileselector.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfilesystemwatcher.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlockfile.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qloggingcategory.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qprocess.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qresource.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsavefile.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsettings.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstandardpaths.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstorageinfo.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtemporarydir.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtemporaryfile.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qurl.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qurlquery.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstractitemmodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstractproxymodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qidentityproxymodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qitemselectionmodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsortfilterproxymodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstringlistmodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qjsonarray.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qjsondocument.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qjsonobject.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qjsonvalue.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstracteventdispatcher.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstractnativeeventfilter.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbasictimer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcoreapplication.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcoreevent.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qeventloop.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmath.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmetaobject.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmetatype.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmimedata.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qobject.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qobjectcleanuphandler.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qobjectdefs.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpointer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsharedmemory.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsignalmapper.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsocketnotifier.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsystemsemaphore.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtimer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtranslator.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qwineventnotifier.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmimedatabase.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmimetype.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfactoryinterface.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlibrary.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qplugin.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpluginloader.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/quuid.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstractstate.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstracttransition.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qeventtransition.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfinalstate.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qhistorystate.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsignaltransition.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstate.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstatemachine.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qatomic.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qexception.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfuture.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfutureinterface.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfuturesynchronizer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfuturewatcher.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qgenericatomic.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmutex.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qreadwritelock.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qresultstore.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qrunnable.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsemaphore.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qthread.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qthreadpool.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qthreadstorage.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qwaitcondition.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qalgorithms.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qarraydata.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qarraydataops.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qarraydatapointer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbitarray.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbytearray.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbytearraylist.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbytearraymatcher.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcache.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qchar.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcollator.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcommandlineoption.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcommandlineparser.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcontainerfwd.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcontiguouscache.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcryptographichash.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdatetime.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qeasingcurve.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qelapsedtimer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qhash.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qiterator.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qline.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlinkedlist.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlocale.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmargins.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmessageauthenticationcode.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpair.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpoint.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qqueue.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qrect.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qrefcount.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qregexp.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qregularexpression.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qscopedpointer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qscopedvaluerollback.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qset.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qshareddata.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsharedpointer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsize.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstack.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstringbuilder.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstringlist.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstringmatcher.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtextboundaryfinder.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtimeline.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtimezone.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvarlengtharray.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qxmlstream.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtcoreversion.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QMenuBar \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qmenubar.h \ + ../groundstation/targetlist/targlistmainwindow.h \ + ../groundstation/targetlist/targetmaker.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QDialog \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qdialog.h \ + ../groundstation/targetlist/targetlist.h \ + ../groundstation/targetlist/targetlistitem.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QTableWidgetItem \ + ../groundstation/targetlist/ui_targlistmainwindow.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QtAlgorithms \ + ../groundstation/backend/image.h \ + ../groundstation/backend/target.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QApplication \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qapplication.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o ../groundstation/main.cpp + +mainwindow.o: ../groundstation/mainwindow.cpp ../groundstation/mainwindow.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QMainWindow \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qmainwindow.h \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/QResizeEvent \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qevent.h \ + ../groundstation/mainpic/mainpicwidget.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QWidget \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qwidget.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QLabel \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qlabel.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QHBoxLayout \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qboxlayout.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QPushButton \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qpushbutton.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QScrollArea \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qscrollarea.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QTableWidget \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qtablewidget.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QVector \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvector.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QString \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstring.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QHeaderView \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qheaderview.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QDebug \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdebug.h \ + ../groundstation/mainpic/mainpicdisplay.h \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/QMouseEvent \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/QPainter \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qpainter.h \ + ../groundstation/mainpic/target.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QTextStream \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtextstream.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QList \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlist.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QMap \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmap.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QVariant \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvariant.h \ + ../groundstation/mainpic/targetfilehandler.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QFile \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfile.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QIODevice \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qiodevice.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QMessageBox \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qmessagebox.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QtCore \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstractanimation.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qanimationgroup.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qparallelanimationgroup.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpauseanimation.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpropertyanimation.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsequentialanimationgroup.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvariantanimation.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtextcodec.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcompilerdetection.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qendian.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qflags.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qglobal.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qglobalstatic.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qisenum.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlibraryinfo.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qnamespace.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qnumeric.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qprocessordetection.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsysinfo.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsystemdetection.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtypeinfo.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtypetraits.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbuffer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdatastream.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdir.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdiriterator.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfiledevice.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfileinfo.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfileselector.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfilesystemwatcher.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlockfile.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qloggingcategory.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qprocess.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qresource.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsavefile.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsettings.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstandardpaths.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstorageinfo.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtemporarydir.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtemporaryfile.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qurl.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qurlquery.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstractitemmodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstractproxymodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qidentityproxymodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qitemselectionmodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsortfilterproxymodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstringlistmodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qjsonarray.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qjsondocument.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qjsonobject.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qjsonvalue.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstracteventdispatcher.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstractnativeeventfilter.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbasictimer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcoreapplication.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcoreevent.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qeventloop.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmath.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmetaobject.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmetatype.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmimedata.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qobject.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qobjectcleanuphandler.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qobjectdefs.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpointer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsharedmemory.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsignalmapper.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsocketnotifier.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsystemsemaphore.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtimer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtranslator.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qwineventnotifier.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmimedatabase.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmimetype.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfactoryinterface.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlibrary.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qplugin.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpluginloader.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/quuid.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstractstate.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstracttransition.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qeventtransition.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfinalstate.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qhistorystate.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsignaltransition.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstate.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstatemachine.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qatomic.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qexception.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfuture.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfutureinterface.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfuturesynchronizer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfuturewatcher.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qgenericatomic.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmutex.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qreadwritelock.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qresultstore.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qrunnable.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsemaphore.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qthread.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qthreadpool.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qthreadstorage.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qwaitcondition.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qalgorithms.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qarraydata.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qarraydataops.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qarraydatapointer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbitarray.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbytearray.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbytearraylist.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbytearraymatcher.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcache.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qchar.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcollator.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcommandlineoption.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcommandlineparser.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcontainerfwd.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcontiguouscache.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcryptographichash.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdatetime.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qeasingcurve.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qelapsedtimer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qhash.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qiterator.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qline.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlinkedlist.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlocale.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmargins.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmessageauthenticationcode.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpair.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpoint.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qqueue.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qrect.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qrefcount.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qregexp.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qregularexpression.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qscopedpointer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qscopedvaluerollback.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qset.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qshareddata.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsharedpointer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsize.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstack.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstringbuilder.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstringlist.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstringmatcher.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtextboundaryfinder.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtimeline.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtimezone.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvarlengtharray.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qxmlstream.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtcoreversion.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QMenuBar \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qmenubar.h \ + ../groundstation/targetlist/targlistmainwindow.h \ + ../groundstation/targetlist/targetmaker.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QDialog \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qdialog.h \ + ../groundstation/targetlist/targetlist.h \ + ../groundstation/targetlist/targetlistitem.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QTableWidgetItem \ + ../groundstation/targetlist/ui_targlistmainwindow.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QtAlgorithms \ + ../groundstation/backend/image.h \ + ../groundstation/backend/target.h \ + ui_mainwindow.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mainwindow.o ../groundstation/mainwindow.cpp + +mainpicdisplay.o: ../groundstation/mainpic/mainpicdisplay.cpp ../groundstation/mainpic/mainpicdisplay.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QLabel \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qlabel.h \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/QMouseEvent \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qevent.h \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/QPainter \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qpainter.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QVector \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvector.h \ + ../groundstation/mainpic/target.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QTextStream \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtextstream.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QList \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlist.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QString \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstring.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QMap \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmap.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QVariant \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvariant.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mainpicdisplay.o ../groundstation/mainpic/mainpicdisplay.cpp + +mainpicwidget.o: ../groundstation/mainpic/mainpicwidget.cpp ../groundstation/mainpic/mainpicwidget.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QWidget \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qwidget.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QLabel \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qlabel.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QHBoxLayout \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qboxlayout.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QPushButton \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qpushbutton.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QScrollArea \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qscrollarea.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QTableWidget \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qtablewidget.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QVector \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvector.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QString \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstring.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QHeaderView \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qheaderview.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QDebug \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdebug.h \ + ../groundstation/mainpic/mainpicdisplay.h \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/QMouseEvent \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qevent.h \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/QPainter \ + ../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qpainter.h \ + ../groundstation/mainpic/target.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QTextStream \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtextstream.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QList \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlist.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QMap \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmap.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QVariant \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvariant.h \ + ../groundstation/mainpic/targetfilehandler.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QFile \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfile.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QIODevice \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qiodevice.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QMessageBox \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qmessagebox.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mainpicwidget.o ../groundstation/mainpic/mainpicwidget.cpp + +target.o: ../groundstation/mainpic/target.cpp ../groundstation/mainpic/target.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QTextStream \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtextstream.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QList \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlist.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QString \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstring.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QMap \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmap.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QVariant \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvariant.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o target.o ../groundstation/mainpic/target.cpp + +targetfilehandler.o: ../groundstation/mainpic/targetfilehandler.cpp ../groundstation/mainpic/targetfilehandler.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QVector \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvector.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QString \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstring.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QFile \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfile.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QIODevice \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qiodevice.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QMessageBox \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qmessagebox.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QTextStream \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtextstream.h \ + ../groundstation/mainpic/target.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QList \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlist.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QMap \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmap.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QVariant \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvariant.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o targetfilehandler.o ../groundstation/mainpic/targetfilehandler.cpp + +targetlist.o: ../groundstation/targetlist/targetlist.cpp ../groundstation/targetlist/targetlist.h \ + ../groundstation/targetlist/targetlistitem.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QTableWidgetItem \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qtablewidget.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QLabel \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qlabel.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QWidget \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qwidget.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qDebug \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdebug.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QHeaderView \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qheaderview.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o targetlist.o ../groundstation/targetlist/targetlist.cpp + +targetlistitem.o: ../groundstation/targetlist/targetlistitem.cpp ../groundstation/targetlist/targetlistitem.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QTableWidgetItem \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qtablewidget.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QLabel \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qlabel.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QWidget \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qwidget.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o targetlistitem.o ../groundstation/targetlist/targetlistitem.cpp + +targetmaker.o: ../groundstation/targetlist/targetmaker.cpp ../groundstation/targetlist/targetmaker.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QDialog \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qdialog.h \ + ../groundstation/targetlist/ui_targetmaker.h \ + ../groundstation/targetlist/targlistmainwindow.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QMainWindow \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qmainwindow.h \ + ../groundstation/targetlist/targetlist.h \ + ../groundstation/targetlist/targetlistitem.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QTableWidgetItem \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qtablewidget.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QLabel \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qlabel.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QWidget \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qwidget.h \ + ../groundstation/targetlist/ui_targlistmainwindow.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QtAlgorithms \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qalgorithms.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QDebug \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdebug.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QHeaderView \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qheaderview.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QTableWidget \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QFileDialog \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qfiledialog.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o targetmaker.o ../groundstation/targetlist/targetmaker.cpp + +targlistmainwindow.o: ../groundstation/targetlist/targlistmainwindow.cpp ../groundstation/targetlist/targlistmainwindow.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QMainWindow \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qmainwindow.h \ + ../groundstation/targetlist/targetmaker.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QDialog \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qdialog.h \ + ../groundstation/targetlist/targetlist.h \ + ../groundstation/targetlist/targetlistitem.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QTableWidgetItem \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qtablewidget.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QLabel \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qlabel.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QWidget \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qwidget.h \ + ../groundstation/targetlist/ui_targlistmainwindow.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QtAlgorithms \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qalgorithms.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QDebug \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdebug.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QHeaderView \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qheaderview.h \ + ../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QTableWidget + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o targlistmainwindow.o ../groundstation/targetlist/targlistmainwindow.cpp + +target.o: ../groundstation/backend/target.cpp ../groundstation/backend/target.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QtCore \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstractanimation.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qanimationgroup.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qparallelanimationgroup.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpauseanimation.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpropertyanimation.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsequentialanimationgroup.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvariantanimation.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtextcodec.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcompilerdetection.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qendian.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qflags.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qglobal.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qglobalstatic.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qisenum.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlibraryinfo.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qnamespace.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qnumeric.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qprocessordetection.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsysinfo.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsystemdetection.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtypeinfo.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtypetraits.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbuffer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdatastream.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdebug.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdir.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdiriterator.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfile.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfiledevice.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfileinfo.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfileselector.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfilesystemwatcher.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qiodevice.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlockfile.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qloggingcategory.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qprocess.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qresource.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsavefile.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsettings.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstandardpaths.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstorageinfo.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtemporarydir.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtemporaryfile.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtextstream.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qurl.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qurlquery.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstractitemmodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstractproxymodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qidentityproxymodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qitemselectionmodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsortfilterproxymodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstringlistmodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qjsonarray.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qjsondocument.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qjsonobject.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qjsonvalue.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstracteventdispatcher.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstractnativeeventfilter.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbasictimer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcoreapplication.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcoreevent.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qeventloop.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmath.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmetaobject.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmetatype.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmimedata.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qobject.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qobjectcleanuphandler.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qobjectdefs.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpointer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsharedmemory.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsignalmapper.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsocketnotifier.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsystemsemaphore.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtimer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtranslator.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvariant.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qwineventnotifier.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmimedatabase.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmimetype.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfactoryinterface.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlibrary.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qplugin.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpluginloader.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/quuid.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstractstate.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstracttransition.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qeventtransition.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfinalstate.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qhistorystate.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsignaltransition.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstate.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstatemachine.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qatomic.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qexception.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfuture.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfutureinterface.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfuturesynchronizer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfuturewatcher.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qgenericatomic.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmutex.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qreadwritelock.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qresultstore.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qrunnable.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsemaphore.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qthread.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qthreadpool.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qthreadstorage.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qwaitcondition.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qalgorithms.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qarraydata.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qarraydataops.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qarraydatapointer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbitarray.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbytearray.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbytearraylist.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbytearraymatcher.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcache.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qchar.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcollator.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcommandlineoption.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcommandlineparser.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcontainerfwd.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcontiguouscache.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcryptographichash.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdatetime.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qeasingcurve.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qelapsedtimer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qhash.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qiterator.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qline.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlinkedlist.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlist.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlocale.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmap.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmargins.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmessageauthenticationcode.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpair.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpoint.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qqueue.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qrect.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qrefcount.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qregexp.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qregularexpression.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qscopedpointer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qscopedvaluerollback.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qset.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qshareddata.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsharedpointer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsize.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstack.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstring.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstringbuilder.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstringlist.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstringmatcher.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtextboundaryfinder.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtimeline.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtimezone.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvarlengtharray.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvector.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qxmlstream.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtcoreversion.h \ + ../groundstation/backend/image.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o target.o ../groundstation/backend/target.cpp + +image.o: ../groundstation/backend/image.cpp ../groundstation/backend/image.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QtCore \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstractanimation.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qanimationgroup.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qparallelanimationgroup.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpauseanimation.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpropertyanimation.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsequentialanimationgroup.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvariantanimation.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtextcodec.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcompilerdetection.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qendian.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qflags.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qglobal.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qglobalstatic.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qisenum.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlibraryinfo.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qnamespace.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qnumeric.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qprocessordetection.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsysinfo.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsystemdetection.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtypeinfo.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtypetraits.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbuffer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdatastream.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdebug.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdir.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdiriterator.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfile.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfiledevice.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfileinfo.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfileselector.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfilesystemwatcher.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qiodevice.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlockfile.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qloggingcategory.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qprocess.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qresource.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsavefile.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsettings.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstandardpaths.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstorageinfo.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtemporarydir.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtemporaryfile.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtextstream.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qurl.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qurlquery.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstractitemmodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstractproxymodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qidentityproxymodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qitemselectionmodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsortfilterproxymodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstringlistmodel.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qjsonarray.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qjsondocument.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qjsonobject.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qjsonvalue.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstracteventdispatcher.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstractnativeeventfilter.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbasictimer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcoreapplication.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcoreevent.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qeventloop.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmath.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmetaobject.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmetatype.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmimedata.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qobject.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qobjectcleanuphandler.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qobjectdefs.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpointer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsharedmemory.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsignalmapper.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsocketnotifier.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsystemsemaphore.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtimer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtranslator.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvariant.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qwineventnotifier.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmimedatabase.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmimetype.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfactoryinterface.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlibrary.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qplugin.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpluginloader.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/quuid.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstractstate.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstracttransition.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qeventtransition.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfinalstate.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qhistorystate.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsignaltransition.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstate.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstatemachine.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qatomic.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qexception.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfuture.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfutureinterface.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfuturesynchronizer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qfuturewatcher.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qgenericatomic.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmutex.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qreadwritelock.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qresultstore.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qrunnable.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsemaphore.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qthread.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qthreadpool.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qthreadstorage.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qwaitcondition.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qalgorithms.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qarraydata.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qarraydataops.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qarraydatapointer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbitarray.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbytearray.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbytearraylist.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qbytearraymatcher.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcache.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qchar.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcollator.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcommandlineoption.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcommandlineparser.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcontainerfwd.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcontiguouscache.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qcryptographichash.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdatetime.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qeasingcurve.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qelapsedtimer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qhash.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qiterator.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qline.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlinkedlist.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlist.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qlocale.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmap.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmargins.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qmessageauthenticationcode.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpair.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qpoint.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qqueue.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qrect.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qrefcount.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qregexp.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qregularexpression.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qscopedpointer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qscopedvaluerollback.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qset.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qshareddata.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsharedpointer.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qsize.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstack.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstring.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstringbuilder.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstringlist.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qstringmatcher.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtextboundaryfinder.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtimeline.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtimezone.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvarlengtharray.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qvector.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qxmlstream.h \ + ../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qtcoreversion.h \ + ../groundstation/backend/target.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o image.o ../groundstation/backend/image.cpp + +moc_mainwindow.o: moc_mainwindow.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_mainwindow.o moc_mainwindow.cpp + +moc_mainpicdisplay.o: moc_mainpicdisplay.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_mainpicdisplay.o moc_mainpicdisplay.cpp + +moc_mainpicwidget.o: moc_mainpicwidget.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_mainpicwidget.o moc_mainpicwidget.cpp + +moc_targetmaker.o: moc_targetmaker.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_targetmaker.o moc_targetmaker.cpp + +moc_targlistmainwindow.o: moc_targlistmainwindow.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_targlistmainwindow.o moc_targlistmainwindow.cpp + +####### Install + +install: FORCE + +uninstall: FORCE + +FORCE: + diff --git a/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/groundstation.app/Contents/Info.plist b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/groundstation.app/Contents/Info.plist new file mode 100644 index 0000000..81e43a0 --- /dev/null +++ b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/groundstation.app/Contents/Info.plist @@ -0,0 +1,22 @@ + + + + + NSPrincipalClass + NSApplication + CFBundleIconFile + + CFBundlePackageType + APPL + CFBundleGetInfoString + Created by Qt/QMake + CFBundleSignature + ???? + CFBundleExecutable + groundstation + CFBundleIdentifier + com.yourcompany.groundstation + NOTE + This file was generated by Qt/QMake. + + diff --git a/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/groundstation.app/Contents/PkgInfo b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/groundstation.app/Contents/PkgInfo new file mode 100644 index 0000000..6f749b0 --- /dev/null +++ b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/groundstation.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPL???? diff --git a/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/groundstation.app/Contents/Resources/empty.lproj b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/groundstation.app/Contents/Resources/empty.lproj new file mode 100644 index 0000000..e69de29 diff --git a/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/image.o b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/image.o new file mode 100644 index 0000000..0ec236e Binary files /dev/null and b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/image.o differ diff --git a/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/main.o b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/main.o new file mode 100644 index 0000000..af29125 Binary files /dev/null and b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/main.o differ diff --git a/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/mainpicdisplay.o b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/mainpicdisplay.o new file mode 100644 index 0000000..c63a970 Binary files /dev/null and b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/mainpicdisplay.o differ diff --git a/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/mainpicwidget.o b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/mainpicwidget.o new file mode 100644 index 0000000..c8f9d54 Binary files /dev/null and b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/mainpicwidget.o differ diff --git a/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/mainwindow.o b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/mainwindow.o new file mode 100644 index 0000000..e0fc238 Binary files /dev/null and b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/mainwindow.o differ diff --git a/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainpicdisplay.cpp b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainpicdisplay.cpp new file mode 100644 index 0000000..18bb1cf --- /dev/null +++ b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainpicdisplay.cpp @@ -0,0 +1,151 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'mainpicdisplay.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.4.0) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "../groundstation/mainpic/mainpicdisplay.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'mainpicdisplay.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.4.0. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +struct qt_meta_stringdata_MainPicDisplay_t { + QByteArrayData data[11]; + char stringdata[88]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_MainPicDisplay_t, stringdata) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_MainPicDisplay_t qt_meta_stringdata_MainPicDisplay = { + { +QT_MOC_LITERAL(0, 0, 14), // "MainPicDisplay" +QT_MOC_LITERAL(1, 15, 7), // "clicked" +QT_MOC_LITERAL(2, 23, 0), // "" +QT_MOC_LITERAL(3, 24, 1), // "x" +QT_MOC_LITERAL(4, 26, 1), // "y" +QT_MOC_LITERAL(5, 28, 6), // "zoomIn" +QT_MOC_LITERAL(6, 35, 7), // "zoomOut" +QT_MOC_LITERAL(7, 43, 9), // "zoomToFit" +QT_MOC_LITERAL(8, 53, 15), // "mousePressEvent" +QT_MOC_LITERAL(9, 69, 12), // "QMouseEvent*" +QT_MOC_LITERAL(10, 82, 5) // "event" + + }, + "MainPicDisplay\0clicked\0\0x\0y\0zoomIn\0" + "zoomOut\0zoomToFit\0mousePressEvent\0" + "QMouseEvent*\0event" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_MainPicDisplay[] = { + + // content: + 7, // revision + 0, // classname + 0, 0, // classinfo + 5, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 1, // signalCount + + // signals: name, argc, parameters, tag, flags + 1, 2, 39, 2, 0x06 /* Public */, + + // slots: name, argc, parameters, tag, flags + 5, 0, 44, 2, 0x0a /* Public */, + 6, 0, 45, 2, 0x0a /* Public */, + 7, 0, 46, 2, 0x0a /* Public */, + 8, 1, 47, 2, 0x09 /* Protected */, + + // signals: parameters + QMetaType::Void, QMetaType::Int, QMetaType::Int, 3, 4, + + // slots: parameters + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, 0x80000000 | 9, 10, + + 0 // eod +}; + +void MainPicDisplay::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + MainPicDisplay *_t = static_cast(_o); + switch (_id) { + case 0: _t->clicked((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break; + case 1: _t->zoomIn(); break; + case 2: _t->zoomOut(); break; + case 3: _t->zoomToFit(); break; + case 4: _t->mousePressEvent((*reinterpret_cast< QMouseEvent*(*)>(_a[1]))); break; + default: ; + } + } else if (_c == QMetaObject::IndexOfMethod) { + int *result = reinterpret_cast(_a[0]); + void **func = reinterpret_cast(_a[1]); + { + typedef void (MainPicDisplay::*_t)(int , int ); + if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&MainPicDisplay::clicked)) { + *result = 0; + } + } + } +} + +const QMetaObject MainPicDisplay::staticMetaObject = { + { &QLabel::staticMetaObject, qt_meta_stringdata_MainPicDisplay.data, + qt_meta_data_MainPicDisplay, qt_static_metacall, Q_NULLPTR, Q_NULLPTR} +}; + + +const QMetaObject *MainPicDisplay::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *MainPicDisplay::qt_metacast(const char *_clname) +{ + if (!_clname) return Q_NULLPTR; + if (!strcmp(_clname, qt_meta_stringdata_MainPicDisplay.stringdata)) + return static_cast(const_cast< MainPicDisplay*>(this)); + return QLabel::qt_metacast(_clname); +} + +int MainPicDisplay::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QLabel::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 5) + qt_static_metacall(this, _c, _id, _a); + _id -= 5; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 5) + *reinterpret_cast(_a[0]) = -1; + _id -= 5; + } + return _id; +} + +// SIGNAL 0 +void MainPicDisplay::clicked(int _t1, int _t2) +{ + void *_a[] = { Q_NULLPTR, const_cast(reinterpret_cast(&_t1)), const_cast(reinterpret_cast(&_t2)) }; + QMetaObject::activate(this, &staticMetaObject, 0, _a); +} +QT_END_MOC_NAMESPACE diff --git a/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainpicdisplay.o b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainpicdisplay.o new file mode 100644 index 0000000..7470e68 Binary files /dev/null and b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainpicdisplay.o differ diff --git a/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainpicwidget.cpp b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainpicwidget.cpp new file mode 100644 index 0000000..6a0d1e5 --- /dev/null +++ b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainpicwidget.cpp @@ -0,0 +1,127 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'mainpicwidget.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.4.0) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "../groundstation/mainpic/mainpicwidget.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'mainpicwidget.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.4.0. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +struct qt_meta_stringdata_MainPicWidget_t { + QByteArrayData data[10]; + char stringdata[92]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_MainPicWidget_t, stringdata) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_MainPicWidget_t qt_meta_stringdata_MainPicWidget = { + { +QT_MOC_LITERAL(0, 0, 13), // "MainPicWidget" +QT_MOC_LITERAL(1, 14, 10), // "toggleMode" +QT_MOC_LITERAL(2, 25, 0), // "" +QT_MOC_LITERAL(3, 26, 12), // "deleteTarget" +QT_MOC_LITERAL(4, 39, 16), // "onPictureClicked" +QT_MOC_LITERAL(5, 56, 1), // "x" +QT_MOC_LITERAL(6, 58, 1), // "y" +QT_MOC_LITERAL(7, 60, 20), // "onTargetTableChanged" +QT_MOC_LITERAL(8, 81, 3), // "row" +QT_MOC_LITERAL(9, 85, 6) // "column" + + }, + "MainPicWidget\0toggleMode\0\0deleteTarget\0" + "onPictureClicked\0x\0y\0onTargetTableChanged\0" + "row\0column" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_MainPicWidget[] = { + + // content: + 7, // revision + 0, // classname + 0, 0, // classinfo + 4, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 34, 2, 0x0a /* Public */, + 3, 0, 35, 2, 0x0a /* Public */, + 4, 2, 36, 2, 0x0a /* Public */, + 7, 2, 41, 2, 0x0a /* Public */, + + // slots: parameters + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, QMetaType::Int, QMetaType::Int, 5, 6, + QMetaType::Void, QMetaType::Int, QMetaType::Int, 8, 9, + + 0 // eod +}; + +void MainPicWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + MainPicWidget *_t = static_cast(_o); + switch (_id) { + case 0: _t->toggleMode(); break; + case 1: _t->deleteTarget(); break; + case 2: _t->onPictureClicked((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break; + case 3: _t->onTargetTableChanged((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break; + default: ; + } + } +} + +const QMetaObject MainPicWidget::staticMetaObject = { + { &QWidget::staticMetaObject, qt_meta_stringdata_MainPicWidget.data, + qt_meta_data_MainPicWidget, qt_static_metacall, Q_NULLPTR, Q_NULLPTR} +}; + + +const QMetaObject *MainPicWidget::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *MainPicWidget::qt_metacast(const char *_clname) +{ + if (!_clname) return Q_NULLPTR; + if (!strcmp(_clname, qt_meta_stringdata_MainPicWidget.stringdata)) + return static_cast(const_cast< MainPicWidget*>(this)); + return QWidget::qt_metacast(_clname); +} + +int MainPicWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QWidget::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 4) + qt_static_metacall(this, _c, _id, _a); + _id -= 4; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 4) + *reinterpret_cast(_a[0]) = -1; + _id -= 4; + } + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainpicwidget.o b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainpicwidget.o new file mode 100644 index 0000000..b4a33b6 Binary files /dev/null and b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainpicwidget.o differ diff --git a/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainwindow.cpp b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainwindow.cpp new file mode 100644 index 0000000..f8be1c5 --- /dev/null +++ b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainwindow.cpp @@ -0,0 +1,89 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'mainwindow.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.4.0) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "../groundstation/mainwindow.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'mainwindow.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.4.0. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +struct qt_meta_stringdata_MainWindow_t { + QByteArrayData data[1]; + char stringdata[11]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_MainWindow_t, stringdata) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_MainWindow_t qt_meta_stringdata_MainWindow = { + { +QT_MOC_LITERAL(0, 0, 10) // "MainWindow" + + }, + "MainWindow" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_MainWindow[] = { + + // content: + 7, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + 0 // eod +}; + +void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +const QMetaObject MainWindow::staticMetaObject = { + { &QMainWindow::staticMetaObject, qt_meta_stringdata_MainWindow.data, + qt_meta_data_MainWindow, qt_static_metacall, Q_NULLPTR, Q_NULLPTR} +}; + + +const QMetaObject *MainWindow::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *MainWindow::qt_metacast(const char *_clname) +{ + if (!_clname) return Q_NULLPTR; + if (!strcmp(_clname, qt_meta_stringdata_MainWindow.stringdata)) + return static_cast(const_cast< MainWindow*>(this)); + return QMainWindow::qt_metacast(_clname); +} + +int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QMainWindow::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainwindow.o b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainwindow.o new file mode 100644 index 0000000..c6a5389 Binary files /dev/null and b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainwindow.o differ diff --git a/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_targetmaker.cpp b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_targetmaker.cpp new file mode 100644 index 0000000..bbbe8f5 --- /dev/null +++ b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_targetmaker.cpp @@ -0,0 +1,119 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'targetmaker.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.4.0) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "../groundstation/targetlist/targetmaker.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'targetmaker.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.4.0. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +struct qt_meta_stringdata_TargetMaker_t { + QByteArrayData data[5]; + char stringdata[79]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_TargetMaker_t, stringdata) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_TargetMaker_t qt_meta_stringdata_TargetMaker = { + { +QT_MOC_LITERAL(0, 0, 11), // "TargetMaker" +QT_MOC_LITERAL(1, 12, 21), // "on_buttonBox_accepted" +QT_MOC_LITERAL(2, 34, 0), // "" +QT_MOC_LITERAL(3, 35, 21), // "on_buttonBox_rejected" +QT_MOC_LITERAL(4, 57, 21) // "on_toolButton_clicked" + + }, + "TargetMaker\0on_buttonBox_accepted\0\0" + "on_buttonBox_rejected\0on_toolButton_clicked" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_TargetMaker[] = { + + // content: + 7, // revision + 0, // classname + 0, 0, // classinfo + 3, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 29, 2, 0x08 /* Private */, + 3, 0, 30, 2, 0x08 /* Private */, + 4, 0, 31, 2, 0x08 /* Private */, + + // slots: parameters + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + + 0 // eod +}; + +void TargetMaker::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + TargetMaker *_t = static_cast(_o); + switch (_id) { + case 0: _t->on_buttonBox_accepted(); break; + case 1: _t->on_buttonBox_rejected(); break; + case 2: _t->on_toolButton_clicked(); break; + default: ; + } + } + Q_UNUSED(_a); +} + +const QMetaObject TargetMaker::staticMetaObject = { + { &QDialog::staticMetaObject, qt_meta_stringdata_TargetMaker.data, + qt_meta_data_TargetMaker, qt_static_metacall, Q_NULLPTR, Q_NULLPTR} +}; + + +const QMetaObject *TargetMaker::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *TargetMaker::qt_metacast(const char *_clname) +{ + if (!_clname) return Q_NULLPTR; + if (!strcmp(_clname, qt_meta_stringdata_TargetMaker.stringdata)) + return static_cast(const_cast< TargetMaker*>(this)); + return QDialog::qt_metacast(_clname); +} + +int TargetMaker::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QDialog::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 3) + qt_static_metacall(this, _c, _id, _a); + _id -= 3; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 3) + *reinterpret_cast(_a[0]) = -1; + _id -= 3; + } + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_targetmaker.o b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_targetmaker.o new file mode 100644 index 0000000..51aa3f0 Binary files /dev/null and b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_targetmaker.o differ diff --git a/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_targlistmainwindow.cpp b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_targlistmainwindow.cpp new file mode 100644 index 0000000..6243ed9 --- /dev/null +++ b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_targlistmainwindow.cpp @@ -0,0 +1,133 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'targlistmainwindow.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.4.0) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "../groundstation/targetlist/targlistmainwindow.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'targlistmainwindow.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.4.0. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +struct qt_meta_stringdata_TargListMainWindow_t { + QByteArrayData data[9]; + char stringdata[130]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_TargListMainWindow_t, stringdata) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_TargListMainWindow_t qt_meta_stringdata_TargListMainWindow = { + { +QT_MOC_LITERAL(0, 0, 18), // "TargListMainWindow" +QT_MOC_LITERAL(1, 19, 18), // "on_newItem_clicked" +QT_MOC_LITERAL(2, 38, 0), // "" +QT_MOC_LITERAL(3, 39, 23), // "on_deleteButton_clicked" +QT_MOC_LITERAL(4, 63, 15), // "on_edit_clicked" +QT_MOC_LITERAL(5, 79, 19), // "on_upButton_clicked" +QT_MOC_LITERAL(6, 99, 21), // "on_downButton_clicked" +QT_MOC_LITERAL(7, 121, 4), // "sort" +QT_MOC_LITERAL(8, 126, 3) // "col" + + }, + "TargListMainWindow\0on_newItem_clicked\0" + "\0on_deleteButton_clicked\0on_edit_clicked\0" + "on_upButton_clicked\0on_downButton_clicked\0" + "sort\0col" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_TargListMainWindow[] = { + + // content: + 7, // revision + 0, // classname + 0, 0, // classinfo + 6, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 44, 2, 0x08 /* Private */, + 3, 0, 45, 2, 0x08 /* Private */, + 4, 0, 46, 2, 0x08 /* Private */, + 5, 0, 47, 2, 0x08 /* Private */, + 6, 0, 48, 2, 0x08 /* Private */, + 7, 1, 49, 2, 0x08 /* Private */, + + // slots: parameters + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, QMetaType::Int, 8, + + 0 // eod +}; + +void TargListMainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + TargListMainWindow *_t = static_cast(_o); + switch (_id) { + case 0: _t->on_newItem_clicked(); break; + case 1: _t->on_deleteButton_clicked(); break; + case 2: _t->on_edit_clicked(); break; + case 3: _t->on_upButton_clicked(); break; + case 4: _t->on_downButton_clicked(); break; + case 5: _t->sort((*reinterpret_cast< int(*)>(_a[1]))); break; + default: ; + } + } +} + +const QMetaObject TargListMainWindow::staticMetaObject = { + { &QMainWindow::staticMetaObject, qt_meta_stringdata_TargListMainWindow.data, + qt_meta_data_TargListMainWindow, qt_static_metacall, Q_NULLPTR, Q_NULLPTR} +}; + + +const QMetaObject *TargListMainWindow::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *TargListMainWindow::qt_metacast(const char *_clname) +{ + if (!_clname) return Q_NULLPTR; + if (!strcmp(_clname, qt_meta_stringdata_TargListMainWindow.stringdata)) + return static_cast(const_cast< TargListMainWindow*>(this)); + return QMainWindow::qt_metacast(_clname); +} + +int TargListMainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QMainWindow::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 6) + qt_static_metacall(this, _c, _id, _a); + _id -= 6; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 6) + *reinterpret_cast(_a[0]) = -1; + _id -= 6; + } + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_targlistmainwindow.o b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_targlistmainwindow.o new file mode 100644 index 0000000..8ad97d7 Binary files /dev/null and b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_targlistmainwindow.o differ diff --git a/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/target.o b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/target.o new file mode 100644 index 0000000..132e276 Binary files /dev/null and b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/target.o differ diff --git a/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/targetfilehandler.o b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/targetfilehandler.o new file mode 100644 index 0000000..a653e3f Binary files /dev/null and b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/targetfilehandler.o differ diff --git a/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/targetlist.o b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/targetlist.o new file mode 100644 index 0000000..8ec39cb Binary files /dev/null and b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/targetlist.o differ diff --git a/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/targetlistitem.o b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/targetlistitem.o new file mode 100644 index 0000000..4375d15 Binary files /dev/null and b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/targetlistitem.o differ diff --git a/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/targetmaker.o b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/targetmaker.o new file mode 100644 index 0000000..2be1b42 Binary files /dev/null and b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/targetmaker.o differ diff --git a/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/targlistmainwindow.o b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/targlistmainwindow.o new file mode 100644 index 0000000..4f626f5 Binary files /dev/null and b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/targlistmainwindow.o differ diff --git a/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/ui_mainwindow.h b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/ui_mainwindow.h new file mode 100644 index 0000000..3205e82 --- /dev/null +++ b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/ui_mainwindow.h @@ -0,0 +1,63 @@ +/******************************************************************************** +** Form generated from reading UI file 'mainwindow.ui' +** +** Created by: Qt User Interface Compiler version 5.4.0 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_MAINWINDOW_H +#define UI_MAINWINDOW_H + +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_MainWindow +{ +public: + QAction *actionOpen; + QWidget *centralWidget; + QStatusBar *statusBar; + + void setupUi(QMainWindow *MainWindow) + { + if (MainWindow->objectName().isEmpty()) + MainWindow->setObjectName(QStringLiteral("MainWindow")); + MainWindow->resize(683, 433); + actionOpen = new QAction(MainWindow); + actionOpen->setObjectName(QStringLiteral("actionOpen")); + centralWidget = new QWidget(MainWindow); + centralWidget->setObjectName(QStringLiteral("centralWidget")); + MainWindow->setCentralWidget(centralWidget); + statusBar = new QStatusBar(MainWindow); + statusBar->setObjectName(QStringLiteral("statusBar")); + MainWindow->setStatusBar(statusBar); + + retranslateUi(MainWindow); + + QMetaObject::connectSlotsByName(MainWindow); + } // setupUi + + void retranslateUi(QMainWindow *MainWindow) + { + MainWindow->setWindowTitle(QApplication::translate("MainWindow", "MainWindow", 0)); + actionOpen->setText(QApplication::translate("MainWindow", "Open", 0)); + } // retranslateUi + +}; + +namespace Ui { + class MainWindow: public Ui_MainWindow {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_MAINWINDOW_H diff --git a/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/ui_targetmaker.h b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/ui_targetmaker.h new file mode 100644 index 0000000..7218765 --- /dev/null +++ b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/ui_targetmaker.h @@ -0,0 +1,178 @@ +/******************************************************************************** +** Form generated from reading UI file 'targetmaker.ui' +** +** Created by: Qt User Interface Compiler version 5.4.0 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_TARGETMAKER_H +#define UI_TARGETMAKER_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_TargetMaker +{ +public: + QVBoxLayout *verticalLayout; + QHBoxLayout *horizontalLayout; + QLabel *imageLabel; + QLineEdit *fileInput; + QToolButton *toolButton; + QHBoxLayout *nameContainer; + QLabel *nameLabel; + QLineEdit *nameInput; + QHBoxLayout *coordinateContainer; + QLabel *coordinateLabel; + QLineEdit *coordinateInput; + QHBoxLayout *descriptionContainer; + QLabel *descriptionLabel; + QTextEdit *descriptionInput; + QHBoxLayout *categoryContainer; + QLabel *categoryLabel; + QDialogButtonBox *buttonBox; + + void setupUi(QDialog *TargetMaker) + { + if (TargetMaker->objectName().isEmpty()) + TargetMaker->setObjectName(QStringLiteral("TargetMaker")); + TargetMaker->resize(400, 250); + verticalLayout = new QVBoxLayout(TargetMaker); + verticalLayout->setObjectName(QStringLiteral("verticalLayout")); + horizontalLayout = new QHBoxLayout(); + horizontalLayout->setObjectName(QStringLiteral("horizontalLayout")); + imageLabel = new QLabel(TargetMaker); + imageLabel->setObjectName(QStringLiteral("imageLabel")); + imageLabel->setMinimumSize(QSize(85, 0)); + QFont font; + font.setBold(true); + font.setWeight(75); + imageLabel->setFont(font); + + horizontalLayout->addWidget(imageLabel); + + fileInput = new QLineEdit(TargetMaker); + fileInput->setObjectName(QStringLiteral("fileInput")); + + horizontalLayout->addWidget(fileInput); + + toolButton = new QToolButton(TargetMaker); + toolButton->setObjectName(QStringLiteral("toolButton")); + + horizontalLayout->addWidget(toolButton); + + + verticalLayout->addLayout(horizontalLayout); + + nameContainer = new QHBoxLayout(); + nameContainer->setObjectName(QStringLiteral("nameContainer")); + nameLabel = new QLabel(TargetMaker); + nameLabel->setObjectName(QStringLiteral("nameLabel")); + nameLabel->setMinimumSize(QSize(85, 0)); + nameLabel->setFont(font); + + nameContainer->addWidget(nameLabel); + + nameInput = new QLineEdit(TargetMaker); + nameInput->setObjectName(QStringLiteral("nameInput")); + + nameContainer->addWidget(nameInput); + + + verticalLayout->addLayout(nameContainer); + + coordinateContainer = new QHBoxLayout(); + coordinateContainer->setObjectName(QStringLiteral("coordinateContainer")); + coordinateLabel = new QLabel(TargetMaker); + coordinateLabel->setObjectName(QStringLiteral("coordinateLabel")); + coordinateLabel->setMinimumSize(QSize(85, 0)); + coordinateLabel->setFont(font); + + coordinateContainer->addWidget(coordinateLabel); + + coordinateInput = new QLineEdit(TargetMaker); + coordinateInput->setObjectName(QStringLiteral("coordinateInput")); + + coordinateContainer->addWidget(coordinateInput); + + + verticalLayout->addLayout(coordinateContainer); + + descriptionContainer = new QHBoxLayout(); + descriptionContainer->setObjectName(QStringLiteral("descriptionContainer")); + descriptionLabel = new QLabel(TargetMaker); + descriptionLabel->setObjectName(QStringLiteral("descriptionLabel")); + descriptionLabel->setMinimumSize(QSize(85, 0)); + descriptionLabel->setFont(font); + + descriptionContainer->addWidget(descriptionLabel); + + descriptionInput = new QTextEdit(TargetMaker); + descriptionInput->setObjectName(QStringLiteral("descriptionInput")); + + descriptionContainer->addWidget(descriptionInput); + + + verticalLayout->addLayout(descriptionContainer); + + categoryContainer = new QHBoxLayout(); + categoryContainer->setObjectName(QStringLiteral("categoryContainer")); + categoryLabel = new QLabel(TargetMaker); + categoryLabel->setObjectName(QStringLiteral("categoryLabel")); + categoryLabel->setMinimumSize(QSize(85, 0)); + categoryLabel->setFont(font); + + categoryContainer->addWidget(categoryLabel); + + + verticalLayout->addLayout(categoryContainer); + + buttonBox = new QDialogButtonBox(TargetMaker); + buttonBox->setObjectName(QStringLiteral("buttonBox")); + buttonBox->setOrientation(Qt::Horizontal); + buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); + + verticalLayout->addWidget(buttonBox); + + + retranslateUi(TargetMaker); + QObject::connect(buttonBox, SIGNAL(accepted()), TargetMaker, SLOT(accept())); + QObject::connect(buttonBox, SIGNAL(rejected()), TargetMaker, SLOT(reject())); + + QMetaObject::connectSlotsByName(TargetMaker); + } // setupUi + + void retranslateUi(QDialog *TargetMaker) + { + TargetMaker->setWindowTitle(QApplication::translate("TargetMaker", "Dialog", 0)); + imageLabel->setText(QApplication::translate("TargetMaker", "Preview Image", 0)); + toolButton->setText(QApplication::translate("TargetMaker", "Browse", 0)); + nameLabel->setText(QApplication::translate("TargetMaker", "Name", 0)); + coordinateLabel->setText(QApplication::translate("TargetMaker", "Coordinates", 0)); + descriptionLabel->setText(QApplication::translate("TargetMaker", "Description", 0)); + categoryLabel->setText(QApplication::translate("TargetMaker", "Category", 0)); + } // retranslateUi + +}; + +namespace Ui { + class TargetMaker: public Ui_TargetMaker {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_TARGETMAKER_H diff --git a/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/ui_targlistmainwindow.h b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/ui_targlistmainwindow.h new file mode 100644 index 0000000..f3df04e --- /dev/null +++ b/build-groundstation-Desktop_Qt_5_4_0_clang_64bit-Debug/ui_targlistmainwindow.h @@ -0,0 +1,213 @@ +/******************************************************************************** +** Form generated from reading UI file 'targlistmainwindow.ui' +** +** Created by: Qt User Interface Compiler version 5.4.0 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_TARGLISTMAINWINDOW_H +#define UI_TARGLISTMAINWINDOW_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_TargListMainWindow +{ +public: + QAction *actionExport; + QWidget *centralWidget; + QVBoxLayout *verticalLayout; + QHBoxLayout *horizontalLayout; + QCommandLinkButton *commandLinkButton; + QCommandLinkButton *newButton; + QCommandLinkButton *editButton; + QCommandLinkButton *deleteButton; + QCommandLinkButton *upButton; + QCommandLinkButton *downButton; + QTableWidget *targetListTable; + QToolBar *mainToolBar; + QStatusBar *statusBar; + + void setupUi(QMainWindow *TargListMainWindow) + { + if (TargListMainWindow->objectName().isEmpty()) + TargListMainWindow->setObjectName(QStringLiteral("TargListMainWindow")); + TargListMainWindow->resize(930, 500); + TargListMainWindow->setUnifiedTitleAndToolBarOnMac(false); + actionExport = new QAction(TargListMainWindow); + actionExport->setObjectName(QStringLiteral("actionExport")); + centralWidget = new QWidget(TargListMainWindow); + centralWidget->setObjectName(QStringLiteral("centralWidget")); + verticalLayout = new QVBoxLayout(centralWidget); + verticalLayout->setSpacing(6); + verticalLayout->setContentsMargins(11, 11, 11, 11); + verticalLayout->setObjectName(QStringLiteral("verticalLayout")); + horizontalLayout = new QHBoxLayout(); + horizontalLayout->setSpacing(0); + horizontalLayout->setObjectName(QStringLiteral("horizontalLayout")); + commandLinkButton = new QCommandLinkButton(centralWidget); + commandLinkButton->setObjectName(QStringLiteral("commandLinkButton")); + + horizontalLayout->addWidget(commandLinkButton); + + newButton = new QCommandLinkButton(centralWidget); + newButton->setObjectName(QStringLiteral("newButton")); + QIcon icon; + icon.addFile(QStringLiteral(":/files/round75.png"), QSize(), QIcon::Normal, QIcon::Off); + newButton->setIcon(icon); + newButton->setIconSize(QSize(30, 30)); + + horizontalLayout->addWidget(newButton); + + editButton = new QCommandLinkButton(centralWidget); + editButton->setObjectName(QStringLiteral("editButton")); + QIcon icon1; + icon1.addFile(QStringLiteral(":/files/clasic.png"), QSize(), QIcon::Normal, QIcon::Off); + editButton->setIcon(icon1); + editButton->setIconSize(QSize(30, 40)); + + horizontalLayout->addWidget(editButton); + + deleteButton = new QCommandLinkButton(centralWidget); + deleteButton->setObjectName(QStringLiteral("deleteButton")); + QIcon icon2; + icon2.addFile(QStringLiteral(":/files/delete85.png"), QSize(), QIcon::Normal, QIcon::Off); + deleteButton->setIcon(icon2); + deleteButton->setIconSize(QSize(30, 30)); + + horizontalLayout->addWidget(deleteButton); + + upButton = new QCommandLinkButton(centralWidget); + upButton->setObjectName(QStringLiteral("upButton")); + QIcon icon3; + icon3.addFile(QStringLiteral(":/files/up.png"), QSize(), QIcon::Normal, QIcon::Off); + upButton->setIcon(icon3); + upButton->setIconSize(QSize(30, 30)); + + horizontalLayout->addWidget(upButton); + + downButton = new QCommandLinkButton(centralWidget); + downButton->setObjectName(QStringLiteral("downButton")); + QIcon icon4; + icon4.addFile(QStringLiteral(":/files/down.png"), QSize(), QIcon::Normal, QIcon::Off); + downButton->setIcon(icon4); + downButton->setIconSize(QSize(30, 30)); + + horizontalLayout->addWidget(downButton); + + + verticalLayout->addLayout(horizontalLayout); + + targetListTable = new QTableWidget(centralWidget); + if (targetListTable->columnCount() < 4) + targetListTable->setColumnCount(4); + QTableWidgetItem *__qtablewidgetitem = new QTableWidgetItem(); + targetListTable->setHorizontalHeaderItem(0, __qtablewidgetitem); + QFont font; + font.setFamily(QStringLiteral("Segoe UI")); + font.setPointSize(11); + QTableWidgetItem *__qtablewidgetitem1 = new QTableWidgetItem(); + __qtablewidgetitem1->setFont(font); + targetListTable->setHorizontalHeaderItem(1, __qtablewidgetitem1); + QTableWidgetItem *__qtablewidgetitem2 = new QTableWidgetItem(); + __qtablewidgetitem2->setFont(font); + targetListTable->setHorizontalHeaderItem(2, __qtablewidgetitem2); + QTableWidgetItem *__qtablewidgetitem3 = new QTableWidgetItem(); + __qtablewidgetitem3->setFont(font); + targetListTable->setHorizontalHeaderItem(3, __qtablewidgetitem3); + targetListTable->setObjectName(QStringLiteral("targetListTable")); + QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); + sizePolicy.setHorizontalStretch(0); + sizePolicy.setVerticalStretch(0); + sizePolicy.setHeightForWidth(targetListTable->sizePolicy().hasHeightForWidth()); + targetListTable->setSizePolicy(sizePolicy); + QFont font1; + font1.setPointSize(11); + targetListTable->setFont(font1); + targetListTable->setAlternatingRowColors(false); + targetListTable->setSelectionMode(QAbstractItemView::ExtendedSelection); + targetListTable->setSelectionBehavior(QAbstractItemView::SelectRows); + targetListTable->setIconSize(QSize(0, 0)); + targetListTable->setSortingEnabled(false); + targetListTable->horizontalHeader()->setCascadingSectionResizes(false); + targetListTable->horizontalHeader()->setHighlightSections(false); + targetListTable->horizontalHeader()->setStretchLastSection(true); + targetListTable->verticalHeader()->setVisible(false); + targetListTable->verticalHeader()->setStretchLastSection(false); + + verticalLayout->addWidget(targetListTable); + + TargListMainWindow->setCentralWidget(centralWidget); + mainToolBar = new QToolBar(TargListMainWindow); + mainToolBar->setObjectName(QStringLiteral("mainToolBar")); + TargListMainWindow->addToolBar(Qt::TopToolBarArea, mainToolBar); + statusBar = new QStatusBar(TargListMainWindow); + statusBar->setObjectName(QStringLiteral("statusBar")); + TargListMainWindow->setStatusBar(statusBar); + + retranslateUi(TargListMainWindow); + + QMetaObject::connectSlotsByName(TargListMainWindow); + } // setupUi + + void retranslateUi(QMainWindow *TargListMainWindow) + { + TargListMainWindow->setWindowTitle(QApplication::translate("TargListMainWindow", "MainWindow", 0)); + actionExport->setText(QApplication::translate("TargListMainWindow", "Export", 0)); + commandLinkButton->setText(QApplication::translate("TargListMainWindow", "PushButton", 0)); +#ifndef QT_NO_TOOLTIP + newButton->setToolTip(QApplication::translate("TargListMainWindow", "

Shortcut: ctrl+n

", 0)); +#endif // QT_NO_TOOLTIP + newButton->setText(QApplication::translate("TargListMainWindow", "New", 0)); + newButton->setShortcut(QApplication::translate("TargListMainWindow", "Ctrl+N", 0)); +#ifndef QT_NO_TOOLTIP + editButton->setToolTip(QApplication::translate("TargListMainWindow", "

Shortcut: ctrl+e

", 0)); +#endif // QT_NO_TOOLTIP + editButton->setText(QApplication::translate("TargListMainWindow", "Edit", 0)); + editButton->setShortcut(QApplication::translate("TargListMainWindow", "Ctrl+E", 0)); +#ifndef QT_NO_TOOLTIP + deleteButton->setToolTip(QApplication::translate("TargListMainWindow", "

Shortcut: del

", 0)); +#endif // QT_NO_TOOLTIP + deleteButton->setText(QApplication::translate("TargListMainWindow", "Delete", 0)); + deleteButton->setShortcut(QApplication::translate("TargListMainWindow", "Del", 0)); +#ifndef QT_NO_TOOLTIP + upButton->setToolTip(QApplication::translate("TargListMainWindow", "

Shortcut: Up Key

", 0)); +#endif // QT_NO_TOOLTIP + upButton->setText(QApplication::translate("TargListMainWindow", "Up", 0)); + upButton->setShortcut(QApplication::translate("TargListMainWindow", "Up", 0)); +#ifndef QT_NO_TOOLTIP + downButton->setToolTip(QApplication::translate("TargListMainWindow", "

Shortcut: Down Key

", 0)); +#endif // QT_NO_TOOLTIP + downButton->setText(QApplication::translate("TargListMainWindow", "Down", 0)); + downButton->setShortcut(QApplication::translate("TargListMainWindow", "Down", 0)); + QTableWidgetItem *___qtablewidgetitem = targetListTable->horizontalHeaderItem(1); + ___qtablewidgetitem->setText(QApplication::translate("TargListMainWindow", "Name", 0)); + QTableWidgetItem *___qtablewidgetitem1 = targetListTable->horizontalHeaderItem(2); + ___qtablewidgetitem1->setText(QApplication::translate("TargListMainWindow", "Coordinates", 0)); + QTableWidgetItem *___qtablewidgetitem2 = targetListTable->horizontalHeaderItem(3); + ___qtablewidgetitem2->setText(QApplication::translate("TargListMainWindow", "Description", 0)); + } // retranslateUi + +}; + +namespace Ui { + class TargListMainWindow: public Ui_TargListMainWindow {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_TARGLISTMAINWINDOW_H diff --git a/groundstation/groundstation.pro.user b/groundstation/groundstation.pro.user.f0de3c1.3.3-pre1 similarity index 100% rename from groundstation/groundstation.pro.user rename to groundstation/groundstation.pro.user.f0de3c1.3.3-pre1 diff --git a/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/.qmake.stash b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/.qmake.stash new file mode 100644 index 0000000..87fd3e5 --- /dev/null +++ b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/.qmake.stash @@ -0,0 +1,17 @@ +QMAKE_XCODE_DEVELOPER_PATH = /Applications/Xcode.app/Contents/Developer +QMAKE_XCODE_VERSION = 6.0.1 +QMAKE_MAC_SDK.macosx.path = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk +QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_CC = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang +QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_CXX = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ +QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_FIX_RPATH = \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool \ + -id +QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_AR = \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar \ + cq +QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_RANLIB = \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib \ + -s +QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_LINK = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ +QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_LINK_SHLIB = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ +QMAKE_MAC_SDK.macosx.platform_name = macosx diff --git a/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/Makefile b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/Makefile new file mode 100644 index 0000000..1fbf4fa --- /dev/null +++ b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/Makefile @@ -0,0 +1,821 @@ +############################################################################# +# Makefile for building: targetlist.app/Contents/MacOS/targetlist +# Generated by qmake (3.0) (Qt 5.4.0) +# Project: ../targetlist/targetlist.pro +# Template: app +# Command: /Users/LuChen/Qt/5.4/clang_64/bin/qmake -spec macx-clang CONFIG+=debug CONFIG+=x86_64 -o Makefile ../targetlist/targetlist.pro +############################################################################# + +MAKEFILE = Makefile + +####### Compiler, tools and options + +CC = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang +CXX = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ +DEFINES = -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB +CFLAGS = -pipe -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE $(DEFINES) +CXXFLAGS = -pipe -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE $(DEFINES) +INCPATH = -I/Users/LuChen/Qt/5.4/clang_64/mkspecs/macx-clang -I../targetlist -I/Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers -I/Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers -I/Users/LuChen/Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -I. -I. -F/Users/LuChen/Qt/5.4/clang_64/lib +QMAKE = /Users/LuChen/Qt/5.4/clang_64/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 = $(COPY_FILE) +INSTALL_PROGRAM = $(COPY_FILE) +INSTALL_DIR = $(COPY_DIR) +DEL_FILE = rm -f +SYMLINK = ln -f -s +DEL_DIR = rmdir +MOVE = mv -f +TAR = tar -cf +COMPRESS = gzip -9f +DISTNAME = targetlist1.0.0 +DISTDIR = /Users/LuChen/Documents/groundstation/groundstation/targetlist-old/targetlist/.tmp/targetlist1.0.0 +LINK = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ +LFLAGS = -headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wl,-rpath,/Users/LuChen/Qt/5.4/clang_64/lib +LIBS = $(SUBLIBS) -F/Users/LuChen/Qt/5.4/clang_64/lib -framework QtWidgets -framework QtGui -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 = + +####### Output directory + +OBJECTS_DIR = ./ + +####### Files + +SOURCES = ../targetlist/main.cpp \ + ../targetlist/mainwindow.cpp \ + ../targetlist/targetmaker.cpp \ + ../targetlist/targetlist.cpp \ + ../targetlist/targetlistitem.cpp qrc_Resources.cpp \ + moc_mainwindow.cpp \ + moc_targetmaker.cpp +OBJECTS = main.o \ + mainwindow.o \ + targetmaker.o \ + targetlist.o \ + targetlistitem.o \ + qrc_Resources.o \ + moc_mainwindow.o \ + moc_targetmaker.o +DIST = /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/spec_pre.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/qdevice.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/device_config.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/common/shell-unix.conf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/common/unix.conf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/common/mac.conf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/common/macx.conf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/common/gcc-base.conf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/common/gcc-base-mac.conf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/common/clang.conf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/common/clang-mac.conf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/qconfig.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_bluetooth.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_bluetooth_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_bootstrap_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_clucene_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_concurrent.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_concurrent_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_core.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_core_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_dbus.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_dbus_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_declarative.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_declarative_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_designer.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_designer_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_designercomponents_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_enginio.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_enginio_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_gui.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_gui_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_help.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_help_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_location.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_location_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_macextras.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_macextras_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimedia.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimedia_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimediawidgets.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_network.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_network_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_nfc.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_nfc_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_opengl.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_opengl_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_openglextensions.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_openglextensions_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_platformsupport_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_positioning.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_positioning_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_printsupport.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_printsupport_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_qml.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_qml_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_qmldevtools_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_qmltest.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_qmltest_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_quick.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_quick_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_quickparticles_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_quickwidgets.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_quickwidgets_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_script.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_script_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_scripttools.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_scripttools_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_sensors.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_sensors_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_serialport.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_serialport_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_sql.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_sql_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_svg.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_svg_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_testlib.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_testlib_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_uitools.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_uitools_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webchannel.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webchannel_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webengine.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webengine_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginecore.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginecore_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginewidgets.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkit.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkit_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkitwidgets.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkitwidgets_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_websockets.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_websockets_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webview.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webview_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_widgets.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_widgets_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_xml.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_xml_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_xmlpatterns.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/qt_functions.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/qt_config.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/macx-clang/qmake.conf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/spec_post.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/exclusive_builds.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/default_pre.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/mac/default_pre.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/resolve_config.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/default_post.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/mac/sdk.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/mac/default_post.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/mac/objective_c.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/warn_on.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/qt.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/resources.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/moc.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/unix/opengl.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/uic.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/unix/thread.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/mac/rez.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/testcase_targets.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/exceptions.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/yacc.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/lex.prf \ + ../targetlist/targetlist.pro ../targetlist/mainwindow.h \ + ../targetlist/targetmaker.h \ + ../targetlist/targetlist.h \ + ../targetlist/targetlistitem.h ../targetlist/main.cpp \ + ../targetlist/mainwindow.cpp \ + ../targetlist/targetmaker.cpp \ + ../targetlist/targetlist.cpp \ + ../targetlist/targetlistitem.cpp +QMAKE_TARGET = targetlist +DESTDIR = #avoid trailing-slash linebreak +TARGET = targetlist.app/Contents/MacOS/targetlist + +####### Custom Compiler Variables +QMAKE_COMP_QMAKE_OBJECTIVE_CFLAGS = -pipe \ + -g \ + -isysroot \ + /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk \ + -mmacosx-version-min=10.7 \ + -Wall \ + -W + + + +first: all +####### Implicit rules + +.SUFFIXES: .o .c .cpp .cc .cxx .C + +.cpp.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" + +.cc.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" + +.cxx.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" + +.C.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" + +.c.o: + $(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<" + +####### Build rules + +$(TARGET): ui_mainwindow.h ui_targetmaker.h $(OBJECTS) + @test -d targetlist.app/Contents/MacOS/ || mkdir -p targetlist.app/Contents/MacOS/ + $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS) + +Makefile: ../targetlist/targetlist.pro /Users/LuChen/Qt/5.4/clang_64/mkspecs/macx-clang/qmake.conf /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/spec_pre.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/qdevice.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/device_config.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/common/shell-unix.conf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/common/unix.conf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/common/mac.conf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/common/macx.conf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/common/gcc-base.conf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/common/gcc-base-mac.conf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/common/clang.conf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/common/clang-mac.conf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/qconfig.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_bluetooth.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_bluetooth_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_bootstrap_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_clucene_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_concurrent.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_concurrent_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_core.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_core_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_dbus.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_dbus_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_declarative.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_declarative_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_designer.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_designer_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_designercomponents_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_enginio.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_enginio_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_gui.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_gui_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_help.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_help_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_location.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_location_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_macextras.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_macextras_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimedia.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimedia_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimediawidgets.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_network.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_network_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_nfc.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_nfc_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_opengl.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_opengl_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_openglextensions.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_openglextensions_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_platformsupport_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_positioning.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_positioning_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_printsupport.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_printsupport_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_qml.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_qml_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_qmldevtools_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_qmltest.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_qmltest_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_quick.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_quick_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_quickparticles_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_quickwidgets.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_quickwidgets_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_script.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_script_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_scripttools.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_scripttools_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_sensors.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_sensors_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_serialport.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_serialport_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_sql.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_sql_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_svg.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_svg_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_testlib.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_testlib_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_uitools.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_uitools_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webchannel.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webchannel_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webengine.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webengine_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginecore.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginecore_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginewidgets.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkit.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkit_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkitwidgets.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkitwidgets_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_websockets.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_websockets_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webview.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webview_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_widgets.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_widgets_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_xml.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_xml_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_xmlpatterns.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/qt_functions.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/qt_config.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/macx-clang/qmake.conf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/spec_post.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/exclusive_builds.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/default_pre.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/mac/default_pre.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/resolve_config.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/default_post.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/mac/sdk.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/mac/default_post.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/mac/objective_c.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/warn_on.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/qt.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/resources.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/moc.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/unix/opengl.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/uic.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/unix/thread.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/mac/rez.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/testcase_targets.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/exceptions.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/yacc.prf \ + /Users/LuChen/Qt/5.4/clang_64/mkspecs/features/lex.prf \ + ../targetlist/targetlist.pro \ + ../targetlist/Resources.qrc \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/QtWidgets.prl \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/QtGui.prl \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtCore.framework/QtCore.prl + $(QMAKE) -spec macx-clang CONFIG+=debug CONFIG+=x86_64 -o Makefile ../targetlist/targetlist.pro +/Users/LuChen/Qt/5.4/clang_64/mkspecs/features/spec_pre.prf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/qdevice.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/features/device_config.prf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/common/shell-unix.conf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/common/unix.conf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/common/mac.conf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/common/macx.conf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/common/gcc-base.conf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/common/gcc-base-mac.conf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/common/clang.conf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/common/clang-mac.conf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/qconfig.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_bluetooth.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_bluetooth_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_bootstrap_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_clucene_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_concurrent.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_concurrent_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_core.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_core_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_dbus.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_dbus_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_declarative.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_declarative_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_designer.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_designer_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_designercomponents_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_enginio.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_enginio_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_gui.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_gui_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_help.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_help_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_location.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_location_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_macextras.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_macextras_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimedia.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimedia_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimediawidgets.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_network.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_network_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_nfc.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_nfc_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_opengl.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_opengl_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_openglextensions.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_openglextensions_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_platformsupport_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_positioning.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_positioning_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_printsupport.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_printsupport_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_qml.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_qml_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_qmldevtools_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_qmltest.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_qmltest_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_quick.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_quick_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_quickparticles_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_quickwidgets.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_quickwidgets_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_script.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_script_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_scripttools.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_scripttools_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_sensors.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_sensors_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_serialport.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_serialport_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_sql.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_sql_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_svg.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_svg_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_testlib.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_testlib_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_uitools.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_uitools_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webchannel.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webchannel_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webengine.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webengine_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginecore.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginecore_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginewidgets.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkit.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkit_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkitwidgets.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkitwidgets_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_websockets.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_websockets_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webview.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_webview_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_widgets.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_widgets_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_xml.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_xml_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_xmlpatterns.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/features/qt_functions.prf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/features/qt_config.prf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/macx-clang/qmake.conf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/features/spec_post.prf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/features/exclusive_builds.prf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/features/default_pre.prf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/features/mac/default_pre.prf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/features/resolve_config.prf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/features/default_post.prf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/features/mac/sdk.prf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/features/mac/default_post.prf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/features/mac/objective_c.prf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/features/warn_on.prf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/features/qt.prf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/features/resources.prf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/features/moc.prf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/features/unix/opengl.prf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/features/uic.prf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/features/unix/thread.prf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/features/mac/rez.prf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/features/testcase_targets.prf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/features/exceptions.prf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/features/yacc.prf: +/Users/LuChen/Qt/5.4/clang_64/mkspecs/features/lex.prf: +../targetlist/targetlist.pro: +../targetlist/Resources.qrc: +/Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/QtWidgets.prl: +/Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/QtGui.prl: +/Users/LuChen/Qt/5.4/clang_64/lib/QtCore.framework/QtCore.prl: +qmake: FORCE + @$(QMAKE) -spec macx-clang CONFIG+=debug CONFIG+=x86_64 -o Makefile ../targetlist/targetlist.pro + +qmake_all: FORCE + +targetlist.app/Contents/PkgInfo: + @test -d targetlist.app/Contents || mkdir -p targetlist.app/Contents + @$(DEL_FILE) targetlist.app/Contents/PkgInfo + @echo "APPL????" >targetlist.app/Contents/PkgInfo +targetlist.app/Contents/Resources/empty.lproj: + @test -d targetlist.app/Contents/Resources || mkdir -p targetlist.app/Contents/Resources + @touch targetlist.app/Contents/Resources/empty.lproj + +targetlist.app/Contents/Info.plist: + @test -d targetlist.app/Contents || mkdir -p targetlist.app/Contents + @$(DEL_FILE) targetlist.app/Contents/Info.plist + @sed -e "s,@SHORT_VERSION@,1.0,g" -e "s,@FULL_VERSION@,1.0.0,g" -e "s,@TYPEINFO@,????,g" -e "s,@BUNDLEIDENTIFIER@,com.yourcompany.targetlist,g" -e "s,@ICON@,,g" -e "s,@EXECUTABLE@,targetlist,g" -e "s,@TYPEINFO@,????,g" /Users/LuChen/Qt/5.4/clang_64/mkspecs/macx-clang/Info.plist.app >targetlist.app/Contents/Info.plist + +all: Makefile \ + targetlist.app/Contents/PkgInfo \ + targetlist.app/Contents/Resources/empty.lproj \ + targetlist.app/Contents/Info.plist $(TARGET) + +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 ../targetlist/Resources.qrc $(DISTDIR)/ + $(COPY_FILE) --parents ../targetlist/mainwindow.h ../targetlist/targetmaker.h ../targetlist/targetlist.h ../targetlist/targetlistitem.h $(DISTDIR)/ + $(COPY_FILE) --parents ../targetlist/main.cpp ../targetlist/mainwindow.cpp ../targetlist/targetmaker.cpp ../targetlist/targetlist.cpp ../targetlist/targetlistitem.cpp $(DISTDIR)/ + $(COPY_FILE) --parents ../targetlist/mainwindow.ui ../targetlist/targetmaker.ui $(DISTDIR)/ + + +clean:compiler_clean + -$(DEL_FILE) $(OBJECTS) + -$(DEL_FILE) *~ core *.core + + +distclean: clean + -$(DEL_FILE) -r targetlist.app + -$(DEL_FILE) Makefile + + +####### Sub-libraries + +mocclean: compiler_moc_header_clean compiler_moc_source_clean + +mocables: compiler_moc_header_make_all compiler_moc_source_make_all + +check: first + +compiler_objective_c_make_all: +compiler_objective_c_clean: +compiler_rcc_make_all: qrc_Resources.cpp +compiler_rcc_clean: + -$(DEL_FILE) qrc_Resources.cpp +qrc_Resources.cpp: ../targetlist/Resources.qrc \ + ../targetlist/up.png \ + ../targetlist/down.png \ + ../targetlist/delete85.png \ + ../targetlist/round75.png \ + ../targetlist/clasic.png \ + ../targetlist/Untitled.png + /Users/LuChen/Qt/5.4/clang_64/bin/rcc -name Resources ../targetlist/Resources.qrc -o qrc_Resources.cpp + +compiler_moc_header_make_all: moc_mainwindow.cpp moc_targetmaker.cpp +compiler_moc_header_clean: + -$(DEL_FILE) moc_mainwindow.cpp moc_targetmaker.cpp +moc_mainwindow.cpp: /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QMainWindow \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qmainwindow.h \ + ../targetlist/targetmaker.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QDialog \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qdialog.h \ + ../targetlist/targetlist.h \ + ../targetlist/targetlistitem.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QTableWidgetItem \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qtablewidget.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QLabel \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qlabel.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QWidget \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qwidget.h \ + ../targetlist/mainwindow.h + /Users/LuChen/Qt/5.4/clang_64/bin/moc $(DEFINES) -D__APPLE__ -D__GNUC__=4 -I/Users/LuChen/Qt/5.4/clang_64/mkspecs/macx-clang -I/Users/LuChen/Documents/groundstation/groundstation/targetlist-old/targetlist -I/Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Headers -I/Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Headers -I/Users/LuChen/Qt/5.4/clang_64/lib/QtCore.framework/Headers -I. -F/Users/LuChen/Qt/5.4/clang_64/lib ../targetlist/mainwindow.h -o moc_mainwindow.cpp + +moc_targetmaker.cpp: /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QDialog \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qdialog.h \ + ../targetlist/targetmaker.h + /Users/LuChen/Qt/5.4/clang_64/bin/moc $(DEFINES) -D__APPLE__ -D__GNUC__=4 -I/Users/LuChen/Qt/5.4/clang_64/mkspecs/macx-clang -I/Users/LuChen/Documents/groundstation/groundstation/targetlist-old/targetlist -I/Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Headers -I/Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Headers -I/Users/LuChen/Qt/5.4/clang_64/lib/QtCore.framework/Headers -I. -F/Users/LuChen/Qt/5.4/clang_64/lib ../targetlist/targetmaker.h -o moc_targetmaker.cpp + +compiler_moc_source_make_all: +compiler_moc_source_clean: +compiler_uic_make_all: ui_mainwindow.h ui_targetmaker.h +compiler_uic_clean: + -$(DEL_FILE) ui_mainwindow.h ui_targetmaker.h +ui_mainwindow.h: ../targetlist/mainwindow.ui + /Users/LuChen/Qt/5.4/clang_64/bin/uic ../targetlist/mainwindow.ui -o ui_mainwindow.h + +ui_targetmaker.h: ../targetlist/targetmaker.ui + /Users/LuChen/Qt/5.4/clang_64/bin/uic ../targetlist/targetmaker.ui -o ui_targetmaker.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_header_clean compiler_uic_clean + +####### Compile + +main.o: ../targetlist/main.cpp ../targetlist/mainwindow.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QMainWindow \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qmainwindow.h \ + ../targetlist/targetmaker.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QDialog \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qdialog.h \ + ../targetlist/targetlist.h \ + ../targetlist/targetlistitem.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QTableWidgetItem \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qtablewidget.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QLabel \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qlabel.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QWidget \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qwidget.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QApplication \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qapplication.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/QtGui \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qaccessible.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qaccessiblebridge.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qaccessibleobject.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qaccessibleplugin.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qbitmap.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qicon.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qiconengine.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qiconengineplugin.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qimage.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qimageiohandler.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qimagereader.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qimagewriter.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qmovie.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qpicture.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qpictureformatplugin.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qpixmap.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qpixmapcache.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qstandarditemmodel.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qclipboard.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qcursor.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qdrag.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qevent.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qgenericplugin.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qgenericpluginfactory.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qguiapplication.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qinputmethod.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qkeysequence.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qoffscreensurface.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qopenglcontext.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qopenglwindow.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qpaintdevicewindow.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qpalette.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qpixelformat.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qrasterwindow.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qscreen.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qsessionmanager.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qstylehints.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qsurface.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qsurfaceformat.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qtouchdevice.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qwindow.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qwindowdefs.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qgenericmatrix.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qmatrix4x4.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qquaternion.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qvector2d.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qvector3d.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qvector4d.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qopengl.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qopenglbuffer.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qopengldebug.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qopenglframebufferobject.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qopenglfunctions.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qopenglpaintdevice.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qopenglpixeltransferoptions.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qopenglshaderprogram.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qopengltexture.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qopengltimerquery.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qopenglversionfunctions.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qopenglvertexarrayobject.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qbackingstore.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qbrush.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qcolor.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qmatrix.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qpagedpaintdevice.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qpagelayout.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qpagesize.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qpaintdevice.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qpaintengine.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qpainter.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qpainterpath.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qpdfwriter.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qpen.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qpolygon.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qregion.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qrgb.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qtransform.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qabstracttextdocumentlayout.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qfont.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qfontdatabase.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qfontinfo.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qfontmetrics.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qglyphrun.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qrawfont.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qstatictext.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qsyntaxhighlighter.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qtextcursor.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qtextdocument.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qtextdocumentfragment.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qtextdocumentwriter.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qtextformat.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qtextlayout.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qtextlist.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qtextobject.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qtextoption.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qtexttable.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qdesktopservices.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qvalidator.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qtguiversion.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o ../targetlist/main.cpp + +mainwindow.o: ../targetlist/mainwindow.cpp ../targetlist/mainwindow.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QMainWindow \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qmainwindow.h \ + ../targetlist/targetmaker.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QDialog \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qdialog.h \ + ../targetlist/targetlist.h \ + ../targetlist/targetlistitem.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QTableWidgetItem \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qtablewidget.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QLabel \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qlabel.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QWidget \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qwidget.h \ + ui_mainwindow.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QtAlgorithms \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qalgorithms.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QDebug \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdebug.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QHeaderView \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qheaderview.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QTableWidget + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mainwindow.o ../targetlist/mainwindow.cpp + +targetmaker.o: ../targetlist/targetmaker.cpp ../targetlist/targetmaker.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QDialog \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qdialog.h \ + ui_targetmaker.h \ + ../targetlist/mainwindow.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QMainWindow \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qmainwindow.h \ + ../targetlist/targetlist.h \ + ../targetlist/targetlistitem.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QTableWidgetItem \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qtablewidget.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QLabel \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qlabel.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QWidget \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qwidget.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QFileDialog \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qfiledialog.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o targetmaker.o ../targetlist/targetmaker.cpp + +targetlist.o: ../targetlist/targetlist.cpp ../targetlist/targetlist.h \ + ../targetlist/targetlistitem.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QTableWidgetItem \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qtablewidget.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QLabel \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qlabel.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QWidget \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qwidget.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QDebug \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdebug.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QHeaderView \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qheaderview.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o targetlist.o ../targetlist/targetlist.cpp + +targetlistitem.o: ../targetlist/targetlistitem.cpp ../targetlist/targetlistitem.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QTableWidgetItem \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qtablewidget.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QLabel \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qlabel.h \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QWidget \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qwidget.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o targetlistitem.o ../targetlist/targetlistitem.cpp + +qrc_Resources.o: qrc_Resources.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o qrc_Resources.o qrc_Resources.cpp + +moc_mainwindow.o: moc_mainwindow.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_mainwindow.o moc_mainwindow.cpp + +moc_targetmaker.o: moc_targetmaker.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_targetmaker.o moc_targetmaker.cpp + +####### Install + +install: FORCE + +uninstall: FORCE + +FORCE: + diff --git a/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/main.o b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/main.o new file mode 100644 index 0000000..d2e3d26 Binary files /dev/null and b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/main.o differ diff --git a/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/mainwindow.o b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/mainwindow.o new file mode 100644 index 0000000..0bb9106 Binary files /dev/null and b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/mainwindow.o differ diff --git a/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainwindow.cpp b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainwindow.cpp new file mode 100644 index 0000000..fca7a05 --- /dev/null +++ b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainwindow.cpp @@ -0,0 +1,133 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'mainwindow.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.4.0) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "../targetlist/mainwindow.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'mainwindow.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.4.0. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +struct qt_meta_stringdata_MainWindow_t { + QByteArrayData data[9]; + char stringdata[122]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_MainWindow_t, stringdata) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_MainWindow_t qt_meta_stringdata_MainWindow = { + { +QT_MOC_LITERAL(0, 0, 10), // "MainWindow" +QT_MOC_LITERAL(1, 11, 18), // "on_newItem_clicked" +QT_MOC_LITERAL(2, 30, 0), // "" +QT_MOC_LITERAL(3, 31, 23), // "on_deleteButton_clicked" +QT_MOC_LITERAL(4, 55, 15), // "on_edit_clicked" +QT_MOC_LITERAL(5, 71, 19), // "on_upButton_clicked" +QT_MOC_LITERAL(6, 91, 21), // "on_downButton_clicked" +QT_MOC_LITERAL(7, 113, 4), // "sort" +QT_MOC_LITERAL(8, 118, 3) // "col" + + }, + "MainWindow\0on_newItem_clicked\0\0" + "on_deleteButton_clicked\0on_edit_clicked\0" + "on_upButton_clicked\0on_downButton_clicked\0" + "sort\0col" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_MainWindow[] = { + + // content: + 7, // revision + 0, // classname + 0, 0, // classinfo + 6, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 44, 2, 0x08 /* Private */, + 3, 0, 45, 2, 0x08 /* Private */, + 4, 0, 46, 2, 0x08 /* Private */, + 5, 0, 47, 2, 0x08 /* Private */, + 6, 0, 48, 2, 0x08 /* Private */, + 7, 1, 49, 2, 0x08 /* Private */, + + // slots: parameters + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, QMetaType::Int, 8, + + 0 // eod +}; + +void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + MainWindow *_t = static_cast(_o); + switch (_id) { + case 0: _t->on_newItem_clicked(); break; + case 1: _t->on_deleteButton_clicked(); break; + case 2: _t->on_edit_clicked(); break; + case 3: _t->on_upButton_clicked(); break; + case 4: _t->on_downButton_clicked(); break; + case 5: _t->sort((*reinterpret_cast< int(*)>(_a[1]))); break; + default: ; + } + } +} + +const QMetaObject MainWindow::staticMetaObject = { + { &QMainWindow::staticMetaObject, qt_meta_stringdata_MainWindow.data, + qt_meta_data_MainWindow, qt_static_metacall, Q_NULLPTR, Q_NULLPTR} +}; + + +const QMetaObject *MainWindow::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *MainWindow::qt_metacast(const char *_clname) +{ + if (!_clname) return Q_NULLPTR; + if (!strcmp(_clname, qt_meta_stringdata_MainWindow.stringdata)) + return static_cast(const_cast< MainWindow*>(this)); + return QMainWindow::qt_metacast(_clname); +} + +int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QMainWindow::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 6) + qt_static_metacall(this, _c, _id, _a); + _id -= 6; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 6) + *reinterpret_cast(_a[0]) = -1; + _id -= 6; + } + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainwindow.o b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainwindow.o new file mode 100644 index 0000000..25e1d24 Binary files /dev/null and b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainwindow.o differ diff --git a/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_targetmaker.cpp b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_targetmaker.cpp new file mode 100644 index 0000000..ff60678 --- /dev/null +++ b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_targetmaker.cpp @@ -0,0 +1,119 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'targetmaker.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.4.0) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "../targetlist/targetmaker.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'targetmaker.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.4.0. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +struct qt_meta_stringdata_TargetMaker_t { + QByteArrayData data[5]; + char stringdata[79]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_TargetMaker_t, stringdata) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_TargetMaker_t qt_meta_stringdata_TargetMaker = { + { +QT_MOC_LITERAL(0, 0, 11), // "TargetMaker" +QT_MOC_LITERAL(1, 12, 21), // "on_buttonBox_accepted" +QT_MOC_LITERAL(2, 34, 0), // "" +QT_MOC_LITERAL(3, 35, 21), // "on_buttonBox_rejected" +QT_MOC_LITERAL(4, 57, 21) // "on_toolButton_clicked" + + }, + "TargetMaker\0on_buttonBox_accepted\0\0" + "on_buttonBox_rejected\0on_toolButton_clicked" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_TargetMaker[] = { + + // content: + 7, // revision + 0, // classname + 0, 0, // classinfo + 3, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 29, 2, 0x08 /* Private */, + 3, 0, 30, 2, 0x08 /* Private */, + 4, 0, 31, 2, 0x08 /* Private */, + + // slots: parameters + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + + 0 // eod +}; + +void TargetMaker::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + TargetMaker *_t = static_cast(_o); + switch (_id) { + case 0: _t->on_buttonBox_accepted(); break; + case 1: _t->on_buttonBox_rejected(); break; + case 2: _t->on_toolButton_clicked(); break; + default: ; + } + } + Q_UNUSED(_a); +} + +const QMetaObject TargetMaker::staticMetaObject = { + { &QDialog::staticMetaObject, qt_meta_stringdata_TargetMaker.data, + qt_meta_data_TargetMaker, qt_static_metacall, Q_NULLPTR, Q_NULLPTR} +}; + + +const QMetaObject *TargetMaker::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *TargetMaker::qt_metacast(const char *_clname) +{ + if (!_clname) return Q_NULLPTR; + if (!strcmp(_clname, qt_meta_stringdata_TargetMaker.stringdata)) + return static_cast(const_cast< TargetMaker*>(this)); + return QDialog::qt_metacast(_clname); +} + +int TargetMaker::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QDialog::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 3) + qt_static_metacall(this, _c, _id, _a); + _id -= 3; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 3) + *reinterpret_cast(_a[0]) = -1; + _id -= 3; + } + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_targetmaker.o b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_targetmaker.o new file mode 100644 index 0000000..10602c9 Binary files /dev/null and b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_targetmaker.o differ diff --git a/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/qrc_Resources.cpp b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/qrc_Resources.cpp new file mode 100644 index 0000000..1c12622 --- /dev/null +++ b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/qrc_Resources.cpp @@ -0,0 +1,1737 @@ +/**************************************************************************** +** Resource object code +** +** Created by: The Resource Compiler for Qt version 5.4.0 +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +static const unsigned char qt_resource_data[] = { + // /Users/LuChen/Documents/groundstation/groundstation/targetlist-old/targetlist/up.png + 0x0,0x0,0xf,0xd2, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x2,0x0,0x0,0x0,0x2,0x0,0x8,0x3,0x0,0x0,0x0,0xc3,0xa6,0x24,0xc8, + 0x0,0x0,0x0,0x3,0x73,0x42,0x49,0x54,0x8,0x8,0x8,0xdb,0xe1,0x4f,0xe0,0x0, + 0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0,0x4, + 0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x2,0x40, + 0x50,0x4c,0x54,0x45,0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x9e,0x4f,0x8c,0x88,0x0,0x0,0x0,0xbf,0x74,0x52,0x4e,0x53, + 0x0,0x1,0x2,0x3,0x4,0x5,0x6,0x7,0x8,0x9,0xa,0xb,0xd,0xe,0xf,0x10, + 0x11,0x12,0x13,0x14,0x15,0x17,0x18,0x19,0x1a,0x1b,0x1c,0x1d,0x1e,0x1f,0x21,0x24, + 0x25,0x27,0x28,0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,0x30,0x31,0x32,0x33,0x34,0x35, + 0x36,0x37,0x38,0x39,0x3a,0x3b,0x3c,0x3e,0x3f,0x40,0x41,0x43,0x44,0x45,0x48,0x49, + 0x4b,0x4c,0x4e,0x50,0x52,0x55,0x56,0x57,0x58,0x5a,0x5e,0x5f,0x61,0x62,0x63,0x64, + 0x65,0x67,0x68,0x69,0x6a,0x6d,0x6f,0x71,0x73,0x74,0x78,0x7a,0x7b,0x7c,0x7e,0x7f, + 0x80,0x81,0x83,0x84,0x85,0x86,0x88,0x89,0x8a,0x8b,0x8d,0x8f,0x92,0x93,0x94,0x95, + 0x96,0x97,0x98,0x99,0x9a,0x9b,0x9c,0x9d,0xa0,0xa1,0xa6,0xa7,0xa9,0xad,0xae,0xb0, + 0xb1,0xb2,0xb4,0xb5,0xb7,0xb8,0xb9,0xbb,0xbc,0xbd,0xc0,0xc2,0xc4,0xc7,0xc8,0xc9, + 0xca,0xcc,0xcd,0xce,0xd0,0xd2,0xd3,0xd5,0xd6,0xd8,0xda,0xdb,0xdc,0xdd,0xde,0xdf, + 0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,0xe8,0xe9,0xea,0xeb,0xec,0xed,0xee,0xef, + 0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,0xf7,0xf8,0xf9,0xfa,0xfb,0xfc,0xfd,0xfe,0xf, + 0x49,0x3b,0x56,0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0x8,0xdc,0x0, + 0x0,0x8,0xdc,0x1,0x9f,0xe8,0x5f,0x3c,0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74, + 0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65,0x0,0x77,0x77,0x77,0x2e,0x69,0x6e,0x6b, + 0x73,0x63,0x61,0x70,0x65,0x2e,0x6f,0x72,0x67,0x9b,0xee,0x3c,0x1a,0x0,0x0,0xc, + 0x1c,0x49,0x44,0x41,0x54,0x78,0x5e,0xed,0xdd,0xf9,0x9f,0xd7,0x55,0x15,0xc7,0xf1, + 0xaf,0xc,0x20,0x8a,0x12,0x52,0x4,0xb4,0x68,0xa,0xa6,0x2d,0x92,0x9a,0x59,0x51, + 0x59,0x9a,0x6d,0x4a,0x49,0xb6,0x99,0x2d,0x2e,0x59,0x44,0x1b,0x12,0x62,0x5a,0x66, + 0x64,0x16,0xa9,0x61,0x69,0xa5,0x99,0xa9,0x68,0xb,0x22,0xfb,0x20,0x48,0x18,0xf4, + 0xaf,0x5,0x72,0x8,0x18,0xe6,0xfb,0x9d,0xcf,0x72,0xef,0xb9,0xe7,0xdc,0xf3,0x7a, + 0xfe,0xc4,0xf2,0xe5,0xde,0xf,0xbe,0x5f,0xf,0x40,0x86,0x99,0x19,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xa4,0x71,0xd1,0xe7,0x6f,0x5d, + 0xbb,0xfe,0xf,0x8f,0x3f,0x70,0xf7,0xed,0x5f,0x5c,0x7a,0x9a,0x7c,0x1b,0x82,0x98, + 0xf1,0xe1,0x1f,0x3c,0xf7,0xdf,0x13,0xfc,0x73,0xed,0xc7,0x66,0xc9,0x77,0xa1,0x7e, + 0xb3,0x6e,0xda,0x26,0xc3,0x9f,0x60,0xfc,0xb6,0xb3,0xe4,0xbb,0x51,0xb7,0xb1,0xe5, + 0x2f,0xc8,0xe6,0x13,0x6c,0xfd,0xca,0xe9,0xf2,0x12,0x54,0xec,0xd2,0x27,0x65,0xef, + 0x49,0x3c,0xff,0x51,0x79,0x11,0xaa,0x75,0xdd,0x2b,0x32,0xf6,0xa4,0xe,0xde,0x2c, + 0x2f,0x43,0x9d,0xc6,0xbe,0x27,0x4b,0xf,0xf5,0xb3,0x33,0xe4,0xa5,0xa8,0xd0,0x9c, + 0xdf,0xc8,0xcc,0x23,0x3c,0xbe,0x48,0x5e,0x8c,0xea,0xcc,0x79,0x54,0x46,0x1e,0xe9, + 0xe9,0x37,0xc9,0xcb,0x51,0x99,0x66,0xfb,0x53,0x40,0xad,0x9a,0xee,0x4f,0x1,0x75, + 0x6a,0xbe,0x3f,0x5,0xd4,0xa8,0xcd,0xfe,0x14,0x50,0x9f,0x76,0xfb,0x53,0x40,0x6d, + 0xda,0xee,0x4f,0x1,0x75,0x69,0xbf,0x3f,0x5,0xd4,0xa4,0xcb,0xfe,0x14,0x50,0x8f, + 0x6e,0xfb,0x53,0x40,0x2d,0xba,0xee,0x4f,0x1,0x75,0xe8,0xbe,0x3f,0x5,0xd4,0xa0, + 0xcf,0xfe,0x14,0xe0,0x5f,0xbf,0xfd,0x29,0xc0,0xbb,0xbe,0xfb,0x53,0x80,0x6f,0xfd, + 0xf7,0xa7,0x0,0xcf,0x52,0xec,0x4f,0x1,0x7e,0xa5,0xd9,0x9f,0x2,0xbc,0x4a,0xb5, + 0x3f,0x5,0xf8,0x94,0x6e,0x7f,0xa,0xf0,0x28,0xe5,0xfe,0x14,0xe0,0x4f,0xda,0xfd, + 0x29,0xc0,0x9b,0xd4,0xfb,0x53,0x80,0x2f,0xe9,0xf7,0xa7,0x0,0x4f,0x72,0xec,0x4f, + 0x1,0x7e,0xe4,0xd9,0x9f,0x2,0xbc,0xc8,0xb5,0x3f,0x5,0xf8,0x90,0x6f,0x7f,0xa, + 0xf0,0x20,0xe7,0xfe,0x14,0x60,0x5f,0xde,0xfd,0x29,0xc0,0xba,0xdc,0xfb,0x53,0x80, + 0x6d,0xf9,0xf7,0xa7,0x0,0xcb,0x34,0xf6,0xa7,0x0,0xbb,0x74,0xf6,0xa7,0x0,0xab, + 0xb4,0xf6,0xa7,0x0,0x9b,0xf4,0xf6,0xa7,0x0,0x8b,0x34,0xf7,0xa7,0x0,0x7b,0x74, + 0xf7,0xa7,0x0,0x6b,0xb4,0xf7,0xa7,0x0,0x5b,0xf4,0xf7,0xa7,0x0,0x4b,0x4a,0xec, + 0x4f,0x1,0x76,0x94,0xd9,0x9f,0x2,0xac,0x28,0xb5,0x3f,0x5,0xd8,0x50,0x6e,0x7f, + 0xa,0xb0,0xa0,0xe4,0xfe,0x14,0x50,0x5e,0xd9,0xfd,0x29,0xa0,0xb4,0xd2,0xfb,0x53, + 0x40,0x59,0xe5,0xf7,0xa7,0x80,0x92,0x2c,0xec,0x4f,0x1,0xe5,0xd8,0xd8,0x9f,0x2, + 0x4a,0xb1,0xb2,0x3f,0x5,0x94,0x61,0x67,0x7f,0xa,0x28,0xc1,0xd2,0xfe,0x14,0xa0, + 0xcf,0xd6,0xfe,0x14,0xa0,0xcd,0xda,0xfe,0x14,0xa0,0xcb,0xde,0xfe,0x14,0xa0,0xc9, + 0xe2,0xfe,0x14,0xa0,0xc7,0xe6,0xfe,0x14,0xa0,0xc5,0xea,0xfe,0x14,0xa0,0xc3,0xee, + 0xfe,0x14,0xa0,0xc1,0xf2,0xfe,0x14,0x90,0x9f,0xed,0xfd,0x29,0x20,0x37,0xeb,0xfb, + 0x53,0x40,0x5e,0xf6,0xf7,0xa7,0x80,0x9c,0x3c,0xec,0x4f,0x1,0xf9,0xf8,0xd8,0x9f, + 0x2,0x72,0xf1,0xb2,0x3f,0x5,0xe4,0xe1,0x67,0x7f,0xa,0xc8,0xc1,0xd3,0xfe,0x14, + 0x90,0x9e,0xaf,0xfd,0x29,0x20,0x35,0x6f,0xfb,0x53,0x40,0x5a,0xfe,0xf6,0xa7,0x80, + 0x94,0x3c,0xee,0x4f,0x1,0xe9,0xf8,0xdc,0x9f,0x2,0x52,0xf1,0xba,0x3f,0x5,0xa4, + 0xe1,0x77,0x7f,0xa,0x48,0xc1,0xf3,0xfe,0x14,0xd0,0x9f,0xef,0xfd,0x29,0xa0,0x2f, + 0xef,0xfb,0x53,0x40,0x3f,0xfe,0xf7,0xa7,0x80,0x3e,0x6a,0xd8,0x9f,0x2,0xba,0xab, + 0x63,0x7f,0xa,0xe8,0xaa,0x96,0xfd,0x29,0xa0,0x9b,0x7a,0xf6,0xa7,0x80,0x2e,0x6a, + 0xda,0x9f,0x2,0xda,0xab,0x6b,0x7f,0xa,0x68,0xab,0xb6,0xfd,0x29,0xa0,0x9d,0xfa, + 0xf6,0xa7,0x80,0x36,0x6a,0xdc,0x9f,0x2,0x9a,0xab,0x73,0x7f,0xa,0x68,0xaa,0xd6, + 0xfd,0x29,0xa0,0x99,0x7a,0xf7,0xa7,0x80,0x26,0x6a,0xde,0x9f,0x2,0xa6,0x56,0xf7, + 0xfe,0x14,0x30,0x95,0xda,0xf7,0xa7,0x80,0xd1,0xea,0xdf,0x9f,0x2,0x46,0x89,0xb0, + 0x3f,0x5,0xc,0x17,0x63,0x7f,0xa,0x18,0x26,0xca,0xfe,0x14,0x30,0xb9,0x38,0xfb, + 0x53,0xc0,0x64,0x22,0xed,0x4f,0x1,0xa7,0x8a,0xb5,0x3f,0x5,0x4c,0x14,0x6d,0x7f, + 0xa,0x38,0x59,0xbc,0xfd,0x29,0xe0,0x44,0x11,0xf7,0xa7,0x80,0xe3,0x62,0xee,0x4f, + 0x1,0xc7,0x44,0xdd,0x9f,0x2,0x8e,0x8a,0xbb,0x3f,0x5,0x1c,0x11,0x79,0x7f,0xa, + 0x88,0xbe,0x3f,0x5,0x44,0xdf,0x3f,0x7a,0x1,0xec,0x1f,0xbb,0x0,0xf6,0x3f,0x22, + 0x6e,0x1,0xec,0x7f,0x54,0xd4,0x2,0xd8,0xff,0x98,0x98,0x5,0xb0,0xff,0x71,0x11, + 0xb,0x60,0xff,0x13,0xc5,0x2b,0x80,0xfd,0x4f,0x16,0xad,0x0,0xf6,0x9f,0x28,0x56, + 0x1,0xec,0x7f,0xaa,0x48,0x5,0xb0,0xff,0x64,0xe2,0x14,0xc0,0xfe,0x93,0x8b,0x52, + 0x0,0xfb,0xf,0x13,0xa3,0x0,0xf6,0x1f,0x2e,0x42,0x1,0xec,0x3f,0x4a,0xfd,0x5, + 0xb0,0xff,0x68,0xb5,0x17,0xc0,0xfe,0x53,0xa9,0xbb,0x0,0xf6,0x9f,0x5a,0xcd,0x5, + 0xb0,0x7f,0x13,0xf5,0x16,0xc0,0xfe,0xcd,0xd4,0x5a,0x0,0xfb,0x37,0x55,0x67,0x1, + 0xec,0xdf,0x5c,0x8d,0x5,0xb0,0x7f,0x1b,0xf5,0x15,0xc0,0xfe,0xed,0xd4,0x56,0x0, + 0xfb,0xb7,0x55,0x57,0x1,0xec,0xdf,0x5e,0x4d,0x5,0xb0,0x7f,0x17,0xf5,0x14,0xc0, + 0xfe,0xdd,0xd4,0x52,0x0,0xfb,0x77,0x55,0x47,0x1,0xec,0xdf,0x5d,0xd,0x5,0xb0, + 0x7f,0x1f,0xfe,0xb,0x60,0xff,0x7e,0xbc,0x17,0xc0,0xfe,0x7d,0xf9,0x2e,0x80,0xfd, + 0xfb,0xf3,0x5c,0x0,0xfb,0xa7,0xe0,0xb7,0x80,0x62,0xfb,0x6f,0xfe,0x97,0x7c,0x21, + 0xa9,0x17,0xf7,0xcb,0x17,0xb4,0x79,0x2d,0xa0,0xdc,0xfe,0x17,0xfc,0x49,0xbe,0x94, + 0xd4,0xc3,0x57,0x51,0x40,0x1b,0x5,0xf7,0x1f,0xe4,0x9,0x60,0x40,0x1,0x2d,0x14, + 0xdb,0xff,0xc5,0xc5,0x83,0x5c,0x1,0x50,0x40,0x73,0x45,0xf7,0xcf,0x16,0x0,0x5, + 0x34,0x55,0x76,0xff,0x7c,0x1,0x50,0x40,0x33,0x85,0xf7,0xcf,0x18,0x0,0x5,0x34, + 0x51,0x7a,0xff,0x9c,0x1,0x50,0xc0,0xd4,0xca,0xed,0xbf,0x44,0x9e,0x20,0x67,0x0, + 0x14,0x30,0x95,0xf2,0xfb,0xe7,0xd,0x80,0x2,0x46,0x2b,0xb6,0xff,0x96,0xff,0xef, + 0x9f,0x39,0x0,0xa,0x18,0xc5,0xc2,0xfe,0xb9,0x3,0xa0,0x80,0xe1,0x4c,0xec,0x9f, + 0x3d,0x0,0xa,0x18,0xa6,0xdc,0xfe,0x17,0xca,0x13,0xbc,0x26,0x7b,0x0,0x14,0x30, + 0x39,0x23,0xfb,0x2b,0x4,0x40,0x1,0x93,0xb1,0xb2,0xbf,0x46,0x0,0x14,0x70,0x2a, + 0x33,0xfb,0xab,0x4,0x40,0x1,0x13,0x15,0xdb,0xff,0xa5,0x89,0xfb,0xeb,0x4,0x40, + 0x1,0x27,0x2b,0xb7,0xff,0xdb,0xe5,0x9,0x8e,0xd3,0x9,0x80,0x2,0x4e,0x64,0x69, + 0x7f,0xad,0x0,0x28,0xe0,0x38,0x53,0xfb,0xab,0x5,0x40,0x1,0xc7,0xd8,0xda,0x5f, + 0x2f,0x0,0xa,0x38,0xca,0xd8,0xfe,0x8a,0x1,0x50,0xc0,0x11,0xe5,0xf6,0xbf,0x48, + 0x9e,0x60,0x2,0xc5,0x0,0x28,0xa0,0xe0,0xfe,0x5b,0x87,0xec,0xaf,0x1a,0x0,0x5, + 0xd8,0xdb,0x5f,0x37,0x80,0xe8,0x5,0x18,0xdc,0x5f,0x39,0x80,0xd8,0x5,0x94,0xdb, + 0xff,0x62,0x79,0x82,0x49,0x28,0x7,0x10,0xb9,0x0,0x93,0xfb,0xab,0x7,0x10,0xb7, + 0x0,0x9b,0xfb,0xeb,0x7,0x10,0xb5,0x80,0x99,0x8f,0xc8,0x63,0x68,0x1b,0xbd,0x7f, + 0x81,0x0,0xca,0x15,0xf0,0xd4,0x1c,0x79,0x82,0x12,0xee,0x96,0x87,0xd0,0xb6,0x6d, + 0xf4,0xfe,0x25,0x2,0x28,0x57,0xc0,0xaf,0xa6,0xc9,0x13,0xe8,0xfb,0xb2,0x3c,0x82, + 0xb6,0x6d,0xef,0x90,0x7,0x18,0xa6,0x44,0x0,0xe5,0xa,0xf8,0xb6,0x3c,0x80,0xba, + 0x8f,0xfc,0x47,0x9e,0x40,0xd9,0x94,0xfb,0x97,0x9,0xa0,0x5c,0x1,0x9f,0x90,0x7, + 0x50,0x36,0x77,0xbb,0xdc,0xaf,0x6c,0xea,0xfd,0xb,0x5,0x50,0xac,0x80,0x97,0x17, + 0xca,0x3,0xe8,0xfa,0x8e,0x5c,0xaf,0xac,0xc1,0xfe,0xa5,0x2,0x28,0x56,0xc0,0x9d, + 0x72,0xbf,0xaa,0x5,0xfb,0xe4,0x76,0x5d,0x4d,0xf6,0x2f,0x16,0x40,0xa9,0x2,0xe, + 0x9c,0x2b,0xf7,0x6b,0x5a,0x23,0x97,0xeb,0xda,0xf6,0x4e,0xb9,0x7e,0xa4,0x62,0x1, + 0x94,0x2a,0xe0,0x5e,0xb9,0x5e,0xd1,0xb9,0x7,0xe4,0x6e,0x55,0xdb,0x1b,0xed,0x5f, + 0x30,0x80,0x42,0x5,0x1c,0x3c,0x5f,0xae,0xd7,0xf3,0x35,0xb9,0x5a,0x55,0xc3,0xfd, + 0x4b,0x6,0x50,0xa8,0x80,0x5b,0xe5,0x76,0x3d,0x1b,0xe5,0x66,0x4d,0x4d,0xf7,0x2f, + 0x1a,0x40,0x99,0x2,0x1e,0x93,0xcb,0xd5,0xcc,0x3f,0x28,0x37,0x2b,0xda,0xfe,0x2e, + 0xb9,0x7c,0x4a,0x45,0x3,0x28,0x52,0xc0,0xa1,0x5,0x72,0xb9,0x96,0xcf,0xca,0xc5, + 0x8a,0x9a,0xef,0x5f,0x38,0x80,0x22,0x5,0xdc,0x20,0x77,0x6b,0xb9,0x4f,0xee,0xd5, + 0xd3,0x62,0xff,0xd2,0x1,0x94,0x28,0xe0,0x3e,0xb9,0x5a,0xcb,0xef,0xe5,0x5e,0x35, + 0x6d,0xf6,0x2f,0x1e,0x40,0x81,0x2,0x1e,0x95,0x9b,0xb5,0xfc,0x5d,0xee,0xd5,0xb2, + 0xa3,0xcd,0xfe,0xe5,0x3,0xd0,0x2f,0x60,0x93,0x5c,0xac,0x64,0xda,0xab,0x72,0xaf, + 0x92,0x1d,0xef,0x96,0x8b,0x9b,0x29,0x1f,0x80,0x7a,0x1,0xfb,0xe5,0x5e,0x25,0xf3, + 0xe5,0x5a,0x25,0x2d,0xf7,0xb7,0x10,0x80,0x7a,0x1,0x73,0xe5,0x5e,0x1d,0x8b,0xe5, + 0x56,0x1d,0x6d,0xf7,0x37,0x11,0x80,0x76,0x1,0xba,0x6f,0xe,0x50,0xfd,0x15,0xa0, + 0xf5,0xfe,0x36,0x2,0x50,0x2e,0xe0,0x6c,0xb9,0x55,0xc7,0x98,0xe2,0xdf,0x3,0xed, + 0xb8,0x44,0x2e,0x6d,0xce,0x46,0x0,0xaa,0x5,0xec,0x95,0x3b,0xb5,0xbc,0x24,0xf7, + 0xe6,0xd7,0x61,0x7f,0x2b,0x1,0x68,0x16,0xf0,0x8c,0x5c,0xa9,0xe5,0x9,0xb9,0x37, + 0xbb,0x2e,0xfb,0x9b,0x9,0x40,0xb1,0x80,0xdf,0xc9,0x8d,0x5a,0xd6,0xcb,0xbd,0xb9, + 0xed,0xec,0xb2,0xbf,0x9d,0x0,0xf4,0xa,0xd0,0xfe,0x17,0x1,0x37,0xca,0xbd,0x99, + 0x75,0xdb,0xdf,0x50,0x0,0x6a,0x5,0x7c,0x5a,0xee,0xd3,0xf2,0x66,0xb9,0x37,0xaf, + 0x9d,0x4b,0xe5,0xba,0x96,0xc,0x5,0xa0,0x54,0xc0,0xab,0xaf,0x93,0xeb,0xd4,0x64, + 0xf9,0x6f,0x3c,0x41,0xd7,0xfd,0x4d,0x5,0xa0,0x53,0x40,0xd7,0x87,0xeb,0xee,0x5b, + 0x72,0x73,0x46,0x9d,0xf7,0xb7,0x15,0x80,0x4a,0x1,0x5f,0x95,0xbb,0xf4,0xbc,0x2d, + 0xfb,0x5b,0x3,0xba,0xef,0x6f,0x2c,0x0,0x85,0x2,0xf6,0x15,0x78,0xcf,0x80,0xb5, + 0x72,0x77,0x2e,0x3b,0xdf,0x23,0x17,0x75,0x60,0x2c,0x80,0xfc,0x5,0xac,0x94,0x8b, + 0x34,0x2d,0x7a,0x45,0x2e,0xcf,0xa3,0xcf,0xfe,0xe6,0x2,0xc8,0x5d,0xc0,0xae,0x73, + 0xe4,0x1e,0x55,0xab,0xe4,0xf6,0x2c,0x76,0xf5,0xd9,0xdf,0x5e,0x0,0x99,0xb,0xf8, + 0xba,0xdc,0xa2,0x6b,0xde,0x16,0xb9,0x3e,0x83,0x7e,0xfb,0x1b,0xc,0x20,0x6b,0x1, + 0x9b,0x66,0xcb,0x25,0xca,0xae,0xfc,0xb7,0x3c,0x40,0x72,0x3d,0xf7,0xb7,0x18,0x40, + 0xc6,0x2,0xf6,0x36,0xfd,0xd7,0xf2,0xc9,0xad,0x90,0x27,0x48,0x6d,0xd7,0xa5,0x72, + 0x41,0x57,0x16,0x3,0xc8,0x57,0xc0,0x27,0xe5,0x82,0x2,0x56,0xcb,0x23,0xa4,0xd5, + 0x7b,0x7f,0x9b,0x1,0xe4,0x2a,0xe0,0xe,0x39,0xbe,0x84,0xe9,0x1b,0xe4,0x21,0x52, + 0xea,0xbf,0xbf,0xd1,0x0,0xf2,0x14,0x70,0x7f,0xb9,0x8f,0x10,0x73,0xd8,0x99,0xf, + 0xc9,0x63,0xa4,0x93,0x60,0x7f,0xab,0x1,0xe4,0x28,0x60,0xfd,0x4c,0x39,0xbb,0x90, + 0xe4,0x5,0xec,0xba,0x4c,0x4e,0xee,0xc3,0x6a,0x0,0xe9,0xb,0x28,0xbd,0x7f,0xf2, + 0x2,0x76,0xa7,0xd8,0xdf,0x6e,0x0,0xa9,0xb,0x28,0xbf,0x7f,0xe2,0x2,0xd2,0xec, + 0x6f,0x38,0x80,0xb4,0x5,0x58,0xd8,0x3f,0x69,0x1,0x89,0xf6,0xb7,0x1c,0x40,0xca, + 0x2,0x6c,0xec,0x9f,0xb0,0x80,0xdd,0x97,0xcb,0x89,0x7d,0x59,0xe,0x20,0x5d,0x1, + 0x56,0xf6,0x4f,0x56,0x40,0xb2,0xfd,0x6d,0x7,0x90,0xaa,0x0,0x3b,0xfb,0x27,0x2a, + 0x20,0xdd,0xfe,0xc6,0x3,0x48,0x53,0x80,0xa5,0xfd,0x93,0x14,0x90,0x70,0x7f,0xeb, + 0x1,0xa4,0x28,0xc0,0xd6,0xfe,0x9,0xa,0xd8,0xfd,0x5e,0x39,0x29,0x5,0xeb,0x1, + 0xf4,0x2f,0xc0,0xda,0xfe,0xbd,0xb,0x18,0x4f,0xb9,0xbf,0xfd,0x0,0xfa,0x16,0x60, + 0x6f,0xff,0x9e,0x5,0xa4,0xdd,0xdf,0x41,0x0,0xfd,0xa,0xb0,0xb8,0x7f,0xaf,0x2, + 0x12,0xef,0xef,0x21,0x80,0x3e,0x5,0xd8,0xdc,0xbf,0x47,0x1,0xa9,0xf7,0x77,0x11, + 0x40,0xf7,0x2,0xac,0xee,0xdf,0xb9,0x80,0xf1,0x2b,0xe4,0xc7,0x27,0xe3,0x22,0x80, + 0xae,0x5,0xd8,0xdd,0xbf,0x63,0x1,0xe9,0xf7,0x77,0x12,0x40,0xb7,0x2,0x2c,0xef, + 0xdf,0xa9,0x80,0xc,0xfb,0x7b,0x9,0xa0,0x4b,0x1,0xb6,0xf7,0xef,0x50,0x40,0x8e, + 0xfd,0xdd,0x4,0xd0,0xbe,0x0,0xeb,0xfb,0xb7,0x2e,0x60,0xfc,0x7d,0xf2,0xe3,0x92, + 0x72,0x13,0x40,0xdb,0x2,0xec,0xef,0xdf,0xb2,0x80,0x3d,0x59,0xf6,0x77,0x14,0x40, + 0xbb,0x2,0x3c,0xec,0xdf,0xaa,0x80,0x4c,0xfb,0x7b,0xa,0xa0,0x4d,0x1,0x3e,0xf6, + 0x6f,0x51,0x40,0xae,0xfd,0x5d,0x5,0xd0,0xbc,0x0,0x2f,0xfb,0x37,0x2e,0x60,0xcf, + 0x95,0xf2,0xfa,0xe4,0x5c,0x5,0xd0,0xb4,0x0,0x3f,0xfb,0x1f,0x2e,0xe0,0xb7,0xf2, + 0xd0,0xa3,0x8c,0x67,0xdb,0xdf,0x59,0x0,0x83,0xab,0x9a,0xbc,0xa3,0xf5,0x2f,0x1c, + 0xed,0x3f,0x18,0xcc,0x5c,0x27,0x8f,0x3d,0xdc,0xd3,0x4b,0xe4,0xb5,0x19,0x38,0xb, + 0x60,0xb0,0xf4,0x1f,0x72,0xc7,0x70,0xab,0xc6,0xe4,0xb5,0x5e,0x7c,0x69,0x8a,0x8f, + 0x20,0xf2,0xeb,0x9c,0x1f,0xd5,0xc8,0x5b,0x0,0x83,0x5,0x53,0x7c,0x1a,0xfe,0x7d, + 0x9f,0x91,0x17,0x3a,0xf2,0xa1,0x91,0x9f,0x59,0x76,0x65,0xd6,0x77,0x68,0x72,0x17, + 0xc0,0xe0,0xf4,0x7b,0xe5,0x96,0x49,0x3d,0xdf,0xfa,0xa3,0x25,0x5b,0xb0,0xe8,0xae, + 0xa1,0xbf,0x8,0x6c,0x5c,0x26,0xaf,0xc9,0xc4,0x5f,0x0,0x83,0xc1,0xb5,0x7f,0x91, + 0x7b,0x4e,0xb1,0x6f,0xa5,0xee,0x87,0x82,0x4f,0xe7,0xbc,0x9f,0x1e,0x92,0x9f,0xc3, + 0x49,0xfe,0x7c,0x8d,0x7c,0x7f,0x36,0x1e,0x3,0x18,0x4c,0xbb,0xfe,0x39,0xb9,0xe9, + 0x24,0x7,0x56,0x6b,0x7f,0x42,0xb0,0x94,0x2e,0x5e,0x3d,0xf1,0x27,0x35,0x7e,0xff, + 0xa7,0xf2,0xbf,0x3b,0xab,0xcb,0x0,0xe,0xff,0xd1,0x79,0xc5,0x83,0x13,0xff,0x7f, + 0xe0,0xc9,0x55,0x25,0x3e,0x2d,0x70,0x52,0x8b,0x6f,0xda,0xf0,0xc2,0xd1,0xf,0x25, + 0x72,0x68,0xcb,0x63,0xdf,0x5d,0x36,0x43,0xbe,0x39,0x2b,0xa7,0x1,0x1c,0x76,0xe6, + 0xd5,0x77,0x3e,0x21,0x7f,0x78,0xda,0xf7,0xec,0xfa,0x1b,0xdf,0x2a,0xdf,0xec,0xdd, + 0x69,0xf3,0x2e,0x5c,0x76,0xc9,0xc2,0xe9,0xf2,0xb5,0xfc,0xfc,0x6,0xf0,0x9a,0x99, + 0x6f,0xb9,0xec,0x3,0xe7,0xcf,0x91,0xaf,0xa0,0x3,0xe7,0x1,0xa0,0x2f,0x2,0x8, + 0x8e,0x0,0x82,0x23,0x80,0xe0,0x8,0x20,0x38,0x2,0x8,0x8e,0x0,0x82,0x23,0x80, + 0xe0,0x8,0x20,0x38,0x2,0x8,0x8e,0x0,0x82,0x23,0x80,0xe0,0x8,0x20,0x38,0x2, + 0x8,0x8e,0x0,0x82,0x23,0x80,0xe0,0x8,0x20,0x38,0x2,0x8,0x8e,0x0,0x82,0x23, + 0x80,0xe0,0x8,0x20,0x38,0x2,0x8,0x8e,0x0,0x82,0x23,0x80,0xe0,0x8,0x20,0x38, + 0x2,0x8,0x8e,0x0,0x82,0x23,0x80,0xe0,0x8,0x20,0x38,0x2,0x8,0x8e,0x0,0x82, + 0x23,0x80,0xe0,0x8,0x20,0x38,0x2,0x8,0x8e,0x0,0x82,0x23,0x80,0xe0,0x8,0x20, + 0x38,0x2,0x8,0x8e,0x0,0x82,0x23,0x80,0xe0,0x8,0x20,0x38,0x2,0x8,0x8e,0x0, + 0x82,0x23,0x80,0xe0,0x8,0x20,0x38,0x2,0x8,0x8e,0x0,0x82,0x23,0x80,0xe0,0x8, + 0x20,0x38,0x2,0x8,0x8e,0x0,0x82,0x23,0x80,0xe0,0x8,0x20,0x38,0x2,0x8,0x8e, + 0x0,0x82,0x23,0x80,0xe0,0x8,0x20,0x38,0x2,0x8,0x8e,0x0,0x82,0x23,0x80,0xe0, + 0x8,0x20,0x38,0x2,0x8,0x8e,0x0,0x82,0x23,0x80,0xe0,0x8,0x20,0x38,0x2,0x8, + 0x8e,0x0,0x82,0x23,0x80,0xe0,0x8,0x20,0x38,0x2,0x8,0x8e,0x0,0x82,0x23,0x80, + 0xe0,0x8,0x20,0x38,0x2,0x8,0x8e,0x0,0x82,0x23,0x80,0xe0,0x8,0x20,0x38,0x2, + 0x8,0x8e,0x0,0x82,0x23,0x80,0xe0,0x8,0x20,0x38,0x2,0x8,0x8e,0x0,0x82,0x23, + 0x80,0xe0,0x8,0x20,0x38,0x2,0x8,0x8e,0x0,0x82,0x23,0x80,0xe0,0x8,0x20,0x38, + 0x2,0x8,0x8e,0x0,0x82,0x23,0x80,0xe0,0x8,0x20,0x38,0x2,0x8,0x8e,0x0,0x82, + 0x23,0x80,0xe0,0x8,0x20,0x38,0x2,0x8,0x8e,0x0,0x82,0x23,0x80,0xe0,0x8,0x20, + 0x38,0x2,0x8,0x8e,0x0,0x82,0x23,0x80,0xe0,0x8,0x20,0x38,0x2,0x8,0x8e,0x0, + 0x82,0x23,0x80,0xe0,0x8,0x20,0x38,0x2,0x8,0x8e,0x0,0x82,0x23,0x80,0xe0,0x8, + 0x20,0x38,0x2,0x8,0x6e,0xa3,0x6c,0x96,0xd4,0x83,0x72,0x38,0xec,0xfb,0xb9,0x6c, + 0x96,0xd4,0x4f,0xe4,0x70,0xd8,0xf7,0x43,0xd9,0x2c,0xa9,0xdb,0xe5,0x70,0xd8,0x77, + 0xb3,0x6c,0x96,0xd4,0x17,0xe4,0x70,0xd8,0x77,0x9d,0x6c,0x96,0xd4,0x35,0x72,0x38, + 0xec,0xbb,0x5c,0x36,0x4b,0x6a,0x89,0x1c,0xe,0xfb,0xa6,0x6d,0x91,0xd1,0x12,0x7a, + 0x56,0xce,0x86,0x7,0xeb,0x64,0xb5,0x84,0xbe,0x2f,0x47,0xc3,0x83,0xab,0x65,0xb5, + 0x84,0x3e,0x28,0x47,0xc3,0x83,0x59,0x2f,0xcb,0x6c,0xc9,0x6c,0x1f,0x93,0xa3,0xe1, + 0xc2,0x1a,0xd9,0x2d,0x19,0x7e,0x7,0xf0,0x65,0xfe,0x1e,0x19,0x2e,0x91,0xf1,0xd7, + 0xcb,0xc1,0x70,0xe2,0x16,0x59,0x2e,0x91,0x6f,0xc8,0xb1,0xf0,0x62,0xf6,0x66,0x99, + 0x2e,0x89,0xcd,0xb3,0xe5,0x58,0xb8,0x71,0xbd,0x6c,0x97,0xc4,0x72,0x39,0x14,0x8e, + 0xfc,0x48,0xc6,0x4b,0x60,0xad,0x1c,0x9,0x4f,0xa6,0x6f,0x90,0xf9,0x7a,0x7b,0x78, + 0x86,0x1c,0x9,0x57,0xe6,0xfe,0x55,0x6,0xec,0xe9,0x99,0x79,0x72,0x20,0x9c,0x39, + 0xef,0x6f,0x32,0x61,0x2f,0x9b,0x2e,0x90,0xe3,0xe0,0xce,0x39,0xf,0xc9,0x88,0x3d, + 0x3c,0xf2,0x6,0x39,0xc,0xe,0x4d,0x5f,0x2d,0x33,0x76,0xb6,0x96,0xdf,0xff,0x7d, + 0x5b,0xde,0xeb,0x2d,0xc3,0x5b,0x6f,0x90,0x63,0xe0,0xd6,0x59,0xb7,0x75,0x7e,0xc3, + 0xd0,0xde,0x3b,0xce,0x96,0x43,0xe0,0xd9,0x1b,0xd7,0xec,0x95,0x45,0x5b,0xd9,0xbf, + 0x6e,0xa1,0x1c,0x0,0xef,0xce,0xf8,0xf8,0x3d,0xdb,0x64,0xd6,0x86,0xb6,0xde,0x73, + 0x2d,0x7f,0xfb,0x5b,0x95,0xb1,0xf7,0xaf,0xb8,0xe5,0xae,0x7,0xfe,0xf8,0xd4,0x94, + 0x1e,0xff,0xe5,0x8f,0xbf,0xf9,0xb9,0x2b,0xa6,0xc9,0xf,0x3,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x68,0x61,0x30,0xf8,0x1f,0x41,0x77,0xf4, + 0x2f,0xf1,0xee,0x74,0xfb,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60, + 0x82, + // /Users/LuChen/Documents/groundstation/groundstation/targetlist-old/targetlist/down.png + 0x0,0x0,0xd,0xa9, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x2,0x0,0x0,0x0,0x2,0x0,0x8,0x3,0x0,0x0,0x0,0xc3,0xa6,0x24,0xc8, + 0x0,0x0,0x0,0x3,0x73,0x42,0x49,0x54,0x8,0x8,0x8,0xdb,0xe1,0x4f,0xe0,0x0, + 0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0x8,0xdc,0x0,0x0,0x8,0xdc,0x1, + 0x9f,0xe8,0x5f,0x3c,0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74, + 0x77,0x61,0x72,0x65,0x0,0x77,0x77,0x77,0x2e,0x69,0x6e,0x6b,0x73,0x63,0x61,0x70, + 0x65,0x2e,0x6f,0x72,0x67,0x9b,0xee,0x3c,0x1a,0x0,0x0,0x2,0x40,0x50,0x4c,0x54, + 0x45,0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x9e,0x4f,0x8c,0x88,0x0,0x0,0x0,0xbf,0x74,0x52,0x4e,0x53,0x0,0x1,0x2, + 0x3,0x4,0x5,0x6,0x7,0x8,0x9,0xa,0xb,0xd,0xe,0xf,0x10,0x11,0x12,0x13, + 0x14,0x15,0x17,0x18,0x19,0x1a,0x1b,0x1c,0x1d,0x1e,0x1f,0x21,0x24,0x25,0x27,0x28, + 0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,0x30,0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38, + 0x39,0x3a,0x3b,0x3c,0x3e,0x3f,0x40,0x41,0x43,0x44,0x45,0x48,0x49,0x4b,0x4c,0x4e, + 0x50,0x52,0x55,0x56,0x57,0x58,0x5a,0x5e,0x5f,0x61,0x62,0x63,0x64,0x65,0x67,0x68, + 0x69,0x6a,0x6d,0x6f,0x71,0x73,0x74,0x78,0x7a,0x7b,0x7c,0x7e,0x7f,0x80,0x81,0x83, + 0x84,0x85,0x86,0x88,0x89,0x8a,0x8b,0x8d,0x8f,0x92,0x93,0x94,0x95,0x96,0x97,0x98, + 0x99,0x9a,0x9b,0x9c,0x9d,0xa0,0xa1,0xa6,0xa7,0xa9,0xad,0xae,0xb0,0xb1,0xb2,0xb4, + 0xb5,0xb7,0xb8,0xb9,0xbb,0xbc,0xbd,0xc0,0xc2,0xc4,0xc7,0xc8,0xc9,0xca,0xcc,0xcd, + 0xce,0xd0,0xd2,0xd3,0xd5,0xd6,0xd8,0xda,0xdb,0xdc,0xdd,0xde,0xdf,0xe0,0xe1,0xe2, + 0xe3,0xe4,0xe5,0xe6,0xe7,0xe8,0xe9,0xea,0xeb,0xec,0xed,0xee,0xef,0xf0,0xf1,0xf2, + 0xf3,0xf4,0xf5,0xf6,0xf7,0xf8,0xf9,0xfa,0xfb,0xfc,0xfd,0xfe,0xf,0x49,0x3b,0x56, + 0x0,0x0,0xa,0x10,0x49,0x44,0x41,0x54,0x78,0xda,0xed,0xdd,0x89,0x97,0x96,0x65, + 0x19,0xc7,0xf1,0xd7,0x41,0x11,0xc5,0x5,0x29,0x3,0x5b,0x30,0x15,0xd2,0x54,0xdc, + 0xb5,0xb2,0xb2,0x34,0xdb,0x94,0xd2,0x6c,0x33,0x5b,0x5c,0xb2,0xc8,0x36,0x34,0xd4, + 0xb4,0x4c,0xc9,0x2c,0x53,0x83,0x92,0x4a,0x33,0x73,0x6d,0x31,0x44,0x4c,0x47,0x16, + 0x95,0xe0,0xfe,0xd7,0x3a,0x47,0x4f,0xa7,0x32,0x96,0x99,0xf7,0x7d,0x9e,0xfb,0xb9, + 0xee,0xb9,0x3e,0xdf,0x7f,0xe0,0x79,0xe6,0xfa,0x7d,0xce,0x3b,0xcc,0x39,0x73,0x86, + 0xd1,0x48,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24, + 0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49, + 0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x69,0x8c, + 0xa6,0xce,0xf9,0xf4,0xd7,0x7e,0xf0,0xd3,0x8d,0x8f,0xec,0xb7,0xdf,0xde,0x7d,0xf3, + 0xd5,0x97,0xbf,0x67,0x9e,0x8b,0xcd,0xa5,0x16,0x5e,0x7c,0xdb,0xe6,0x32,0xab,0x9e, + 0xbb,0xed,0x23,0x87,0xb8,0xdb,0x1c,0x69,0xe9,0x2d,0x2f,0x97,0x31,0xda,0x76,0xd3, + 0x5b,0xdc,0x6e,0xe,0x74,0xf8,0xf5,0xdb,0xca,0x98,0x6d,0xbd,0xf6,0x30,0xf7,0x6b, + 0xbd,0xcb,0x36,0x97,0x9,0xda,0xb4,0xca,0x5,0x9b,0xee,0xa0,0xb5,0x65,0xc2,0xd6, + 0x1c,0xe8,0x8a,0xed,0xf6,0xe6,0x7,0xca,0xc4,0xdd,0x77,0x94,0x3b,0xb6,0xda,0xf1, + 0x4f,0x96,0xe,0xfa,0xd3,0xb1,0x2e,0xd9,0x66,0x8b,0x1f,0x2b,0x9d,0xf4,0xc7,0x45, + 0x6e,0xd9,0xe4,0xf7,0xff,0xfb,0x4b,0x47,0xdd,0xeb,0xdf,0x1,0x2d,0xb6,0xb6,0x74, + 0xd6,0xf7,0x5d,0xb3,0xbd,0x56,0x95,0xe,0xbb,0xd4,0x3d,0x5b,0x6b,0xe1,0x33,0x5d, + 0x2,0x78,0x66,0xa1,0x8b,0x36,0xd6,0x57,0x4b,0xa7,0x5d,0xed,0xa2,0x6d,0xf5,0xa6, + 0xe9,0x6e,0x1,0xbc,0x74,0xb4,0x9b,0x36,0xd5,0x77,0x4a,0xc7,0xdd,0xe4,0xa6,0x2d, + 0x35,0x6f,0x4b,0xd7,0x0,0xb6,0x2e,0x70,0xd5,0x86,0x7a,0x5f,0xe9,0xbc,0xb,0x5d, + 0x35,0xf3,0x77,0x80,0x52,0x6e,0x71,0xd5,0x86,0x7a,0xbc,0x7b,0x0,0x9b,0xa6,0x9c, + 0xb5,0x99,0x96,0x97,0x1e,0x3a,0xcb,0x5d,0x9b,0xe9,0xa2,0x3e,0x0,0x5c,0xe2,0xae, + 0xcd,0xf4,0xd9,0x3e,0x0,0x5c,0xe5,0xae,0xcd,0x74,0x5d,0x1f,0x0,0xbe,0xe7,0xae, + 0xcd,0xf4,0xc3,0x3e,0x0,0xfc,0xc4,0x5d,0x9b,0xe9,0x9e,0x3e,0x0,0xac,0x77,0xd7, + 0x66,0xba,0xbf,0xf,0x0,0xbf,0x73,0x57,0x0,0x4,0x80,0x0,0x10,0x0,0x2,0x40, + 0x0,0x8,0x0,0x1,0x20,0x0,0x4,0x80,0x0,0x10,0x0,0x2,0x40,0x0,0x8,0x0, + 0x1,0x20,0x0,0x4,0x80,0x0,0x10,0x0,0x2,0x40,0x0,0x8,0x0,0x1,0x20,0x0, + 0x4,0x80,0x0,0x10,0x0,0x2,0x40,0x0,0x8,0x0,0x1,0x20,0x0,0x4,0x80,0x0, + 0x10,0x0,0x2,0x40,0x0,0x8,0x0,0x1,0x20,0x0,0x4,0x80,0x0,0x10,0x0,0x2, + 0x40,0x0,0x8,0x0,0x1,0x20,0x0,0x4,0x80,0x0,0x10,0x0,0x2,0x40,0x0,0x8, + 0x0,0x1,0x20,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x70,0x57,0x0,0x4,0x80, + 0x0,0x10,0x0,0x2,0x40,0x0,0x8,0x0,0x1,0x20,0x0,0x4,0x80,0x0,0x10,0x0, + 0x2,0x40,0x0,0x8,0x0,0x1,0x20,0x0,0x4,0x80,0x0,0x10,0x0,0x2,0x40,0x0, + 0x8,0x0,0x1,0x20,0x0,0x4,0x80,0x0,0x48,0xd4,0x11,0xc7,0xbd,0xf7,0xcc,0xb7, + 0xcf,0x7,0x60,0x66,0x1d,0xb8,0x74,0xe5,0xf9,0x2b,0x16,0x1f,0x30,0x47,0xb6,0x7f, + 0xc7,0x15,0xeb,0x1e,0xdf,0xfe,0xfa,0x9,0xb7,0x3c,0x74,0xe3,0x85,0x87,0x2,0xb0, + 0xaf,0xe,0x3a,0xff,0x5b,0xf,0x6e,0xda,0xfd,0xda,0xf3,0x5e,0x79,0xfa,0xde,0x2b, + 0x4f,0x68,0x7d,0xfd,0x65,0x37,0x3c,0xfc,0x86,0x33,0xee,0xb8,0xe7,0xf2,0xf9,0x0, + 0xec,0xb9,0xa9,0x8f,0xdf,0x39,0xfd,0x86,0x87,0x3e,0xb1,0xe6,0xa4,0x86,0xe7,0x5f, + 0xb2,0xe6,0xd5,0x3d,0x5d,0xf2,0x89,0x4b,0xa7,0x0,0xd8,0x43,0x17,0xfd,0x7e,0x4f, + 0x8f,0xdd,0xfd,0xa3,0x63,0x1b,0x9d,0x7f,0xd1,0xea,0xed,0x7b,0xbb,0xe5,0x1f,0x2e, + 0x6,0xe0,0x8d,0x9d,0xbf,0x7e,0x6f,0xf,0xde,0x79,0xf3,0x31,0x2d,0xee,0x7f,0xea, + 0x53,0xfb,0xba,0xe6,0xed,0x7,0x3,0xf0,0x3f,0x9f,0xfe,0xab,0xf7,0xf5,0xe8,0x2d, + 0xef,0x6f,0x6f,0xff,0x4f,0x6e,0xdf,0xf7,0x39,0x37,0x2c,0x1,0xe0,0x3f,0x1d,0xf9, + 0xf3,0x7d,0x3f,0x7b,0xe7,0xe7,0x1b,0x9b,0x7f,0xde,0xd,0xfb,0xbd,0xe7,0x5f,0x4e, + 0x3,0xe0,0xdf,0x2d,0x7f,0x74,0xbf,0x4f,0xbf,0x65,0x7e,0x4b,0xfb,0xcf,0xbf,0x6b, + 0x6,0x7,0xdd,0x71,0x1,0x0,0xaf,0x77,0xde,0xf4,0xc,0x1e,0xff,0xcb,0x43,0x1b, + 0xda,0x7f,0xdd,0x8c,0x2e,0xfa,0xf2,0x5,0x0,0xbc,0xb6,0xff,0x4b,0x33,0x7a,0xfe, + 0x7d,0x87,0xce,0xb1,0xfd,0x7b,0x14,0xd0,0x14,0x80,0x73,0x5f,0x9a,0xe1,0xb,0xb4, + 0x22,0x60,0xc6,0xfb,0xf7,0x27,0xa0,0x25,0x0,0x33,0xde,0xbf,0x15,0x1,0xb3,0xd8, + 0xbf,0x37,0x1,0xd,0x1,0x98,0xc5,0xfe,0x6d,0x8,0x98,0xd5,0xfe,0x7d,0x9,0x68, + 0x7,0xc0,0xb9,0xd3,0xb3,0x7a,0x87,0xf8,0x2,0x66,0xb9,0x7f,0x4f,0x2,0x9a,0x1, + 0x70,0xce,0xf4,0x2c,0x5f,0x22,0xba,0x80,0x59,0xef,0xdf,0x8f,0x80,0x56,0x0,0xcc, + 0x7a,0xff,0xe8,0x2,0xc6,0xd8,0xbf,0x17,0x1,0x8d,0x0,0x18,0x63,0xff,0xd8,0x2, + 0xc6,0xda,0xbf,0xf,0x1,0x6d,0x0,0x18,0x6b,0xff,0xc8,0x2,0xc6,0xdc,0xbf,0x7, + 0x1,0x4d,0x0,0x38,0x7b,0x7a,0xcc,0x17,0x89,0x2a,0x60,0xec,0xfd,0xbb,0x17,0xd0, + 0x2,0x80,0xb1,0xf7,0x8f,0x2a,0x60,0x82,0xfd,0x3b,0x17,0xd0,0x0,0x80,0x9,0xf6, + 0x8f,0x29,0x60,0xa2,0xfd,0xbb,0x16,0x10,0x1f,0xc0,0x44,0xfb,0x47,0x14,0x30,0xe1, + 0xfe,0x1d,0xb,0x8,0xf,0xe0,0xec,0x17,0x27,0x7c,0x99,0x68,0x2,0x26,0xde,0xbf, + 0x5b,0x1,0xd1,0x1,0x9c,0xf5,0xe2,0xc4,0x6f,0x13,0x4b,0x40,0x7,0xfb,0x77,0x2a, + 0x20,0x38,0x80,0xe,0xf6,0x8f,0x25,0xa0,0x93,0xfd,0xbb,0x14,0x10,0x1b,0x40,0x27, + 0xfb,0x47,0x12,0xd0,0xd1,0xfe,0x1d,0xa,0x8,0xd,0xa0,0xa3,0xfd,0xe3,0x8,0xe8, + 0x6c,0xff,0xee,0x4,0x44,0x6,0x70,0xe6,0x8b,0x9d,0xbd,0x51,0xc,0x1,0x1d,0xee, + 0xdf,0x99,0x80,0xc0,0x0,0x3a,0xdc,0x3f,0x86,0x80,0x4e,0xf7,0xef,0x4a,0x40,0x5c, + 0x0,0x9d,0xee,0x1f,0x41,0x40,0xc7,0xfb,0x77,0x24,0x20,0x2c,0x80,0x33,0x5f,0xe8, + 0xf8,0xa5,0x86,0x16,0xd0,0xf9,0xfe,0xdd,0x8,0x88,0xa,0xe0,0x8c,0x17,0x3a,0x7f, + 0xab,0x61,0x5,0x4c,0xdd,0xd9,0xc3,0xa1,0x3b,0x10,0x10,0x14,0x40,0xf,0xfb,0x97, + 0x72,0xef,0x81,0x3,0x2,0xb8,0xbe,0x8f,0x43,0x77,0x20,0x20,0x26,0x80,0x5e,0xf6, + 0x2f,0x65,0xcd,0x70,0xfb,0x7f,0xac,0x94,0x98,0x2,0x42,0x2,0xe8,0x69,0xff,0x52, + 0x2e,0x1f,0x6a,0xff,0x93,0xb7,0x95,0xa0,0x2,0x22,0x2,0x38,0xbd,0xaf,0xfd,0xcb, + 0x2b,0xe7,0xd,0xb3,0xff,0xc2,0x27,0x4b,0x9,0x2a,0x20,0x20,0x80,0xfe,0xf6,0x2f, + 0x65,0xd3,0xe2,0x41,0x0,0x7c,0xa5,0x94,0xa8,0x2,0xe2,0x1,0xe8,0x73,0xff,0x52, + 0x6e,0x18,0x62,0xff,0xa3,0x7a,0xfd,0x92,0x26,0x13,0x10,0xe,0xc0,0xe9,0xff,0xe8, + 0xf5,0x58,0x3b,0x86,0xf8,0x13,0x22,0xab,0x4b,0x9,0x2b,0x20,0x1a,0x80,0x9e,0xf7, + 0x2f,0x65,0x6d,0xfd,0xfd,0x97,0x6e,0x2f,0x71,0x5,0x4,0x3,0x70,0x5a,0xdf,0xfb, + 0x97,0x9d,0xef,0xac,0xe,0xe0,0x4b,0xa5,0xc4,0x15,0x10,0xb,0x40,0xff,0xfb,0x97, + 0xf2,0xf5,0xea,0x0,0xee,0x2f,0x81,0x5,0x84,0x2,0x50,0x63,0xff,0xfa,0x7f,0xc7, + 0xf6,0xc8,0x9d,0x25,0xb0,0x80,0x48,0x0,0xaa,0xec,0x5f,0xca,0xdb,0x2a,0x3,0xf8, + 0x44,0x95,0xaf,0x6a,0x5c,0x1,0x81,0x0,0xac,0xac,0xb3,0x7f,0xb9,0xa2,0x32,0x80, + 0xdb,0x4b,0x64,0x1,0x71,0x0,0xd4,0xda,0xbf,0xac,0xab,0xc,0xe0,0x57,0x25,0xb2, + 0x80,0x30,0x0,0x56,0x3e,0x5f,0xeb,0x4e,0xf,0x55,0x6,0xf0,0x58,0x89,0x2c,0x20, + 0xa,0x80,0x7a,0xfb,0x97,0x67,0x2b,0x3,0xd8,0x56,0x22,0xb,0x8,0x2,0xa0,0xe2, + 0xfe,0x65,0xd7,0xbc,0xaa,0xfb,0x1f,0x5e,0x4a,0x64,0x1,0x31,0x0,0x9c,0xfa,0x7c, + 0xcd,0x2b,0x1d,0x5d,0x15,0xc0,0xb2,0x12,0x5a,0x40,0x8,0x0,0x75,0xf7,0x2f,0x75, + 0xff,0x6f,0x89,0x45,0x25,0xb4,0x80,0x8,0x0,0x2a,0xef,0x5f,0xf9,0x13,0x60,0xf4, + 0x72,0x68,0x1,0x1,0x0,0xd4,0xde,0x7f,0xe7,0x54,0x5d,0x0,0x4f,0x96,0xc8,0x2, + 0x86,0x7,0x70,0x4a,0xe5,0xfd,0xcb,0x9f,0x2b,0xff,0x14,0xb0,0xa1,0x44,0x16,0x30, + 0x38,0x80,0x53,0xb6,0xd4,0xbe,0xcf,0xaf,0x2b,0x3,0xb8,0xa3,0x44,0x16,0x30,0x34, + 0x80,0xfa,0xfb,0x97,0x3b,0x2a,0x3,0xb8,0xac,0x44,0x16,0x30,0x30,0x80,0x1,0xf6, + 0x2f,0x9f,0xaa,0xc,0x60,0xc9,0xee,0xc8,0x2,0x86,0x5,0x30,0xc4,0xfe,0xbb,0x2a, + 0xff,0x10,0x30,0x1a,0x3d,0x58,0x2,0xb,0x18,0x14,0xc0,0xc9,0x3,0xec,0x5f,0xd6, + 0x57,0xff,0x85,0x90,0x6b,0x4a,0x60,0x1,0x43,0x2,0x18,0x64,0xff,0xf2,0xe5,0xea, + 0x0,0x8e,0xdb,0x15,0x58,0xc0,0x80,0x0,0x86,0xd9,0xff,0xd5,0x65,0xd5,0x1,0x54, + 0xfb,0x8d,0x80,0x71,0x4,0xc,0x7,0xe0,0xe4,0xe7,0x6,0x39,0xcb,0x4d,0xf5,0xf7, + 0x1f,0x2d,0x7b,0x35,0xae,0x80,0xc1,0x0,0xbc,0x7b,0x98,0xfd,0xb7,0x2f,0x19,0x0, + 0xc0,0xe8,0xc6,0x12,0x56,0xc0,0x50,0x0,0x6,0xda,0xbf,0x7c,0x73,0x88,0xfd,0x47, + 0x4b,0xb7,0x86,0x15,0x30,0x10,0x80,0xa1,0xf6,0xdf,0xb2,0x68,0x10,0x0,0xa3,0x8f, + 0x96,0xa8,0x2,0x86,0x1,0x30,0xd4,0xfe,0xff,0xfc,0xe0,0x68,0xa0,0xbe,0x11,0x55, + 0xc0,0x20,0x0,0x86,0xda,0xbf,0x7c,0x61,0xa8,0xfd,0x47,0x53,0x3f,0xb,0x2a,0x60, + 0x8,0x0,0x27,0xd,0xb5,0xff,0xad,0xa3,0xe1,0x3a,0xe2,0x91,0x98,0x2,0x6,0x0, + 0x70,0xd2,0xe6,0x81,0x4e,0xf1,0xc0,0xa0,0xff,0xab,0xf4,0x5b,0x1f,0xd,0x29,0xa0, + 0x3e,0x80,0xc1,0xf6,0xdf,0x70,0xc4,0x68,0x44,0xc0,0xe0,0x0,0xd2,0xee,0x1f,0x54, + 0x40,0x6d,0x0,0x89,0xf7,0x8f,0x29,0xa0,0x32,0x80,0x13,0x33,0xef,0x1f,0x52,0x40, + 0x5d,0x0,0xc9,0xf7,0x8f,0x28,0xa0,0x2a,0x80,0xf4,0xfb,0x7,0x14,0x50,0x13,0xc0, + 0x89,0xcf,0xa6,0xdf,0x3f,0x9e,0x80,0x8a,0x0,0xde,0x65,0xff,0x80,0x2,0xea,0x1, + 0xb0,0x7f,0x48,0x1,0xd5,0x0,0xd8,0x3f,0xa6,0x80,0x5a,0x0,0xec,0x1f,0x54,0x40, + 0x25,0x0,0xf6,0x8f,0x2a,0xa0,0xe,0x80,0x15,0xf6,0x8f,0x2a,0xa0,0xa,0x80,0x15, + 0x9b,0xec,0x1f,0x55,0x40,0xd,0x0,0xf6,0xf,0x2c,0xa0,0x2,0x0,0xfb,0x47,0x16, + 0xd0,0x3f,0x0,0xfb,0x87,0x16,0xd0,0x3b,0x80,0xe5,0xf6,0xf,0x2d,0xa0,0x6f,0x0, + 0xf6,0xf,0x2e,0xa0,0x67,0x0,0xf6,0x8f,0x2e,0xa0,0x5f,0x0,0xcb,0xff,0x6e,0xff, + 0xe0,0x2,0x7a,0x5,0x60,0xff,0xf8,0x2,0xfa,0x4,0x70,0x82,0xfd,0xe3,0xb,0xe8, + 0x11,0x80,0xfd,0x5b,0x10,0xd0,0x1f,0x0,0xfb,0x37,0x21,0xa0,0x37,0x0,0xf6,0x6f, + 0x43,0x40,0x5f,0x0,0xec,0xdf,0x88,0x80,0x9e,0x0,0x1c,0xff,0x8c,0xfd,0xdb,0x10, + 0xd0,0xf,0x0,0xfb,0x37,0x23,0xa0,0x97,0x4f,0xea,0xbf,0xd9,0xbf,0x19,0x1,0x73, + 0xaa,0x76,0xf7,0x27,0x20,0xfb,0xfe,0x4,0x64,0xdf,0x9f,0x80,0xec,0xfb,0x13,0x90, + 0x7d,0x7f,0x2,0xb2,0xef,0x4f,0x40,0xf6,0xfd,0x9,0xc8,0xbe,0x3f,0x1,0xd9,0xf7, + 0x27,0x20,0xfb,0xfe,0x4,0x64,0xdf,0x9f,0x80,0xec,0xfb,0x13,0x90,0x7d,0x7f,0x2, + 0xb2,0xef,0x4f,0x40,0xf6,0xfd,0x9,0xc8,0xbe,0x3f,0x1,0xd9,0xf7,0x27,0x20,0xfb, + 0xfe,0x4,0x64,0xdf,0x9f,0x80,0xec,0xfb,0x13,0x90,0x7d,0x7f,0x2,0xb2,0xef,0x4f, + 0x40,0xf6,0xfd,0x9,0xc8,0xbe,0x3f,0x1,0xd9,0xf7,0x27,0x20,0xfb,0xfe,0x4,0x64, + 0xdf,0x9f,0x80,0xec,0xfb,0x13,0x90,0x7d,0x7f,0x2,0xb2,0xef,0x4f,0x40,0xf6,0xfd, + 0x9,0xc8,0xbe,0x3f,0x1,0xd9,0xf7,0x27,0x20,0xfb,0xfe,0x4,0x64,0xdf,0x9f,0x80, + 0xec,0xfb,0x67,0x17,0x60,0xff,0xdc,0x2,0xec,0x9f,0x5b,0x80,0xfd,0x73,0xb,0xb0, + 0x7f,0x6e,0x1,0xf6,0xcf,0x2d,0xc0,0xfe,0xb9,0x5,0xd8,0x3f,0xb7,0x0,0xfb,0xe7, + 0x16,0x60,0xff,0xdc,0x2,0xec,0x9f,0x5b,0x80,0xfd,0x73,0xb,0xb0,0x7f,0x6e,0x1, + 0xf6,0xcf,0x2d,0xc0,0xfe,0xb9,0x5,0xd8,0x3f,0xb7,0x0,0xfb,0xe7,0x16,0x60,0xff, + 0xdc,0x2,0xec,0x9f,0x5b,0x80,0xfd,0x73,0xb,0xb0,0x7f,0x6e,0x1,0xf6,0xcf,0x2d, + 0xc0,0xfe,0xb9,0x5,0xd8,0x3f,0xb7,0x0,0xfb,0xe7,0x16,0x60,0xff,0xdc,0x2,0xec, + 0x9f,0x5b,0x80,0xfd,0x73,0xb,0xb0,0x7f,0x6e,0x1,0xf6,0xcf,0x2d,0xc0,0xfe,0xb9, + 0x5,0xd8,0x3f,0xb7,0x0,0xfb,0xe7,0x16,0x60,0xff,0xdc,0x2,0xec,0x9f,0x5b,0x80, + 0xfd,0x73,0xb,0xb0,0x7f,0x6e,0x1,0xf6,0xcf,0x2d,0xc0,0xfe,0xb9,0x5,0xd8,0x3f, + 0xb7,0x0,0xfb,0xe7,0x16,0x60,0xff,0xdc,0x2,0xec,0x9f,0x5b,0x80,0xfd,0x73,0xb, + 0xb0,0x7f,0x6e,0x1,0xf6,0xcf,0x2d,0xc0,0xfe,0xb9,0x5,0xd8,0x3f,0xb7,0x0,0xfb, + 0xe7,0x16,0x60,0xff,0xdc,0x2,0xec,0x9f,0x5b,0x80,0xfd,0x73,0xb,0xb0,0x7f,0x6e, + 0x1,0xf6,0xcf,0x2d,0xc0,0xfe,0xb9,0x5,0xd8,0x3f,0xb7,0x0,0xfb,0xe7,0x16,0x60, + 0xff,0xdc,0x2,0xec,0x9f,0x5b,0x80,0xfd,0x73,0xb,0xb0,0x7f,0x6e,0x1,0xf6,0xcf, + 0x2d,0xc0,0xfe,0xb9,0x5,0xd8,0x3f,0xb7,0x0,0xfb,0xe7,0x16,0x60,0xff,0xdc,0x2, + 0xec,0x9f,0x5b,0x80,0xfd,0x73,0xb,0xb0,0x7f,0x6e,0x1,0xf6,0xcf,0x2d,0xc0,0xfe, + 0xb9,0x5,0xd8,0x3f,0xb7,0x0,0xfb,0xe7,0x16,0x60,0xff,0xdc,0x2,0xec,0x9f,0x5b, + 0x80,0xfd,0x73,0xb,0xb0,0x7f,0x6e,0x1,0xf6,0xcf,0x2d,0xc0,0xfe,0xb9,0x5,0xd8, + 0x3f,0xb7,0x0,0xfb,0xe7,0x16,0x60,0xff,0xdc,0x2,0xec,0x9f,0x5b,0x80,0xfd,0x73, + 0xb,0xb0,0x7f,0x6e,0x1,0xf6,0xcf,0x2d,0xc0,0xfe,0xb9,0x5,0xd8,0x3f,0xb7,0x0, + 0xfb,0xe7,0x16,0x60,0xff,0xdc,0x2,0xec,0x9f,0x5b,0x80,0xfd,0x73,0xb,0xb0,0x7f, + 0x6e,0x1,0xf6,0xcf,0x2d,0xc0,0xfe,0xb9,0x5,0xd8,0x3f,0xb7,0x0,0xfb,0xe7,0x16, + 0x60,0xff,0xdc,0x2,0xec,0x9f,0x5b,0x80,0xfd,0x73,0xb,0xb0,0x7f,0x6e,0x1,0xf6, + 0xcf,0x2d,0xc0,0xfe,0xb9,0x5,0xd8,0x3f,0xb7,0x0,0xfb,0xe7,0x16,0x60,0xff,0xdc, + 0x2,0xec,0x9f,0x5b,0x80,0xfd,0x73,0xb,0xb0,0x7f,0x6e,0x1,0xf6,0x9f,0xbb,0x1d, + 0xb3,0x71,0xff,0xfb,0xff,0xc2,0xfe,0x73,0xb8,0x43,0x7e,0xbc,0xbf,0xfd,0xbf,0x3d, + 0xcf,0x95,0xe6,0x74,0x57,0xed,0xda,0xd7,0xfc,0x3b,0x2e,0x71,0xa1,0xb9,0xde,0x87, + 0x9e,0xda,0xfb,0xfe,0xf,0x9f,0xe1,0x3e,0x73,0xbf,0x83,0xbf,0xb8,0x79,0xcf,0xf3, + 0x3f,0xbd,0xca,0xc7,0x7f,0x8e,0xe,0xbb,0x76,0xfa,0xff,0xe7,0x7f,0xee,0xca,0x5, + 0x2e,0x93,0xa6,0x5,0x1f,0x5e,0xfb,0xd7,0xff,0x5e,0xff,0x89,0xef,0x7e,0xe0,0x20, + 0x57,0xc9,0xd5,0x1,0xa7,0x7d,0xee,0xba,0x5b,0xef,0xde,0xf8,0x9b,0x75,0x6b,0xaf, + 0xf9,0xcc,0x89,0xce,0x21,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92, + 0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24, + 0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49,0x92,0x24,0x49, + 0x92,0xba,0xe9,0x5f,0x79,0xb8,0xf4,0x2f,0x50,0x19,0xaf,0x67,0x0,0x0,0x0,0x0, + 0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // /Users/LuChen/Documents/groundstation/groundstation/targetlist-old/targetlist/delete85.png + 0x0,0x0,0xf,0xa9, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x2,0x0,0x0,0x0,0x2,0x0,0x8,0x3,0x0,0x0,0x0,0xc3,0xa6,0x24,0xc8, + 0x0,0x0,0x0,0x3,0x73,0x42,0x49,0x54,0x8,0x8,0x8,0xdb,0xe1,0x4f,0xe0,0x0, + 0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0x8,0xdc,0x0,0x0,0x8,0xdc,0x1, + 0x9f,0xe8,0x5f,0x3c,0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74, + 0x77,0x61,0x72,0x65,0x0,0x77,0x77,0x77,0x2e,0x69,0x6e,0x6b,0x73,0x63,0x61,0x70, + 0x65,0x2e,0x6f,0x72,0x67,0x9b,0xee,0x3c,0x1a,0x0,0x0,0x2,0x79,0x50,0x4c,0x54, + 0x45,0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x78,0xc1,0xd9,0x3,0x0,0x0, + 0x0,0xd2,0x74,0x52,0x4e,0x53,0x0,0x1,0x2,0x3,0x4,0x5,0x6,0x7,0x8,0x9, + 0xa,0xb,0xc,0xd,0xe,0xf,0x10,0x12,0x13,0x14,0x15,0x16,0x17,0x18,0x19,0x1a, + 0x1b,0x1c,0x1d,0x1e,0x1f,0x20,0x22,0x24,0x25,0x26,0x27,0x28,0x29,0x2a,0x2c,0x2d, + 0x2e,0x2f,0x30,0x32,0x34,0x35,0x36,0x37,0x38,0x3a,0x3c,0x3d,0x3e,0x3f,0x40,0x41, + 0x43,0x44,0x45,0x46,0x47,0x48,0x49,0x4a,0x4b,0x4c,0x4d,0x4e,0x4f,0x50,0x51,0x52, + 0x53,0x54,0x55,0x56,0x57,0x58,0x5a,0x5b,0x5c,0x5d,0x5e,0x5f,0x60,0x61,0x62,0x63, + 0x64,0x65,0x66,0x67,0x68,0x69,0x6a,0x6b,0x6c,0x6d,0x6e,0x6f,0x70,0x74,0x75,0x76, + 0x78,0x79,0x7a,0x7b,0x7d,0x7f,0x82,0x83,0x86,0x87,0x89,0x8b,0x8c,0x8d,0x90,0x92, + 0x93,0x94,0x95,0x96,0x97,0x99,0x9b,0x9d,0x9e,0x9f,0xa0,0xa1,0xa3,0xa4,0xa5,0xa6, + 0xa7,0xa8,0xa9,0xaa,0xab,0xac,0xad,0xae,0xaf,0xb0,0xb1,0xb2,0xb4,0xb7,0xb9,0xbc, + 0xbd,0xbe,0xc1,0xc2,0xc4,0xc6,0xc7,0xc9,0xca,0xcb,0xcc,0xcd,0xce,0xcf,0xd0,0xd2, + 0xd3,0xd4,0xd5,0xd6,0xd7,0xd8,0xd9,0xda,0xdb,0xdc,0xdd,0xde,0xdf,0xe0,0xe1,0xe3, + 0xe5,0xe6,0xe7,0xe8,0xe9,0xeb,0xec,0xed,0xee,0xef,0xf0,0xf1,0xf3,0xf4,0xf5,0xf6, + 0xf7,0xf8,0xf9,0xfa,0xfb,0xfc,0xfd,0xfe,0xd8,0xe0,0xce,0x14,0x0,0x0,0xb,0xc4, + 0x49,0x44,0x41,0x54,0x78,0xda,0xed,0xdd,0x89,0x9b,0x95,0x65,0x19,0xc7,0xf1,0xf7, + 0xc,0x30,0x51,0xb9,0x54,0x30,0xc8,0xb0,0xc,0xb4,0x48,0xc5,0xa4,0x49,0x91,0xb8, + 0xb4,0x8,0x66,0xa6,0x99,0xca,0x2e,0xa3,0xb2,0x8b,0x16,0x51,0x51,0x59,0x56,0x6a, + 0x65,0x9b,0x95,0x9a,0x56,0x6a,0x9b,0x40,0x69,0xa6,0xc3,0x30,0x6c,0xc2,0xa0,0xa1, + 0xe9,0x44,0x6e,0x2c,0x87,0xb9,0xff,0xa2,0xe8,0x2a,0xb8,0x82,0x66,0xe6,0x6c,0xef, + 0xfb,0xde,0xcf,0xf3,0xfc,0xbe,0xbf,0xbf,0xe0,0xdc,0xe7,0xf3,0x9d,0x99,0x33,0x73, + 0xcd,0xcc,0xc9,0x32,0xc6,0x18,0x63,0x8c,0x31,0xc6,0x18,0x63,0x8c,0x31,0xc6,0x18, + 0x63,0x8c,0x31,0xc6,0x18,0x63,0x8c,0x31,0xc6,0x18,0x63,0x8c,0x31,0xc6,0x18,0x63, + 0x8c,0x31,0xc6,0x18,0x63,0x8c,0x31,0xc6,0x18,0x63,0x8c,0x31,0xc6,0x18,0x63,0x8c, + 0x31,0xc6,0x18,0x63,0x8c,0x31,0xc6,0x18,0x63,0x8c,0x31,0xc6,0x18,0x63,0x8c,0x31, + 0xc6,0x18,0x63,0x8c,0x31,0xc6,0x18,0x63,0x8c,0x31,0xc6,0x18,0x63,0x2c,0xdd,0x9d, + 0xfd,0x9e,0xb9,0x9f,0xfd,0xf8,0x7,0x3b,0xda,0x12,0x3d,0xaf,0xfd,0xbd,0xf3,0xae, + 0xdf,0xf0,0x8d,0x6f,0xdd,0xb1,0xe8,0xb2,0xf7,0xbf,0xd,0xec,0x33,0x36,0xee,0xb2, + 0xbb,0xfa,0xdf,0xb0,0xff,0xac,0x7a,0xf0,0xe1,0x65,0x1d,0xa9,0x1d,0x38,0x79,0xc5, + 0x23,0xaf,0xda,0xa9,0x1d,0xfe,0xed,0xba,0x99,0xa0,0x9f,0x5a,0xdb,0x75,0xf,0xfe, + 0xd3,0x4e,0xdf,0xf1,0x6d,0x1b,0x27,0x26,0x94,0xf7,0xaa,0xa7,0x86,0xec,0xcc,0xed, + 0xf8,0xe2,0xdb,0xa1,0xff,0xf7,0x2a,0xd7,0xf6,0xd9,0x70,0x7b,0x75,0xf3,0xb9,0x89, + 0xf4,0xbd,0x78,0xdf,0xb0,0x7,0xda,0x8b,0x6b,0xdb,0xe1,0xcf,0xe6,0x3f,0x6d,0x23, + 0x6d,0x70,0x63,0xa,0x1f,0x23,0x57,0xf7,0x8d,0x78,0xa0,0xed,0x5f,0x52,0x11,0xe7, + 0x3f,0xeb,0x61,0x1b,0x6d,0x3,0xdd,0xd1,0xbf,0xf2,0xfb,0xde,0xa8,0x7,0xda,0x43, + 0xda,0x5f,0x7,0x66,0xf6,0x8e,0xfe,0xf4,0xd8,0x6b,0xd7,0xc4,0x7d,0xe0,0xa4,0x2d, + 0x35,0xe,0xb4,0x67,0xba,0x84,0xfd,0x2f,0x7f,0xa5,0xd6,0xd3,0x63,0x43,0x5f,0x89, + 0xf9,0x93,0xe4,0x85,0xcf,0xd7,0x3c,0xd0,0xfe,0x3e,0x4f,0xd6,0x7f,0x4d,0xd5,0xea, + 0xd8,0x83,0xf1,0xbe,0x52,0xba,0xea,0xcd,0x7a,0xe,0x3c,0x7a,0xa3,0xa8,0xff,0x6, + 0xab,0x6f,0xbf,0x89,0xb5,0x80,0xab,0x8e,0xd4,0x77,0x60,0x75,0x21,0xfe,0x29,0x16, + 0x50,0xaf,0xbf,0x68,0x1,0xf5,0xfb,0x47,0x5a,0x40,0xfd,0xfe,0x92,0x5,0x34,0xe2, + 0x1f,0x65,0x1,0x8d,0xf8,0xb,0x16,0x70,0x9b,0x59,0xda,0x5,0x34,0xe6,0x2f,0x57, + 0x40,0xa3,0xfe,0xd1,0x15,0xd0,0xa8,0xbf,0x58,0x1,0x8d,0xfb,0x47,0x56,0x40,0xe3, + 0xfe,0x52,0x5,0x34,0xe3,0x1f,0x55,0x1,0xcd,0xf8,0xb,0x15,0xd0,0x9c,0x7f,0x44, + 0x5,0x34,0xe7,0x2f,0x53,0x40,0xb3,0xfe,0xd1,0x14,0xd0,0xac,0xbf,0x48,0x1,0xcd, + 0xfb,0x47,0x52,0x40,0xf3,0xfe,0x12,0x5,0xb4,0xe2,0x1f,0x45,0x1,0xad,0xf8,0xb, + 0x14,0xb0,0xde,0x2c,0xed,0x2,0x5a,0xf3,0x37,0x3b,0xbe,0x10,0xff,0x98,0xb,0x68, + 0xd5,0x3f,0xf1,0x2,0x5a,0xf7,0xf,0xbc,0x80,0xd6,0xfd,0x93,0x2e,0x20,0xf,0xff, + 0xa0,0xb,0xc8,0xc3,0xff,0x44,0x1,0x8b,0xf0,0x8f,0xb3,0x80,0x7c,0xfc,0x93,0x2d, + 0x20,0x2f,0xff,0x60,0xb,0xc8,0xcb,0x3f,0xd1,0x2,0xf2,0xf3,0xf,0xb4,0x80,0xfc, + 0xfc,0x93,0x2c,0x20,0x4f,0xff,0x20,0xb,0xc8,0xd3,0x3f,0xc1,0x2,0xd6,0x99,0xa5, + 0x5d,0x40,0xbe,0xfe,0xc9,0x15,0x90,0xb7,0x7f,0x70,0x5,0xe4,0xed,0x9f,0x58,0x1, + 0xf9,0xfb,0x7,0x56,0x40,0xfe,0xfe,0x49,0x15,0x50,0x84,0x7f,0x50,0x5,0x14,0xe1, + 0x9f,0x50,0x1,0xc5,0xf8,0x7,0x54,0xc0,0x95,0x47,0x8a,0x39,0x30,0x91,0x2,0x8a, + 0xf2,0x37,0xfb,0x61,0x18,0x7,0x7e,0xe8,0xf5,0xa2,0xe,0x4c,0xa2,0x80,0xe2,0xfc, + 0xcd,0xd6,0x87,0x70,0x60,0xc7,0x81,0xe2,0xe,0x4c,0xa0,0x80,0x22,0xfd,0xed,0xd8, + 0xa5,0xfe,0x7,0xb6,0x6f,0x29,0xf2,0xc2,0xe8,0xb,0x28,0xd4,0xdf,0xec,0xe5,0x19, + 0xee,0x17,0xfe,0xa0,0xd8,0xb,0x23,0x2f,0x60,0xad,0x15,0xbc,0xad,0xde,0x17,0x7e, + 0xa2,0xe8,0xb,0xa3,0x2e,0xa0,0x70,0x7f,0xb3,0xcf,0x38,0x9f,0xf8,0xa4,0x51,0x80, + 0xa7,0xbf,0xf5,0xfa,0xfe,0x57,0xc1,0xab,0x4b,0x38,0x31,0xda,0x2,0xca,0xf0,0x37, + 0x73,0xfd,0xfd,0x99,0xb6,0x5e,0xa3,0x0,0x5f,0x7f,0xdb,0x3b,0xd6,0xf1,0xc6,0xeb, + 0xcb,0xb9,0x31,0xca,0x2,0x4a,0xf2,0x37,0xfb,0xa4,0xe3,0x91,0xbf,0x2e,0xe9,0xc6, + 0xe3,0x8b,0xf1,0x1f,0x71,0xdf,0xf1,0x3b,0x72,0xfc,0xeb,0x46,0x1,0xde,0xfe,0xb6, + 0xcf,0xef,0xca,0xf9,0xe5,0x5d,0x19,0x59,0x1,0x6b,0xac,0xc4,0xcd,0x72,0x3b,0xf3, + 0x5e,0xa3,0x0,0x7f,0x7f,0xbb,0xdd,0xed,0xce,0x1,0xa3,0x0,0x7f,0x7f,0xbb,0xdf, + 0xeb,0xce,0x71,0x43,0x46,0x1,0xfe,0xfe,0xf6,0x7b,0xaf,0x43,0x3b,0x4b,0x3e,0x34, + 0x92,0x2,0xca,0xf6,0xb7,0x1d,0x5e,0x97,0x5e,0x60,0x14,0x10,0x80,0xbf,0xfd,0xc3, + 0xeb,0xd4,0x2b,0x8c,0x2,0x2,0xf0,0x37,0x1b,0xef,0x74,0xeb,0x52,0xa3,0x80,0x10, + 0xfc,0xed,0x1c,0xa7,0x63,0x6f,0x30,0xa,0x8,0xc1,0xff,0xd,0xaf,0x6b,0x2f,0x31, + 0xa,0x38,0x7d,0xab,0x3d,0x9e,0x11,0x7b,0xce,0xeb,0xdc,0x59,0x46,0x1,0x1,0xf8, + 0xdb,0x16,0xaf,0x7b,0xdf,0x69,0x14,0x10,0x80,0xbf,0xfd,0xd2,0xed,0xe2,0x23,0x14, + 0x10,0x80,0xbf,0x7d,0xdd,0xed,0xe4,0x6d,0x46,0x1,0xfe,0xfe,0x76,0xb1,0xdb,0xcd, + 0x9b,0x8c,0x2,0xfc,0xfd,0x7,0xc7,0xb8,0x1d,0x3d,0xdb,0x28,0xe0,0xa4,0xff,0x90, + 0xdb,0x73,0xf1,0x33,0xc7,0xb3,0xf,0xf8,0x15,0xb0,0x4,0xff,0xff,0xce,0xf3,0xb7, + 0x42,0xef,0x31,0xa,0xf0,0xf6,0x3f,0xe4,0xf9,0xe,0xc3,0xdd,0x43,0x14,0x70,0x62, + 0xab,0x1c,0x9f,0x6,0xdb,0xe4,0x7a,0xfa,0x3,0x46,0x1,0xbe,0xfe,0x2f,0xf9,0xbe, + 0xf7,0xee,0xf9,0x55,0xa,0x70,0xf5,0x77,0xff,0xb,0xf1,0x1f,0x9b,0x7a,0x1,0xbe, + 0xfe,0x3,0xde,0xff,0x25,0x64,0xe6,0x9b,0xe2,0x5,0xf8,0xfa,0x1f,0xbd,0xd8,0xfd, + 0x9,0x58,0x6c,0xd2,0x5,0xf8,0xfa,0xdb,0xca,0x0,0x3e,0x5,0xde,0xa9,0x5c,0x80, + 0xb3,0xff,0xbd,0x21,0xbc,0x6,0x6a,0x7b,0x5c,0xb7,0x0,0x67,0xff,0x3f,0x8e,0xb, + 0xe2,0x55,0xf0,0x3b,0x76,0xa9,0x16,0xb0,0xd2,0xd7,0xff,0xd9,0x9,0x81,0x7c,0x1f, + 0x3c,0x63,0x40,0xb3,0x0,0x6f,0xff,0x89,0xc1,0xfc,0x24,0x4c,0xb3,0x0,0x67,0xff, + 0xde,0x70,0xfc,0x35,0xb,0xc0,0x5f,0xbb,0x0,0xfc,0xb5,0xb,0xc0,0x5f,0xbb,0x0, + 0xfc,0xb5,0xb,0xc0,0x3f,0xc4,0x2,0x96,0xe2,0x4f,0x1,0xa5,0xec,0x56,0xfc,0xa5, + 0xb,0xc0,0x5f,0xbb,0x0,0xfc,0xb5,0xb,0xc0,0x5f,0xbb,0x0,0xfc,0xb5,0xb,0xc0, + 0x5f,0xbb,0x0,0x67,0xff,0xed,0x31,0xf8,0xa7,0x5c,0x0,0xfe,0xda,0x5,0xdc,0xe2, + 0xec,0xdf,0x91,0x65,0x14,0xe0,0x58,0x0,0xfe,0xda,0x5,0xe0,0xaf,0x5d,0x0,0xfe, + 0xda,0x5,0xe0,0xaf,0x5d,0x0,0xfe,0xda,0x5,0xe0,0xaf,0x5d,0x0,0xfe,0xda,0x5, + 0xe0,0x1f,0x6b,0x1,0xcb,0x72,0xb9,0xe2,0x66,0xfc,0xa5,0xb,0xc0,0x5f,0xbb,0x0, + 0x67,0xff,0xbe,0xb8,0xfd,0xe3,0x2f,0x0,0x7f,0xed,0x2,0xf0,0xd7,0x2e,0x0,0x7f, + 0xed,0x2,0xf0,0xd7,0x2e,0x0,0x7f,0xed,0x2,0xf0,0xd7,0x2e,0xa0,0x7,0x7f,0xe9, + 0x2,0xbc,0xfd,0x27,0x65,0x19,0x5,0x38,0x16,0x80,0xbf,0x76,0x1,0xf8,0x6b,0x17, + 0x80,0xbf,0x76,0x1,0xf8,0x6b,0x17,0x80,0xbf,0x76,0x1,0xce,0xfe,0x3b,0xd2,0xf5, + 0x8f,0xa3,0x0,0xfc,0x53,0x2e,0x60,0x79,0xcd,0x47,0xb8,0x2,0x7f,0xe9,0x2,0xf0, + 0xd7,0x2e,0x0,0x7f,0xed,0x2,0xf0,0xd7,0x2e,0x0,0x7f,0xed,0x2,0xf0,0xd7,0x2e, + 0x0,0x7f,0xed,0x2,0xf0,0xd7,0x2e,0x0,0x7f,0xed,0x2,0x6e,0xc2,0x5f,0xba,0x0, + 0x6f,0xff,0xf3,0xb2,0x8c,0x2,0x1c,0xb,0xc0,0x5f,0xbb,0x0,0x67,0xff,0x7e,0x4d, + 0xff,0x70,0xa,0xc0,0x5f,0xbb,0x0,0xfc,0xb5,0xb,0xc0,0x5f,0xbb,0x0,0xfc,0xb5, + 0xb,0xf8,0x11,0xfe,0xda,0x5,0x18,0xfe,0x14,0x80,0x3f,0x5,0xe0,0x4f,0x1,0xf8, + 0x53,0x0,0xfe,0x14,0x80,0x3f,0x5,0xe0,0x4f,0x1,0x85,0x6f,0x27,0xfe,0xd2,0x5, + 0xe0,0xaf,0x5d,0x0,0xfe,0xda,0x5,0xec,0x9c,0xc,0xb6,0x72,0x1,0xf8,0x6b,0x17, + 0x80,0xbf,0x76,0x1,0xf8,0x6b,0x17,0x80,0xbf,0x76,0x1,0xf8,0x6b,0x17,0x80,0xbf, + 0x76,0x1,0xf8,0x6b,0x17,0x80,0xbf,0x76,0x1,0xf8,0x6b,0x17,0x80,0xbf,0x76,0x1, + 0xf8,0x6b,0x17,0xb0,0xb,0x7f,0xe9,0x2,0xf0,0xd7,0x2e,0x0,0x7f,0xed,0x2,0xf0, + 0xd7,0x2e,0x0,0x7f,0xed,0x2,0x76,0x75,0x42,0xa9,0x5c,0x0,0xfe,0xda,0x5,0xe0, + 0xaf,0x5d,0x0,0xfe,0xda,0x5,0xe0,0xaf,0x5d,0x0,0xfe,0xda,0x5,0xe0,0xaf,0x5d, + 0x0,0xfe,0xda,0x5,0xe0,0xaf,0x5d,0xc0,0x6e,0xfc,0xa5,0xb,0xc0,0x5f,0xbb,0x0, + 0xfc,0xb5,0xb,0xc0,0x5f,0xbb,0x0,0xfc,0xb5,0xb,0xc0,0x5f,0xbb,0x0,0xfc,0xb5, + 0xb,0xc0,0x5f,0xbb,0x0,0xfc,0xb5,0xb,0xd8,0x3d,0x5,0x26,0xe5,0x2,0xf0,0xd7, + 0x2e,0x0,0x7f,0xed,0x2,0xf0,0xd7,0x2e,0x0,0x7f,0xed,0x2,0xf6,0xe0,0x2f,0x5d, + 0x0,0xfe,0xda,0x5,0xe0,0xaf,0x5d,0x0,0xfe,0xda,0x5,0xe0,0xaf,0x5d,0x0,0xfe, + 0xda,0x5,0xe0,0xaf,0x5d,0x0,0xfe,0xda,0x5,0xe0,0xaf,0x5d,0x0,0xfe,0xda,0x5, + 0xe0,0xaf,0x5d,0xc0,0x9e,0xa9,0x30,0x28,0x17,0x80,0xbf,0xf3,0x36,0x3a,0x7,0xb0, + 0x1,0x2,0xd7,0xdd,0x34,0xe4,0x1c,0x40,0x75,0x21,0x8,0xca,0xfe,0x14,0xa0,0xee, + 0x4f,0x1,0xea,0xfe,0x14,0xa0,0xee,0x4f,0x1,0xea,0xfe,0x14,0xa0,0xee,0x4f,0x1, + 0xea,0xfe,0x14,0x50,0xfa,0x56,0x84,0xe5,0x4f,0x1,0xea,0xfe,0x14,0xa0,0xee,0x4f, + 0x1,0xea,0xfe,0x14,0xa0,0xee,0x4f,0x1,0xea,0xfe,0x14,0xa0,0xee,0x4f,0x1,0xea, + 0xfe,0x14,0xa0,0xee,0x4f,0x1,0x5,0xaf,0x27,0x74,0x7f,0xa,0x50,0xf7,0xa7,0x0, + 0x75,0x7f,0xa,0x50,0xf7,0xa7,0x0,0x75,0x7f,0xa,0x50,0xf7,0xa7,0x0,0x75,0x7f, + 0xa,0x50,0xf7,0xa7,0x0,0x75,0x7f,0xa,0xc8,0x75,0x37,0xc7,0xe7,0x4f,0x1,0xea, + 0xfe,0x14,0xa0,0xee,0x4f,0x1,0xea,0xfe,0x14,0xa0,0xee,0x4f,0x1,0xea,0xfe,0x14, + 0xa0,0xee,0x4f,0x1,0xea,0xfe,0x14,0xd0,0xd2,0x6e,0x89,0xdf,0x9f,0x2,0xd4,0xfd, + 0x29,0x40,0xdd,0x9f,0x2,0xd4,0xfd,0x29,0x40,0xdd,0x9f,0x2,0xd4,0xfd,0x29,0x40, + 0xdd,0x9f,0x2,0xd4,0xfd,0x29,0x40,0xdd,0x9f,0x2,0x1a,0xd8,0xad,0x29,0xfa,0x53, + 0x80,0xba,0x3f,0x5,0xa8,0xfb,0x53,0x80,0xba,0x3f,0x5,0xa8,0xfb,0x53,0x80,0xba, + 0x3f,0x5,0xa8,0xfb,0x53,0x80,0xba,0x3f,0x5,0xa8,0xfb,0x53,0xc0,0x88,0x5b,0xa9, + 0xe1,0x4f,0x1,0xea,0xfe,0x14,0xa0,0xee,0x4f,0x1,0xea,0xfe,0x14,0xa0,0xee,0x4f, + 0x1,0xea,0xfe,0x14,0xa0,0xee,0x4f,0x1,0xea,0xfe,0x14,0x70,0x6a,0xab,0x34,0xfd, + 0x29,0x40,0xdd,0x9f,0x2,0xd4,0xfd,0x29,0xc0,0xdf,0x7f,0xff,0xbc,0x1,0xa,0x50, + 0xf6,0xef,0xca,0x66,0x50,0x80,0xb4,0x7f,0x46,0x1,0xe2,0xfe,0x14,0xa0,0xee,0x4f, + 0x1,0xea,0xfe,0x14,0xe0,0xb3,0xd5,0xc1,0xf8,0x53,0x80,0xba,0x3f,0x5,0xa8,0xfb, + 0x53,0x40,0xe9,0xfe,0x16,0x96,0x3f,0x5,0x48,0xf9,0xef,0xeb,0x1a,0xe6,0x31,0x51, + 0x80,0x8e,0xff,0xf4,0x61,0x1f,0x15,0x5,0x68,0xfb,0x53,0x80,0xba,0x3f,0x5,0x94, + 0xb3,0x35,0xc1,0xfa,0x53,0x80,0xba,0x3f,0x5,0xa8,0xfb,0x53,0x80,0xba,0x3f,0x5, + 0xa8,0xfb,0x53,0x80,0xba,0x3f,0x5,0x24,0xeb,0xff,0xdc,0xf4,0x3a,0x1f,0x27,0x5, + 0xa4,0xe9,0x3f,0xad,0xee,0x47,0x4a,0x1,0xda,0xfe,0x14,0x50,0xc4,0xd6,0x46,0xe4, + 0x4f,0x1,0xea,0xfe,0x14,0xa0,0xee,0x4f,0x1,0xea,0xfe,0x14,0xa0,0xee,0x4f,0x1, + 0xea,0xfe,0x14,0xa0,0xee,0x4f,0x1,0x49,0xf8,0xef,0x9d,0xd6,0xc2,0x63,0xa7,0x80, + 0xd6,0xb7,0x2e,0x62,0x7f,0xa,0x88,0xdf,0x7f,0x6a,0x8b,0x8f,0x9f,0x2,0xb4,0xfd, + 0x29,0x40,0xdd,0x9f,0x2,0xd4,0xfd,0x29,0x40,0xdd,0x9f,0x2,0xd4,0xfd,0x29,0x40, + 0xdd,0x9f,0x2,0xd4,0xfd,0x29,0xa0,0xf1,0xad,0xf7,0xf5,0xdf,0x33,0x35,0xe7,0x7b, + 0x28,0x40,0xdb,0x9f,0x2,0xd4,0xfd,0x29,0x20,0x26,0xff,0x29,0x85,0x5c,0x45,0x1, + 0xda,0xfe,0x14,0xa0,0xee,0x4f,0x1,0xea,0xfe,0x14,0xa0,0xee,0x4f,0x1,0xb5,0x77, + 0x5b,0xd2,0xfe,0x14,0xa0,0xee,0x4f,0x1,0x41,0xfb,0xef,0x9e,0x52,0xc2,0x8d,0x14, + 0xa0,0xed,0x4f,0x1,0xea,0xfe,0x14,0xa0,0xee,0x4f,0x1,0x61,0xfa,0x77,0x96,0x78, + 0x2b,0x5,0x68,0xfb,0x53,0xc0,0xff,0x6f,0x83,0x94,0x3f,0x5,0xa8,0xfb,0x53,0x80, + 0xba,0x3f,0x5,0x4,0xe4,0xbf,0xab,0xd3,0xe5,0x6a,0xa,0x38,0xb9,0xd5,0x92,0xfe, + 0xfe,0x5,0xdc,0x18,0x88,0xff,0xe5,0x55,0x4d,0x7f,0xf7,0x2,0x8e,0xce,0xd,0xc2, + 0xff,0xdd,0x83,0xaa,0xfe,0xee,0x5,0xbc,0x38,0x35,0x0,0xff,0x73,0xfa,0x75,0xfd, + 0xdd,0xb,0x78,0x72,0xbc,0x7f,0x0,0x8f,0x29,0xfb,0xbb,0x17,0xf0,0x13,0x77,0xff, + 0x2b,0xb5,0xfd,0xdd,0xb,0xb8,0xc6,0xf9,0xfc,0xca,0x5f,0x5d,0xfd,0x27,0x7,0xf0, + 0x35,0xd0,0xb7,0x80,0xbe,0x36,0xdf,0xeb,0x3f,0x2f,0xef,0xef,0x5d,0xc0,0x12,0xd7, + 0xdb,0xc7,0xec,0xc4,0xdf,0xb9,0x80,0x7d,0xe3,0x3c,0x4f,0xbf,0xce,0xf1,0xf2,0x9d, + 0xa1,0xf8,0x3b,0x17,0xb0,0xd2,0xf3,0xf2,0x9f,0xe2,0xef,0x5e,0xc0,0x56,0xcf,0xaf, + 0x0,0x2f,0xe3,0xef,0x5e,0xc0,0xf1,0x9,0x7e,0x67,0x7f,0x14,0xff,0x0,0xa,0x58, + 0xe4,0x77,0xf5,0xd7,0xf0,0xf,0xa0,0x80,0x9f,0xfb,0x1d,0xbd,0xd,0xff,0x0,0xa, + 0x18,0xf4,0xfb,0x51,0xc0,0xf3,0xf8,0x87,0x50,0x80,0xdb,0xd3,0x51,0x39,0x86,0x7f, + 0x8,0x5,0x5c,0xe0,0x75,0xf0,0x44,0x1f,0xff,0xf3,0xb2,0x8c,0x2,0xfe,0x77,0xb, + 0xbc,0xee,0x9d,0xed,0x71,0x6d,0x7f,0xb8,0xfe,0x5e,0x5,0xf4,0x78,0x9d,0x7b,0x29, + 0xfe,0x41,0x14,0xf0,0x65,0xaf,0x6b,0xbb,0xf1,0xf,0xa2,0x80,0x2f,0x79,0x1d,0x3b, + 0x9,0xff,0x20,0xa,0x58,0xee,0x75,0x6b,0xdb,0x31,0xfc,0x43,0x28,0xe0,0x53,0x6e, + 0xb7,0xbe,0x80,0x7f,0x8,0x5,0x74,0xbb,0x9d,0xfa,0x67,0xfc,0x43,0x28,0xa0,0xc3, + 0xed,0xd2,0x3b,0xf1,0xf,0xa0,0x80,0x83,0x15,0xb7,0x43,0x2f,0xc1,0x3f,0x80,0x2, + 0xee,0xf3,0xbb,0x73,0xec,0xa1,0xd2,0xae,0xdc,0x11,0x93,0x7f,0xb9,0x5,0x5c,0xeb, + 0x78,0xe7,0x43,0xf8,0xbb,0x17,0x70,0xf4,0x6c,0xc7,0x33,0x97,0x94,0xe5,0x3f,0x29, + 0xcb,0x28,0x60,0xf8,0xfd,0xce,0xf3,0xca,0xf6,0x3,0xf8,0x7b,0x17,0x70,0x83,0xeb, + 0x95,0x3d,0xf8,0x3b,0x17,0xf0,0x4c,0xc5,0xf5,0xc8,0xb1,0x7b,0xf0,0xf7,0x2d,0x60, + 0x81,0xf3,0x91,0xb,0xf1,0x77,0x2d,0x60,0x8b,0xf7,0x8d,0x6d,0x7f,0xc2,0xdf,0xb1, + 0x80,0xa1,0x8f,0xb9,0xdf,0x38,0xe5,0x6f,0xf8,0xfb,0x15,0xf0,0xd5,0x0,0x6e,0xfc, + 0xc8,0xe1,0x2,0xf,0xec,0x8b,0xdb,0xbf,0xe8,0x2,0x7e,0x55,0x9,0xe1,0xc6,0x65, + 0xf8,0x3b,0x15,0xb0,0xfd,0xac,0x30,0x6e,0xfc,0x26,0xfe,0x2e,0x5,0xbc,0x32,0x33, + 0x90,0x13,0x2b,0xf7,0xe0,0xef,0x50,0xc0,0xa1,0x39,0xc1,0x9c,0x58,0x4c,0x1,0x89, + 0xf8,0x17,0x55,0x40,0x40,0xfe,0xc5,0x14,0xd0,0xd7,0x91,0x65,0x14,0x10,0x87,0x7f, + 0x11,0x5,0x24,0xe4,0x5f,0x44,0x1,0x81,0xf9,0xe7,0x5f,0x40,0x52,0xfe,0xf9,0x17, + 0x10,0x9c,0x7f,0xde,0x5,0x24,0xe6,0x9f,0x77,0x1,0x1,0xfa,0xe7,0x5b,0xc0,0xf6, + 0xd4,0xfc,0xf3,0x2d,0x20,0x48,0xff,0x3c,0xb,0x48,0xd0,0x3f,0xcf,0x2,0x2,0xf5, + 0xcf,0xaf,0x80,0x24,0xfd,0xf3,0x2b,0x20,0x58,0xff,0xbc,0xa,0x48,0xd4,0x3f,0xaf, + 0x2,0x2,0xf6,0xcf,0xa7,0x80,0x64,0xfd,0xf3,0x29,0x20,0x68,0xff,0x3c,0xa,0x48, + 0xd8,0x3f,0x8f,0x2,0x2,0xf7,0x6f,0xbd,0x80,0xa4,0xfd,0x5b,0x2f,0x20,0x78,0xff, + 0x56,0xb,0x48,0xdc,0xbf,0xd5,0x2,0x22,0xf0,0x6f,0xad,0x80,0xed,0x13,0xb3,0x8c, + 0x2,0xe2,0xf6,0x6f,0xa5,0x80,0xde,0xf4,0xfd,0x5b,0x29,0x20,0x12,0xff,0xe6,0xb, + 0x90,0xf0,0x6f,0xbe,0x80,0x68,0xfc,0x9b,0x2d,0x40,0xc4,0xbf,0xd9,0x2,0x22,0xf2, + 0x6f,0xae,0x0,0x19,0xff,0xe6,0xa,0x88,0xca,0xbf,0x99,0x2,0x84,0xfc,0x9b,0x29, + 0x20,0x32,0xff,0xc6,0xb,0x90,0xf2,0x6f,0xbc,0x80,0xe8,0xfc,0x1b,0x2d,0x40,0xcc, + 0xbf,0xd1,0x2,0x22,0xf4,0x6f,0xac,0x0,0x39,0xff,0xc6,0xa,0x88,0xd2,0xbf,0x91, + 0x2,0x4,0xfd,0x1b,0x29,0x20,0x52,0xff,0xfa,0xb,0x78,0x56,0xd1,0xbf,0xfe,0x2, + 0xa2,0xf5,0x3f,0x51,0xc0,0xe6,0xa1,0x3a,0xe,0xfc,0xc3,0xbb,0x32,0xcd,0x75,0xd5, + 0xf5,0xae,0x8b,0x2f,0x5d,0x14,0xf3,0x8d,0x9f,0x7b,0xad,0xe6,0x81,0xdf,0x1e,0x9b, + 0xa9,0xee,0xdc,0xc7,0x6b,0xfb,0x3f,0x35,0x2d,0xee,0x1b,0xbb,0x6b,0x7c,0x9e,0x3b, + 0xbc,0x3c,0x13,0xde,0x98,0x9a,0x7f,0x56,0x79,0xff,0x5b,0x63,0xbf,0x71,0xc2,0xa3, + 0xa3,0xdd,0xd7,0x3f,0x27,0xd3,0xde,0xd2,0x51,0xff,0xb8,0xbe,0x7a,0x7b,0xa,0x37, + 0xce,0x7d,0x62,0xa4,0xfb,0x6,0x96,0x8d,0xc9,0xd4,0xd7,0x75,0x5f,0x75,0xc4,0x7f, + 0xff,0xf1,0xc0,0xf9,0x89,0x1c,0x79,0xc5,0xb0,0x6f,0x32,0x7f,0x70,0x6d,0x7b,0xc6, + 0xb2,0xec,0x7d,0xbf,0x18,0xfe,0xa5,0xf2,0xa3,0xdd,0xe9,0xdc,0x58,0x99,0xb3,0xf9, + 0xe9,0x33,0x3e,0xf8,0xef,0x9e,0x3f,0x1e,0xfb,0x93,0x2f,0x94,0xee,0xda,0x7b,0xa6, + 0xfe,0x81,0xef,0x5e,0x94,0xda,0x95,0x9d,0x3d,0x77,0x3f,0xb2,0x75,0xff,0xe1,0xea, + 0xb,0x7f,0x79,0xec,0xfb,0x77,0x7c,0x0,0xf5,0xd3,0x37,0xeb,0xb,0x4f,0xc,0x9e, + 0xfa,0xc6,0x7f,0xdb,0xa6,0xd9,0xe9,0x5e,0xda,0x6,0xf6,0x48,0x6b,0x9f,0x76,0xe1, + 0x82,0x4f,0x7f,0x78,0xfa,0x5b,0x78,0x26,0x18,0x63,0x8c,0x31,0xc6,0x18,0x63,0x8c, + 0x31,0xc6,0x18,0x63,0x8c,0x31,0xc6,0x18,0x63,0x8c,0x31,0xc6,0x18,0x63,0x8c,0x31, + 0xc6,0x18,0x63,0x8c,0x31,0xc6,0x18,0x63,0x8c,0x31,0xc6,0x18,0x63,0x8c,0x31,0xc6, + 0x18,0x63,0x8c,0x31,0xc6,0x18,0x63,0x8c,0x31,0xc6,0x18,0x63,0x8c,0x31,0xc6,0x18, + 0x63,0x8c,0x31,0xc6,0x18,0x63,0x8c,0x31,0xc6,0x18,0x63,0x8c,0x31,0xc6,0x18,0x63, + 0x2c,0xee,0xfd,0xb,0xef,0x3a,0x73,0xbf,0xf5,0x42,0xf3,0x88,0x0,0x0,0x0,0x0, + 0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // /Users/LuChen/Documents/groundstation/groundstation/targetlist-old/targetlist/round75.png + 0x0,0x0,0x1d,0xdf, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x2,0x0,0x0,0x0,0x2,0x0,0x8,0x3,0x0,0x0,0x0,0xc3,0xa6,0x24,0xc8, + 0x0,0x0,0x0,0x3,0x73,0x42,0x49,0x54,0x8,0x8,0x8,0xdb,0xe1,0x4f,0xe0,0x0, + 0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0x8,0xdc,0x0,0x0,0x8,0xdc,0x1, + 0x9f,0xe8,0x5f,0x3c,0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74, + 0x77,0x61,0x72,0x65,0x0,0x77,0x77,0x77,0x2e,0x69,0x6e,0x6b,0x73,0x63,0x61,0x70, + 0x65,0x2e,0x6f,0x72,0x67,0x9b,0xee,0x3c,0x1a,0x0,0x0,0x2,0xfa,0x50,0x4c,0x54, + 0x45,0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x5a,0xc0,0x1c,0xf7,0x0, + 0x0,0x0,0xfd,0x74,0x52,0x4e,0x53,0x0,0x1,0x2,0x3,0x4,0x5,0x6,0x7,0x8, + 0x9,0xa,0xb,0xc,0xd,0xe,0xf,0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x17,0x18, + 0x19,0x1a,0x1b,0x1c,0x1d,0x1e,0x1f,0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,0x28, + 0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,0x30,0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38, + 0x39,0x3a,0x3b,0x3c,0x3d,0x3e,0x3f,0x40,0x41,0x42,0x43,0x44,0x45,0x46,0x47,0x48, + 0x49,0x4a,0x4b,0x4c,0x4d,0x4e,0x4f,0x50,0x51,0x52,0x53,0x54,0x55,0x56,0x57,0x58, + 0x59,0x5a,0x5b,0x5c,0x5d,0x5e,0x5f,0x60,0x61,0x62,0x63,0x64,0x65,0x66,0x67,0x68, + 0x69,0x6a,0x6b,0x6c,0x6d,0x6e,0x6f,0x70,0x72,0x73,0x74,0x75,0x76,0x77,0x78,0x79, + 0x7a,0x7b,0x7c,0x7d,0x7e,0x7f,0x80,0x81,0x82,0x83,0x84,0x85,0x86,0x87,0x88,0x89, + 0x8a,0x8b,0x8c,0x8d,0x8e,0x8f,0x90,0x91,0x92,0x93,0x94,0x95,0x96,0x97,0x98,0x99, + 0x9a,0x9b,0x9c,0x9d,0x9e,0x9f,0xa0,0xa1,0xa2,0xa3,0xa4,0xa5,0xa6,0xa7,0xa8,0xa9, + 0xaa,0xab,0xac,0xad,0xae,0xaf,0xb0,0xb1,0xb2,0xb3,0xb4,0xb5,0xb6,0xb7,0xb8,0xb9, + 0xba,0xbb,0xbc,0xbd,0xbe,0xbf,0xc1,0xc2,0xc3,0xc4,0xc5,0xc6,0xc7,0xc8,0xc9,0xca, + 0xcb,0xcc,0xcd,0xce,0xcf,0xd0,0xd1,0xd2,0xd3,0xd4,0xd5,0xd6,0xd7,0xd8,0xd9,0xda, + 0xdb,0xdc,0xdd,0xde,0xdf,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,0xe8,0xe9,0xea, + 0xeb,0xec,0xed,0xee,0xef,0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,0xf7,0xf8,0xf9,0xfa, + 0xfb,0xfc,0xfd,0xfe,0x89,0xd3,0xdd,0x94,0x0,0x0,0x19,0x4e,0x49,0x44,0x41,0x54, + 0x18,0x19,0xed,0xc1,0xb,0x74,0x55,0x77,0x9d,0x2f,0xf0,0xef,0x9,0x6f,0x72,0x52, + 0x8,0xf,0x63,0x1f,0x24,0xed,0x28,0xf1,0x22,0xa7,0xa0,0xa0,0xe2,0x83,0x3e,0xa0, + 0xc,0x15,0xa8,0xb0,0x7,0x86,0xb,0xb4,0x16,0x76,0x49,0x8b,0x16,0x87,0x96,0x8b, + 0x56,0x4b,0xeb,0x2d,0x31,0xbe,0x78,0xb4,0x16,0x1a,0x9c,0x5a,0x1,0x25,0xc3,0x23, + 0x76,0x86,0xb6,0x83,0xd2,0x8a,0xe0,0xb4,0x68,0x28,0xf,0x81,0x4b,0x7,0x9,0x41, + 0xa0,0x95,0x6,0x2b,0xd8,0x92,0x0,0x49,0xe,0x25,0xe7,0xe4,0xbb,0xd6,0x9d,0xe5, + 0x72,0xcd,0x8c,0x3a,0x55,0xf6,0x6f,0xef,0xff,0x7f,0xef,0x7d,0xce,0xef,0xf3,0x1, + 0x94,0x52,0x4a,0x29,0xa5,0x94,0x52,0x4a,0x29,0xa5,0x94,0x52,0x4a,0x29,0xa5,0x94, + 0x52,0x4a,0x29,0xa5,0x94,0x52,0x4a,0x29,0xa5,0x94,0x52,0x4a,0x29,0xa5,0x94,0x52, + 0x4a,0x29,0xa5,0x94,0x52,0x4a,0x29,0xa5,0x94,0x52,0x4a,0x29,0xa5,0x94,0x52,0x4a, + 0x29,0xa5,0x94,0x52,0x4a,0x29,0xa5,0x94,0x52,0x4a,0x29,0xa5,0x94,0x52,0x4a,0x29, + 0xa5,0x94,0x52,0x4a,0x29,0xa5,0x2,0x50,0x58,0x3a,0x6c,0xec,0x8c,0x79,0x95,0xd5, + 0xb5,0xdb,0xea,0xf6,0x1e,0xac,0x3f,0xde,0x78,0xa6,0xb9,0x2d,0x93,0x69,0x6b,0x3e, + 0xd3,0x78,0xbc,0xfe,0xe0,0xde,0xba,0x6d,0xb5,0xd5,0x95,0xf3,0x66,0x8c,0x1d,0x56, + 0x5a,0x8,0x95,0x5b,0x8a,0x87,0x4d,0x5e,0x50,0xbd,0xe5,0x70,0x2b,0x2f,0x53,0xeb, + 0xe1,0x2d,0xd5,0xb,0x26,0xf,0x2b,0x86,0x8a,0xb9,0x82,0xf2,0x29,0x95,0x9b,0xe, + 0x34,0x53,0xa8,0xf9,0xc0,0xa6,0xca,0x29,0xe5,0x5,0x50,0x31,0xd4,0x7f,0xf4,0xfc, + 0xd5,0x7b,0x5b,0x19,0x80,0xd6,0xbd,0xab,0xe7,0x8f,0xee,0xf,0x15,0x1f,0xa5,0xb3, + 0xd6,0x9e,0x64,0xc0,0x4e,0xae,0x9d,0x55,0xa,0x15,0x7d,0x25,0xd3,0x9f,0x3a,0x46, + 0x43,0x8e,0x3d,0x35,0xbd,0x4,0x2a,0xba,0x8a,0x9d,0x15,0x87,0x68,0xd8,0xa1,0x15, + 0x4e,0x31,0x54,0xf4,0x24,0xc7,0x2d,0xdd,0x97,0xa5,0x15,0xd9,0x7d,0x4b,0xc7,0x25, + 0xa1,0xa2,0xa3,0xfb,0xa8,0xaa,0xba,0x76,0x5a,0xd5,0x5e,0x57,0x35,0xaa,0x3b,0x54, + 0x4,0x14,0x8c,0xa9,0x69,0x61,0x28,0x5a,0x6a,0xc6,0x14,0x40,0x85,0x2b,0xb5,0xb8, + 0x91,0x21,0x6a,0x5c,0x9c,0x82,0xa,0x4d,0xc9,0xfc,0xfd,0xc,0xdd,0xfe,0xf9,0x25, + 0x50,0x21,0xe8,0x31,0x6d,0x4b,0x3b,0x23,0xa1,0x7d,0xcb,0xb4,0x1e,0x50,0x56,0x25, + 0x6e,0x5a,0x75,0x8e,0x11,0x72,0x6e,0xd5,0x4d,0x9,0x28,0x5b,0xca,0xab,0x5e,0x63, + 0xe4,0xbc,0x56,0x55,0xe,0x65,0x41,0xd1,0xdc,0x5d,0x8c,0xa8,0x5d,0x73,0x8b,0xa0, + 0xcc,0xea,0xb3,0xe8,0x2c,0x23,0xec,0xec,0xa2,0x3e,0x50,0xe6,0x94,0x2c,0xb9,0xc0, + 0x88,0xbb,0xb0,0xa4,0x4,0xca,0x8c,0xd2,0xea,0x34,0x63,0x20,0x5d,0x5d,0xa,0x15, + 0xbc,0xf2,0x35,0x97,0x18,0x13,0x97,0xd6,0x94,0x43,0x5,0x6b,0x48,0x6d,0x96,0x31, + 0x92,0xad,0x1d,0x2,0x15,0x9c,0x11,0x9b,0x3b,0x18,0x33,0x1d,0x9b,0x47,0x40,0x5, + 0x63,0xd4,0x76,0xc6,0xd2,0xf6,0x51,0x50,0xfe,0x4d,0xd8,0xc9,0xd8,0xda,0x39,0x1, + 0xca,0x9f,0xe1,0xbb,0x19,0x6b,0xbb,0x87,0x43,0xc9,0xf5,0x5e,0x99,0x65,0xcc,0x65, + 0x57,0xf6,0x86,0x12,0x9a,0x79,0x9a,0x39,0xe0,0xf4,0x4c,0x28,0x89,0xd4,0xe,0xe6, + 0x88,0x1d,0x29,0x28,0xaf,0x92,0xcb,0xda,0x99,0x33,0xda,0x97,0x25,0xa1,0x3c,0x99, + 0xda,0xc8,0x9c,0xd2,0x38,0x15,0xea,0xf2,0xd,0xdc,0xca,0x9c,0xb3,0x75,0x20,0xd4, + 0xe5,0xe9,0x51,0x75,0x91,0x39,0xe8,0x62,0x55,0xf,0xa8,0xcb,0x70,0xdb,0x9,0xe6, + 0xa8,0x13,0xb7,0x41,0xfd,0x35,0x65,0xcf,0x31,0x87,0x3d,0x57,0x6,0xf5,0x17,0xcd, + 0x6e,0x65,0x4e,0x6b,0x9d,0xd,0xf5,0xce,0xa,0x6b,0x98,0xf3,0x6a,0xa,0xa1,0xde, + 0x41,0xaa,0x9e,0x79,0xa0,0x3e,0x5,0xf5,0x3f,0xaa,0x68,0x63,0x5e,0x68,0xab,0x80, + 0xfa,0x73,0xc9,0x75,0xcc,0x1b,0xeb,0x92,0x50,0x7f,0x62,0xc8,0x11,0xe6,0x91,0x23, + 0x43,0xa0,0xfe,0xc8,0x3d,0x6d,0xcc,0x2b,0x6d,0xf7,0x40,0xfd,0x97,0xe4,0x7a,0xe6, + 0x9d,0xf5,0x49,0xa8,0x3f,0x18,0xda,0xc0,0x3c,0xd4,0x30,0x14,0xea,0xf7,0xe6,0xa4, + 0x99,0x97,0xd2,0x73,0xa0,0x80,0xa2,0x8d,0xcc,0x5b,0x1b,0x8b,0x90,0xf7,0x52,0x47, + 0x99,0xc7,0x8e,0xa6,0x90,0xe7,0x6e,0x68,0x62,0x5e,0x6b,0xba,0x1,0x79,0x6d,0x52, + 0x9a,0x79,0x2e,0x3d,0x9,0x79,0xac,0x22,0xc3,0xbc,0x97,0xa9,0x40,0xde,0x5a,0x48, + 0xf5,0x1f,0x16,0x22,0x3f,0x25,0x96,0x53,0xfd,0xde,0xf2,0x4,0xf2,0x50,0x97,0xd, + 0x54,0x7f,0xb0,0xa1,0xb,0xf2,0x4e,0x72,0x2b,0xd5,0x7f,0xda,0x9a,0x44,0x9e,0xe9, + 0xb7,0x87,0xea,0xbf,0xd9,0xd3,0xf,0x79,0xa5,0xac,0x81,0xea,0x8f,0x34,0x94,0x21, + 0x8f,0xa4,0x4e,0x51,0xfd,0x89,0x53,0x29,0xe4,0x8d,0x91,0x4d,0x54,0x7f,0xa6,0x69, + 0x24,0xf2,0xc4,0xc4,0x36,0x86,0x2a,0x7b,0xae,0xb1,0x7e,0xcf,0x4f,0x9f,0xad,0x59, + 0xf9,0xcd,0x87,0xee,0xbb,0xeb,0xd3,0xf7,0x3e,0x50,0xf5,0xf8,0xea,0x7f,0xfe,0x71, + 0xdd,0x2b,0xaf,0xbe,0xf9,0x36,0x43,0xd5,0x36,0x11,0x79,0xe1,0xce,0xc,0xc3,0x91, + 0x3d,0xf1,0xc2,0xe3,0xf7,0x8e,0x1e,0x90,0x4c,0xe0,0x9d,0x74,0xeb,0x37,0xfc,0xf6, + 0xca,0xda,0x3,0xad,0xc,0x47,0xe6,0x4e,0xe4,0x81,0x89,0x19,0x5a,0x77,0xf6,0xe5, + 0xef,0x3f,0x38,0x39,0xd5,0xd,0x97,0x29,0x31,0x60,0xcc,0xe7,0x56,0x6c,0x7d,0x35, + 0x4b,0xdb,0x32,0x13,0x91,0xf3,0x46,0xb6,0xd1,0xaa,0xf4,0x4f,0x1f,0xba,0xb1,0x3f, + 0x44,0xba,0x5f,0x3f,0x7b,0xdd,0x29,0x5a,0xd5,0x36,0x12,0x39,0x2e,0xd5,0x44,0x7b, + 0x2e,0xfd,0xac,0xf2,0xe6,0x6e,0xf0,0xe7,0x7d,0x9f,0x7d,0xfa,0xc,0xed,0x69,0x4a, + 0x21,0xa7,0x95,0x9d,0xa2,0x25,0x99,0xdd,0xdf,0x1c,0xdb,0x13,0x81,0x48,0x5c,0x7f, + 0xdf,0xb3,0x67,0x69,0xc9,0xa9,0x32,0xe4,0xb0,0x7e,0xd,0xb4,0xe2,0xc8,0x63,0x9f, + 0xea,0x85,0x40,0x15,0xc,0xfb,0xfc,0xb,0x97,0x68,0x43,0x43,0x3f,0xe4,0xac,0xe4, + 0x1e,0x5a,0xf0,0xbb,0x27,0x3e,0xc,0x23,0xfa,0xcd,0xdb,0x4b,0xb,0xf6,0x24,0x91, + 0xa3,0xba,0x6c,0xa5,0x71,0x17,0xff,0x65,0x62,0x17,0x98,0x33,0xe8,0x1b,0xaf,0xd3, + 0xb8,0xad,0x5d,0x90,0x93,0x12,0x1b,0x68,0xda,0xce,0xcf,0x16,0xc3,0xb0,0x82,0x5b, + 0x6a,0x5a,0x68,0xd8,0x86,0x4,0x72,0xd1,0x72,0x9a,0x75,0xe2,0x2b,0xef,0x85,0x15, + 0x85,0x33,0xb7,0x67,0x69,0xd4,0x72,0xe4,0xa0,0x85,0x34,0xa9,0x7d,0xed,0xd,0x9, + 0xd8,0x73,0xcd,0x83,0xa7,0x68,0xd2,0x42,0xe4,0x9c,0xa,0x1a,0x94,0x5e,0x59,0x6, + 0xcb,0xba,0x7d,0xe6,0x4,0xd,0xaa,0x40,0x8e,0x99,0x94,0xa1,0x31,0x2d,0xcb,0xae, + 0x44,0x8,0x3a,0xdf,0x59,0x4f,0x63,0x32,0x93,0x90,0x53,0x6e,0x48,0xd3,0x94,0xa6, + 0xaf,0xf4,0x45,0x48,0xa,0xfe,0x7e,0x3f,0x4d,0x49,0xdf,0x80,0x1c,0x92,0x6a,0xa2, + 0x21,0x67,0xbe,0x74,0x5,0xc2,0x34,0xbe,0x8e,0x86,0x34,0xa5,0x90,0x33,0x8a,0x8e, + 0xd2,0x8c,0xd7,0xef,0xef,0x89,0xb0,0x8d,0xda,0x4e,0x33,0x8e,0x16,0x21,0x57,0x6c, + 0xa4,0x11,0x6f,0xcc,0xe9,0x8a,0x28,0x18,0xb1,0x9d,0x46,0x6c,0x44,0x8e,0x98,0x43, + 0x13,0x32,0xcb,0xaf,0x40,0x54,0x4c,0x3b,0x45,0x13,0xe6,0x20,0x27,0xc,0x4d,0xd3, + 0x80,0x9d,0x1f,0x40,0x84,0x14,0x3d,0xd6,0xce,0xe0,0xa5,0x87,0x22,0x7,0x24,0x1b, + 0x18,0xbc,0x37,0xef,0x4e,0x20,0x5a,0xae,0xff,0x39,0x83,0xd7,0x90,0x44,0xfc,0xad, + 0x67,0xe0,0x3a,0xbe,0xdb,0x17,0x91,0x93,0x70,0xcf,0x30,0x70,0xeb,0x11,0x7b,0xf7, + 0x30,0x70,0xfb,0x3f,0x8a,0x48,0x2a,0xfe,0xc7,0x2c,0x83,0x76,0xf,0x62,0x6e,0x48, + 0x1b,0x3,0xd6,0x3c,0xaf,0x13,0xa2,0xea,0xc3,0xbf,0x60,0xc0,0xda,0x86,0x20,0xd6, + 0x92,0x47,0x18,0xb0,0x8d,0xef,0x46,0x84,0x15,0xcc,0x3d,0xcf,0x60,0x1d,0x49,0x22, + 0xce,0xd6,0x31,0x58,0xad,0xb3,0x10,0x71,0x3,0xf,0x30,0x58,0xeb,0x10,0x63,0x15, + 0xc,0xd6,0x2f,0xdf,0x8f,0xc8,0xeb,0xf6,0x6d,0x6,0xab,0x2,0xb1,0x95,0x6a,0x63, + 0xa0,0xbe,0xd7,0x13,0x71,0x30,0xf5,0x1c,0x83,0xd4,0x96,0x42,0x4c,0x15,0xd6,0x33, + 0x48,0x2d,0xb3,0x10,0x13,0xef,0xd9,0xc7,0x20,0xd5,0x17,0x22,0x9e,0x6a,0x18,0xa4, + 0x43,0x83,0x10,0x1b,0x5d,0x9f,0x60,0x90,0x6a,0x10,0x4b,0xb3,0x19,0xa4,0x35,0x3d, + 0x11,0x27,0x93,0x9b,0x19,0xa0,0xd9,0x88,0xa1,0xb2,0x56,0x6,0xa7,0x65,0x26,0x62, + 0xe6,0xba,0x3d,0xc,0x4e,0x6b,0x19,0xe2,0xe7,0x39,0x6,0xe7,0xd0,0x20,0xc4,0x4e, + 0xd7,0xc7,0x19,0x9c,0xe7,0x10,0x3b,0xb7,0x31,0x38,0xdb,0x8a,0x10,0x47,0x77,0x67, + 0x18,0x98,0xdb,0x10,0x33,0x3d,0x4e,0x30,0x30,0x1b,0xbb,0x22,0x9e,0x26,0xa5,0x19, + 0x94,0x13,0x3d,0x10,0x2f,0x55,0xc,0xcc,0xe3,0x9,0xc4,0xd5,0xd,0x4d,0xc,0x4a, + 0x15,0x62,0x65,0xe0,0x45,0x6,0xe5,0x4b,0x88,0xb1,0xeb,0x4f,0x31,0x20,0x17,0x7, + 0x22,0x4e,0xb6,0x32,0x20,0xed,0x77,0x21,0xd6,0xca,0x1a,0x18,0x90,0xad,0x88,0x91, + 0xa9,0xc,0x48,0xeb,0x4,0xc4,0x5c,0xbf,0x3d,0xc,0xc8,0x54,0xc4,0x46,0xb2,0x91, + 0xc1,0x78,0xeb,0x63,0x88,0xbd,0xc2,0x1f,0x33,0x18,0x8d,0x49,0xc4,0xc5,0x32,0x6, + 0xe3,0xe4,0x20,0xe4,0x80,0x2e,0xeb,0x18,0x8c,0x65,0x88,0x89,0x54,0x3b,0x3,0x71, + 0xe8,0x1a,0xe4,0x84,0xc4,0x63,0xc,0x44,0x7b,0xa,0xf1,0xb0,0x83,0x81,0x38,0xdc, + 0x17,0xb9,0x62,0x31,0x3,0xb1,0x3,0xb1,0x30,0x93,0x81,0x78,0x7d,0x0,0x72,0xc7, + 0xf7,0x18,0x88,0x99,0x88,0x81,0xde,0xa7,0x19,0x84,0xb3,0x83,0x91,0x43,0x3a,0xff, + 0x90,0x41,0x38,0xdd,0x1b,0xd1,0xb7,0x92,0x41,0x68,0xfb,0x4,0x72,0x4a,0x8f,0x3a, + 0x6,0x61,0x25,0x22,0x6f,0x78,0x96,0x1,0xc8,0x4c,0x44,0x8e,0xe9,0xf3,0x4b,0x6, + 0x20,0x3b,0x1c,0x51,0xb7,0x9b,0x41,0xa8,0x40,0xce,0xb9,0xe6,0x24,0x3,0xb0,0x1b, + 0x11,0x37,0x81,0x41,0x78,0x8,0x39,0x68,0xd0,0x5b,0xc,0xc0,0x4,0x44,0xdb,0x4e, + 0x6,0xe0,0x9,0x18,0x93,0xe8,0xff,0xc1,0xf1,0xce,0x3b,0x1a,0x3f,0xec,0xca,0x4e, + 0x30,0xe6,0xa3,0xad,0xf4,0x6f,0x27,0x22,0x6d,0x14,0x3,0xf0,0x74,0x1,0xcc,0xe8, + 0x3b,0xeb,0xd9,0x16,0xfe,0x15,0xe9,0x7f,0x75,0xfb,0xc2,0x90,0xf1,0xed,0xf4,0x6f, + 0x14,0xa2,0x6c,0x3b,0xfd,0xfb,0x69,0x57,0x18,0x51,0xbc,0x24,0xcd,0xcb,0xd2,0xfa, + 0xb5,0x5e,0x30,0x63,0x66,0x7,0x7d,0xdb,0x8e,0x8,0x1b,0x41,0xff,0x1a,0xae,0x80, + 0x11,0x77,0x9f,0xe5,0x65,0x7b,0xf3,0x76,0x98,0xf1,0x8,0xfd,0x1b,0x81,0xe8,0xda, + 0x4c,0xdf,0xd2,0x43,0x60,0x42,0xe7,0x27,0xe8,0xc9,0x37,0xb,0x60,0x42,0xc1,0x76, + 0xfa,0xb6,0x19,0x91,0x35,0xa4,0x83,0xbe,0xcd,0x81,0x9,0x9d,0x9f,0xa7,0x47,0x3f, + 0x48,0xc0,0x84,0x92,0xdf,0xd2,0xaf,0x8e,0x21,0x88,0xaa,0x5a,0xfa,0xb6,0x1,0x46, + 0x3c,0x49,0xcf,0xbe,0xe,0x23,0x6e,0xc9,0xd2,0xaf,0x5a,0x44,0x54,0x79,0x96,0x7e, + 0x35,0x14,0xc1,0x84,0xb9,0x14,0x98,0x1,0x23,0x2a,0xe9,0x57,0xb6,0x1c,0xd1,0xb4, + 0x86,0x7e,0xa5,0x87,0xc2,0x84,0x92,0xb,0x14,0x38,0x53,0x4,0x13,0x3a,0xbd,0x48, + 0xbf,0xd6,0x20,0x92,0x4a,0x2f,0xd1,0xaf,0xcf,0xc0,0x88,0x95,0x14,0xf9,0xa,0x8c, + 0xb8,0xf2,0x34,0x7d,0xba,0x54,0x8a,0x28,0xaa,0xa6,0x5f,0x1b,0x61,0xc4,0x80,0x76, + 0x8a,0xb4,0xf4,0x82,0x11,0x63,0x3b,0xe8,0x53,0x35,0x22,0xa8,0x24,0x4d,0x9f,0x8e, + 0x16,0xc1,0x88,0xf9,0x14,0xba,0x1d,0x66,0x7c,0x8d,0x3e,0xa5,0x4b,0x10,0x3d,0x4b, + 0xe8,0x53,0x7a,0x28,0xcc,0x78,0x89,0x42,0x4f,0xc3,0x8c,0x4e,0x3b,0xe8,0xd3,0x12, + 0x44,0x4e,0x9f,0xb,0xf4,0xe9,0x33,0x30,0xa3,0x28,0x4b,0xa1,0xf3,0x30,0xe4,0xea, + 0xdf,0xd1,0x9f,0xb,0x7d,0x10,0x35,0x8b,0xe8,0xd3,0x66,0x18,0x32,0x88,0x62,0xfd, + 0x60,0xc8,0x64,0xfa,0xb4,0x8,0x11,0x53,0x74,0x96,0xfe,0xb4,0x96,0xc1,0x90,0xd1, + 0x14,0x1b,0xa,0x53,0xb6,0xd0,0x9f,0xb3,0x45,0x88,0x96,0xb9,0xf4,0x69,0x21,0x4c, + 0xb9,0x9d,0x62,0xe3,0x60,0xca,0xdf,0xa4,0xe9,0xcf,0x5c,0x44,0xcb,0x2e,0xfa,0x73, + 0xa4,0x2b,0x4c,0x71,0x29,0xe6,0xc0,0x98,0xff,0x4b,0x7f,0x76,0x21,0x52,0xca,0xe9, + 0xd3,0x2d,0x30,0xc6,0xa5,0x98,0x3,0x63,0xba,0xfd,0x8a,0xfe,0x94,0x23,0x4a,0xaa, + 0xe8,0xcf,0x46,0x98,0xe3,0x52,0xcc,0x81,0x39,0xb7,0xd2,0x9f,0x2a,0x44,0x48,0xe2, + 0x35,0xfa,0x72,0xfe,0x4a,0x98,0xe3,0x52,0xcc,0x81,0x41,0xff,0x42,0x5f,0x5e,0x4b, + 0x20,0x3a,0x6e,0xa2,0x3f,0xf3,0x61,0x90,0x4b,0x31,0x7,0x6,0x5d,0x73,0x81,0xbe, + 0xdc,0x84,0xe8,0x58,0x45,0x5f,0xe,0x76,0x82,0x41,0x2e,0xc5,0x1c,0x98,0xf4,0x5, + 0xfa,0xb2,0xa,0x91,0xd1,0xe3,0x1c,0xfd,0xe8,0xf8,0x38,0x4c,0x72,0x29,0xe6,0xc0, + 0xa4,0xce,0x87,0xe8,0xc7,0xb9,0x1e,0x88,0x8a,0x69,0xf4,0x65,0xd,0x8c,0x72,0x29, + 0xe6,0xc0,0xa8,0x1b,0xe9,0xcb,0x34,0x44,0xc5,0x16,0xfa,0xf1,0x56,0x3f,0x18,0xe5, + 0x52,0xcc,0x81,0x59,0x35,0xf4,0x63,0xb,0x22,0xa2,0xa4,0x9d,0x7e,0x3c,0x0,0xb3, + 0x5c,0x8a,0x39,0x30,0xeb,0x9a,0xb7,0xe9,0x43,0x7b,0x9,0xa2,0x61,0x3e,0xfd,0x38, + 0x5b,0x4,0xb3,0x5c,0x8a,0x39,0x30,0xec,0xbb,0xf4,0x63,0x3e,0xa2,0x61,0x3f,0xfd, + 0x78,0x4,0x86,0xb9,0x14,0x73,0x60,0xd8,0x7b,0x32,0xf4,0x61,0x3f,0x22,0x21,0x45, + 0x3f,0xce,0x17,0xc3,0x30,0x97,0x62,0xe,0x4c,0x5b,0x47,0x3f,0x52,0x88,0x82,0xc5, + 0xf4,0x63,0x31,0x4c,0x73,0x29,0xe6,0xc0,0xb4,0xc1,0x1d,0xf4,0x61,0x31,0x22,0xa0, + 0xa0,0x91,0x3e,0xb4,0x95,0xc0,0x34,0x97,0x62,0xe,0x8c,0x7b,0x86,0x3e,0x34,0x16, + 0x20,0x7c,0x63,0xe8,0xc7,0x13,0x30,0xce,0xa5,0x98,0x3,0xe3,0x86,0xd3,0x8f,0x31, + 0x8,0x5f,0xd,0x7d,0xb8,0x34,0x0,0xc6,0xb9,0x14,0x73,0x60,0xde,0xb,0xf4,0xa1, + 0x6,0xa1,0xeb,0xde,0x42,0x1f,0x56,0xc1,0x3c,0x97,0x62,0xe,0xcc,0x1b,0x49,0x1f, + 0x5a,0xba,0x23,0x6c,0xa3,0xe8,0x43,0xe6,0xbd,0x30,0xcf,0xa5,0x98,0x3,0xb,0x5e, + 0xa2,0xf,0xa3,0x10,0xb6,0x2a,0xfa,0xb0,0x1,0x16,0xb8,0x14,0x73,0x60,0xc1,0x58, + 0xfa,0x50,0x85,0xb0,0xd5,0x51,0xae,0x23,0x5,0xb,0x5c,0x8a,0x39,0xb0,0x61,0xf, + 0xe5,0xea,0x10,0xb2,0x64,0x3b,0xe5,0x7e,0x8,0x1b,0x5c,0x8a,0x39,0xb0,0x61,0xa, + 0xe5,0xda,0x93,0x8,0xd7,0x38,0xfa,0x30,0x19,0x36,0xb8,0x14,0x73,0x60,0x43,0x97, + 0x37,0x29,0x37,0xe,0xe1,0x5a,0x4a,0xb9,0xb7,0xba,0xc2,0x6,0x97,0x62,0xe,0xac, + 0xa8,0xa6,0xdc,0x52,0x84,0x6b,0x1f,0xe5,0xbe,0xd,0x2b,0x5c,0x8a,0x39,0xb0,0xe2, + 0x23,0x94,0xdb,0x87,0x50,0x15,0x67,0x29,0xf7,0x51,0x58,0xe1,0x52,0xcc,0x81,0x1d, + 0x47,0x28,0x96,0x2d,0x46,0x98,0x1c,0xca,0x1d,0x85,0x1d,0x2e,0xc5,0x1c,0xd8,0xb1, + 0x90,0x72,0xe,0xc2,0xb4,0x82,0x72,0xf,0xc3,0xe,0x97,0x62,0xe,0xec,0x28,0xed, + 0xa0,0xd8,0xa,0x84,0xe9,0x10,0xc5,0x3a,0xae,0x85,0x1d,0x2e,0xc5,0x1c,0x58,0xf2, + 0x6f,0x14,0x3b,0x84,0x10,0x95,0x50,0xee,0x25,0x58,0xe2,0x52,0xcc,0x81,0x25,0x77, + 0x51,0xae,0x4,0xe1,0x99,0x4e,0xb9,0xa,0x58,0xe2,0x52,0xcc,0x81,0x25,0x45,0xad, + 0x14,0x9b,0x8e,0xf0,0x3c,0x45,0xb1,0xb6,0x2b,0x60,0x89,0x4b,0x31,0x7,0xb6,0xac, + 0xa7,0xd8,0x53,0x8,0xcf,0x31,0x8a,0x6d,0x84,0x2d,0x2e,0xc5,0x1c,0xd8,0x72,0x2b, + 0xc5,0x8e,0x21,0x34,0xa5,0x94,0x1b,0x7,0x5b,0x5c,0x8a,0x39,0xb0,0xa5,0xd3,0x6f, + 0x28,0x56,0x8a,0xb0,0xcc,0xa2,0xd8,0xe9,0x4e,0xb0,0xc5,0xa5,0x98,0x3,0x6b,0x1e, + 0xa5,0xd8,0x2c,0x84,0x65,0x2d,0xc5,0x36,0xc0,0x1a,0x97,0x62,0xe,0xac,0x19,0x4b, + 0xb1,0xb5,0x8,0xcb,0x49,0x8a,0xdd,0xd,0x6b,0x5c,0x8a,0x39,0xb0,0xa6,0xe7,0x25, + 0x4a,0x9d,0x44,0x48,0xfa,0x53,0xee,0x3d,0xb0,0xc6,0xa5,0x98,0x3,0x7b,0x7e,0x46, + 0xb1,0xfe,0x8,0xc7,0x68,0x8a,0xfd,0x1a,0xf6,0xb8,0x14,0x73,0x60,0x4f,0x25,0xc5, + 0x46,0x23,0x1c,0xf3,0x29,0xf6,0x7d,0xd8,0xe3,0x52,0xcc,0x81,0x3d,0x37,0x53,0xec, + 0x7e,0x84,0x63,0x35,0xc5,0x66,0xc2,0x1e,0x97,0x62,0xe,0xec,0xe9,0x96,0xa6,0xd4, + 0x6a,0x84,0x63,0x2f,0xc5,0x6,0xc0,0x1e,0x97,0x62,0xe,0x2c,0xda,0x4e,0xa9,0xbd, + 0x8,0x45,0x41,0x2b,0xa5,0x7e,0x5,0x8b,0x5c,0x8a,0x39,0xb0,0xe8,0x21,0x4a,0xb5, + 0x16,0x20,0xc,0xe5,0x14,0xfb,0xe,0x2c,0x72,0x29,0xe6,0xc0,0xa2,0x8f,0x51,0xac, + 0x1c,0x61,0x98,0x42,0xb1,0xe9,0xb0,0xc8,0xa5,0x98,0x3,0x8b,0x3a,0x5f,0xa0,0xd4, + 0x14,0x84,0xa1,0x92,0x62,0x25,0xb0,0xc8,0xa5,0x98,0x3,0x9b,0x9e,0xa7,0x54,0x25, + 0xc2,0xb0,0x89,0x52,0x87,0x60,0x93,0x4b,0x31,0x7,0x36,0x7d,0x9e,0x52,0x9b,0x10, + 0x86,0x3,0x94,0x7a,0x2,0x62,0x89,0xfe,0x1f,0x1c,0xef,0x78,0xb3,0x82,0x62,0xdf, + 0x70,0xbc,0x19,0x37,0xb4,0x1f,0xe4,0x86,0x53,0xea,0x0,0xc2,0xd0,0x4c,0xa9,0xe9, + 0x90,0xe9,0x3b,0xeb,0xd9,0x16,0x46,0xdc,0xf9,0x1f,0x4c,0xbf,0x2,0x32,0x5,0xad, + 0x14,0x6a,0x46,0x8,0x8a,0x29,0xf6,0x1,0x48,0x14,0x2f,0x49,0x33,0x16,0xce,0x7f, + 0xb9,0x10,0x22,0x7,0x28,0x55,0xc,0xfb,0x86,0x51,0xaa,0xa3,0x27,0x4,0xee,0x3e, + 0xcb,0xd8,0x78,0x63,0xa,0x24,0x6a,0x29,0x35,0xc,0xf6,0x4d,0xa6,0xd4,0x49,0x78, + 0xd7,0xf9,0x9,0xc6,0x49,0xc7,0xa2,0x4,0xbc,0x5b,0x44,0xa9,0xc9,0xb0,0x6f,0x1, + 0xa5,0xb6,0xc1,0xb3,0xce,0xcf,0x33,0x66,0x6a,0x12,0xf0,0x6c,0x6,0xa5,0x16,0xc0, + 0xbe,0x6a,0x4a,0x55,0xc3,0xb3,0x27,0x19,0x3b,0x8b,0xe0,0xd9,0x30,0x4a,0x55,0xc3, + 0xbe,0x2d,0x94,0xba,0xf,0x5e,0xcd,0x65,0xfc,0x74,0x4c,0x81,0x57,0x85,0x1d,0x14, + 0xda,0x2,0xfb,0xe,0x53,0xea,0x56,0x78,0x54,0x72,0x81,0x31,0xf4,0x46,0x21,0xbc, + 0x7a,0x9d,0x42,0x87,0x61,0x5f,0x2b,0xa5,0xae,0x85,0x47,0x2b,0x19,0x4b,0x5f,0x86, + 0x57,0xdb,0x28,0xd4,0xa,0xeb,0xa,0x29,0x95,0x2e,0x80,0x37,0x3,0xda,0x19,0x4b, + 0xe7,0xaf,0x80,0x47,0xd5,0x94,0x2a,0x84,0x6d,0xa5,0x94,0x7a,0x5,0x1e,0xcd,0x67, + 0x4c,0x4d,0x87,0x47,0xff,0x40,0xa9,0x52,0xd8,0x36,0x8c,0x52,0xff,0xc,0x8f,0x5e, + 0x62,0x4c,0xfd,0x0,0x1e,0xfd,0x2d,0xa5,0x86,0xc1,0xb6,0xb1,0x94,0xfa,0x2a,0xbc, + 0x29,0xca,0x32,0xa6,0xce,0xc3,0xa3,0x1,0x94,0x1a,0xb,0xdb,0x66,0x50,0xea,0x4e, + 0x78,0x33,0x88,0xb1,0xd5,0xf,0xde,0x24,0x5a,0x28,0x34,0x3,0xb6,0xcd,0xa3,0xd4, + 0xc7,0xe1,0xcd,0x68,0xc6,0xd6,0x50,0x78,0xf4,0xa,0x85,0xe6,0xc1,0xb6,0x4a,0x4a, + 0xbd,0x1f,0xde,0xdc,0xce,0xd8,0x1a,0x7,0x8f,0x7e,0x46,0xa1,0x4a,0xd8,0x56,0x4d, + 0xa9,0x1,0xf0,0xc6,0x65,0x6c,0x39,0xf0,0xe8,0x79,0xa,0x55,0xc3,0xb6,0x5a,0x4a, + 0xf5,0x86,0x37,0x2e,0x63,0xcb,0x81,0x47,0x3f,0xa0,0x50,0x2d,0x6c,0xdb,0x46,0xa9, + 0x4e,0xf0,0xc6,0x65,0x6c,0x39,0xf0,0x68,0x35,0x85,0xb6,0xc1,0xb6,0x3a,0xa,0xb5, + 0xc2,0x23,0x97,0xb1,0xe5,0xc0,0xa3,0xc7,0x29,0x54,0x7,0xdb,0xf6,0x52,0xe8,0xb7, + 0xf0,0xc8,0x65,0x6c,0x39,0xf0,0xa8,0x8a,0x42,0x7b,0x61,0xdb,0x41,0xa,0xfd,0xa, + 0x1e,0xb9,0x8c,0x2d,0x7,0x1e,0x7d,0x91,0x42,0x7,0x61,0x5b,0x3d,0x85,0xf6,0xc3, + 0x23,0x97,0xb1,0xe5,0xc0,0xa3,0xb9,0x14,0xaa,0x87,0x6d,0xc7,0x29,0xf4,0x12,0x3c, + 0x72,0x19,0x5b,0xe,0x3c,0x9a,0x49,0xa1,0xe3,0xb0,0xad,0x91,0x42,0x3f,0x82,0x47, + 0x2e,0x63,0xcb,0x81,0x47,0x7f,0x47,0xa1,0x46,0xd8,0x76,0x86,0x42,0x1b,0xe0,0x91, + 0xcb,0xd8,0x72,0xe0,0xd1,0x18,0xa,0x9d,0x81,0x6d,0xcd,0x14,0xfa,0xe,0x3c,0x72, + 0x19,0x5b,0xe,0x3c,0xfa,0x28,0x85,0x9a,0x61,0x5b,0x1b,0x85,0x96,0xc1,0x23,0x97, + 0xb1,0xe5,0xc0,0xa3,0xc1,0x14,0x6a,0x83,0x6d,0x19,0xa,0x3d,0x2,0x8f,0x5c,0xc6, + 0x96,0x3,0x8f,0xca,0x28,0x94,0x81,0x6d,0x19,0xa,0x7d,0x19,0x1e,0xb9,0x8c,0x2d, + 0x7,0x1e,0xd,0xa0,0x50,0x6,0xb6,0xb5,0x51,0x68,0x9,0x3c,0x72,0x19,0x5b,0xe, + 0x3c,0x7a,0x3f,0x85,0xda,0x60,0x5b,0x33,0x85,0x9e,0x84,0x47,0x2e,0x63,0xcb,0x81, + 0x47,0x1f,0xa1,0x50,0x33,0x6c,0x3b,0x43,0xa1,0xf5,0xf0,0xc8,0x65,0x6c,0x39,0xf0, + 0xe8,0x16,0xa,0x9d,0x81,0x6d,0x8d,0x14,0xda,0xc,0x8f,0x5c,0xc6,0x96,0x3,0x8f, + 0x26,0x51,0xa8,0x11,0xb6,0x1d,0xa7,0xd0,0x8b,0xf0,0xc8,0x65,0x6c,0x39,0xf0,0xe8, + 0xd3,0x14,0x3a,0xe,0xdb,0xea,0x29,0xf4,0xb,0x78,0xe4,0x32,0xb6,0x1c,0x78,0x74, + 0x2f,0x85,0xea,0x61,0xdb,0x41,0xa,0x35,0xc0,0x23,0x97,0xb1,0xe5,0xc0,0xa3,0x2f, + 0x50,0xe8,0x20,0x6c,0xdb,0x4b,0xa1,0x37,0xe0,0x91,0xcb,0xd8,0x72,0xe0,0xd1,0x57, + 0x28,0xb4,0x17,0xb6,0xd5,0x51,0xa8,0x5,0x1e,0xb9,0x8c,0x2d,0x7,0x1e,0x3d,0x46, + 0xa1,0x3a,0xd8,0xb6,0x8d,0x42,0x1d,0x5,0xf0,0xc6,0x65,0x6c,0x39,0xf0,0xe8,0xbb, + 0x14,0xda,0x6,0xdb,0x6a,0x29,0x75,0x5,0xbc,0x71,0x19,0x5b,0xe,0x3c,0xaa,0xa5, + 0x50,0x2d,0x6c,0xab,0xa6,0xd4,0xd5,0xf0,0xc6,0x65,0x6c,0x39,0xf0,0xe8,0x47,0x14, + 0xaa,0x86,0x6d,0x95,0x94,0xfa,0x5f,0xf0,0xe6,0xe,0xc6,0xd6,0x78,0x78,0xf4,0x12, + 0x85,0x2a,0x61,0xdb,0x3c,0x4a,0x8d,0x80,0x37,0x63,0x18,0x5b,0x1f,0x84,0x47,0x7, + 0x28,0x34,0xf,0xb6,0xcd,0xa0,0xd4,0x74,0x78,0x33,0x98,0xb1,0xd5,0x1f,0x1e,0x35, + 0x53,0x68,0x6,0x6c,0x1b,0x4b,0xa9,0x47,0xe0,0x4d,0xaf,0xe,0xc6,0x54,0x4b,0x2, + 0xde,0xbc,0x9b,0x52,0x63,0x61,0xdb,0x30,0x4a,0x6d,0x80,0x47,0x3b,0x19,0x53,0xcf, + 0xc0,0xa3,0x9b,0x29,0x35,0xc,0xb6,0x95,0x52,0x6a,0x1f,0x3c,0xfa,0x2,0x63,0xea, + 0x4e,0x78,0xf4,0x19,0x4a,0x95,0xc2,0xb6,0x42,0x4a,0x5d,0x80,0x47,0x7f,0x93,0x65, + 0x2c,0xb5,0x15,0xc3,0xa3,0x6f,0x51,0xaa,0x10,0xd6,0xb5,0x52,0xea,0x6a,0x78,0xb4, + 0x86,0xb1,0xf4,0x75,0x78,0xf5,0x3c,0x85,0x5a,0x61,0xdf,0x61,0x4a,0x8d,0x86,0x47, + 0xd7,0xa4,0x19,0x43,0x6f,0xf6,0x82,0x57,0x27,0x28,0x74,0x18,0xf6,0x6d,0xa1,0xd4, + 0xbd,0xf0,0xea,0x1,0xc6,0xd0,0x4c,0x78,0xd5,0x3d,0x4b,0xa1,0x2d,0xb0,0xaf,0x9a, + 0x52,0x8f,0xc3,0xb3,0x75,0x8c,0x9d,0x47,0xe1,0xd9,0xf5,0x94,0xaa,0x86,0x7d,0xb, + 0x28,0xf5,0x3c,0x3c,0xeb,0xfe,0x33,0xc6,0xcc,0x73,0x5,0xf0,0xec,0xef,0x29,0xb5, + 0x0,0xf6,0x4d,0xa6,0xd4,0x71,0x78,0xd7,0xed,0x9f,0x18,0x2b,0x8f,0x77,0x82,0x77, + 0xf,0x53,0x6a,0x32,0xec,0x1b,0x46,0xa9,0x6c,0x37,0x8,0x7c,0xbe,0x95,0xb1,0xd1, + 0x3c,0x1b,0x12,0xff,0x44,0xa9,0x61,0xb0,0xaf,0x98,0x62,0x83,0x21,0x71,0xd5,0x53, + 0x19,0xc6,0xc2,0xc5,0x47,0xfb,0x42,0x64,0xf,0xa5,0x8a,0x11,0x82,0x66,0x4a,0x4d, + 0x86,0x4c,0xe9,0xff,0xa9,0xeb,0x60,0xc4,0x65,0x5e,0xfc,0xdc,0xbb,0x21,0x74,0x8e, + 0x42,0xcd,0x8,0xc3,0x1,0x4a,0x2d,0x85,0x58,0xaf,0xc1,0x63,0xee,0x70,0xbd,0x59, + 0x45,0xb1,0x15,0xae,0x37,0xb7,0x8f,0x1e,0x54,0x4,0xb1,0xc1,0x94,0x3a,0x80,0x30, + 0x6c,0xa2,0xd4,0x3e,0xd8,0xe4,0x52,0xcc,0x81,0x4d,0xff,0x40,0xa9,0x4d,0x8,0x43, + 0x25,0xa5,0xb2,0x7d,0x60,0x91,0x4b,0x31,0x7,0x36,0x3d,0x43,0xa9,0x4a,0x84,0x61, + 0xa,0xc5,0x26,0xc3,0x22,0x97,0x62,0xe,0x2c,0x2a,0x78,0x8b,0x52,0x53,0x10,0x86, + 0x72,0x8a,0x55,0xc3,0x22,0x97,0x62,0xe,0x2c,0xfa,0x20,0xc5,0xca,0x11,0x86,0x82, + 0x56,0x4a,0x1d,0x86,0x45,0x2e,0xc5,0x1c,0x58,0xb4,0x80,0x52,0xad,0x5,0x8,0xc5, + 0x5e,0x8a,0x5d,0x9,0x7b,0x5c,0x8a,0x39,0xb0,0xe8,0x47,0x94,0xda,0x8b,0x70,0xac, + 0xa6,0xd8,0xed,0xb0,0xc7,0xa5,0x98,0x3,0x7b,0x3a,0x9f,0xa7,0xd4,0x6a,0x84,0x63, + 0x3e,0xc5,0x56,0xc3,0x1e,0x97,0x62,0xe,0xec,0x19,0x41,0xb1,0xfb,0x11,0x8e,0xd1, + 0x14,0x7b,0x15,0xf6,0xb8,0x14,0x73,0x60,0xcf,0x83,0x14,0x1b,0x8d,0x70,0xf4,0xa7, + 0xdc,0x75,0xb0,0xc6,0xa5,0x98,0x3,0x7b,0xb6,0x51,0xac,0x3f,0x42,0x72,0x92,0x62, + 0x15,0xb0,0xc6,0xa5,0x98,0x3,0x6b,0xba,0xb6,0x51,0xea,0x24,0xc2,0xb2,0x96,0x62, + 0xeb,0x61,0x8d,0x4b,0x31,0x7,0xd6,0xdc,0x48,0xb1,0xb5,0x8,0xcb,0x2c,0x8a,0xfd, + 0xb6,0x0,0xb6,0xb8,0x14,0x73,0x60,0x4d,0x15,0xc5,0x66,0x21,0x2c,0xa5,0x94,0xfb, + 0x5b,0xd8,0xe2,0x52,0xcc,0x81,0x35,0xc7,0x28,0x56,0x8a,0xd0,0x1c,0xa3,0x58,0xd, + 0x6c,0x71,0x29,0xe6,0xc0,0x96,0x4f,0x50,0xec,0x18,0xc2,0xf3,0x14,0xc5,0x5a,0xa, + 0x61,0x89,0x4b,0x31,0x7,0xb6,0x7c,0x87,0x62,0x4f,0x21,0x3c,0xd3,0x29,0x77,0x27, + 0x2c,0x71,0x29,0xe6,0xc0,0x92,0x6e,0x4d,0x14,0x9b,0x8e,0xf0,0x94,0x50,0xee,0x27, + 0xb0,0xc4,0xa5,0x98,0x3,0x4b,0xa6,0x52,0xae,0x4,0x21,0x3a,0x44,0xb1,0xec,0x55, + 0xb0,0xc3,0xa5,0x98,0x3,0x4b,0x7e,0x48,0xb1,0x43,0x8,0xd3,0xa,0xca,0x7d,0x1e, + 0x76,0xb8,0x14,0x73,0x60,0x47,0xff,0x76,0x8a,0xad,0x40,0x98,0x1c,0xca,0xbd,0x2, + 0x3b,0x5c,0x8a,0x39,0xb0,0xe3,0x3e,0xca,0x39,0x8,0x53,0x71,0x96,0x72,0x43,0x61, + 0x85,0x4b,0x31,0x7,0x76,0xfc,0x82,0x62,0xd9,0x62,0x84,0x6a,0x1f,0xe5,0x96,0xc1, + 0xa,0x97,0x62,0xe,0xac,0x78,0x3f,0xe5,0xf6,0x21,0x5c,0x4b,0x29,0xf7,0x9b,0x4e, + 0xb0,0xc1,0xa5,0x98,0x3,0x2b,0xbe,0x49,0xb9,0xa5,0x8,0xd7,0x38,0xfa,0x70,0x2b, + 0x6c,0x70,0x29,0xe6,0xc0,0x86,0x82,0xd7,0x29,0x37,0xe,0xe1,0x4a,0xb6,0x53,0x6e, + 0x3,0x6c,0x70,0x29,0xe6,0xc0,0x86,0xb1,0x94,0x6b,0x4f,0x22,0x64,0x75,0x94,0x6b, + 0xbf,0x16,0x16,0xb8,0x14,0x73,0x60,0xc3,0x36,0xca,0xd5,0x21,0x6c,0x55,0xf4,0xe1, + 0x49,0x58,0xe0,0x52,0xcc,0x81,0x5,0x23,0xe8,0x43,0x15,0xc2,0x36,0x8a,0x3e,0x5c, + 0xbc,0x1a,0xe6,0xb9,0x14,0x73,0x60,0xc1,0x66,0xfa,0x30,0xa,0x61,0xeb,0xde,0x42, + 0x1f,0xbe,0x5,0xf3,0x5c,0x8a,0x39,0x30,0x6f,0x48,0x7,0xe5,0x5a,0xba,0x23,0x74, + 0x35,0xf4,0xa1,0xb5,0x3f,0x8c,0x73,0x29,0xe6,0xc0,0xbc,0x5a,0xfa,0x50,0x83,0xf0, + 0x8d,0xa1,0x1f,0xdf,0x80,0x71,0x2e,0xc5,0x1c,0x18,0x57,0x9e,0xa5,0xf,0x63,0x10, + 0xbe,0x82,0x46,0xfa,0x70,0xbe,0x18,0xa6,0xb9,0x14,0x73,0x60,0xdc,0x1a,0xfa,0xd0, + 0x58,0x80,0x8,0x58,0x4c,0x3f,0x1e,0x81,0x69,0x2e,0xc5,0x1c,0x98,0x56,0x76,0x89, + 0x3e,0x2c,0x46,0x14,0xa4,0xe8,0xc7,0x5b,0x45,0x30,0xcc,0xa5,0x98,0x3,0xd3,0x56, + 0xd2,0x8f,0x14,0x22,0x61,0x3f,0xfd,0x78,0x0,0x86,0xb9,0x14,0x73,0x60,0xd8,0xbb, + 0xd3,0xf4,0x61,0x3f,0xa2,0x61,0x3e,0xfd,0x38,0xdd,0x3,0x66,0xb9,0x14,0x73,0x60, + 0xd8,0x52,0xfa,0x31,0x1f,0xd1,0x50,0xd2,0x4e,0x3f,0xee,0x83,0x59,0x2e,0xc5,0x1c, + 0x98,0xd5,0xf7,0x2,0x7d,0x68,0x2f,0x41,0x44,0x6c,0xa1,0x1f,0x6f,0xf4,0x82,0x51, + 0x2e,0xc5,0x1c,0x98,0xf5,0x2d,0xfa,0xb1,0x5,0x51,0x31,0x8d,0xbe,0x2c,0x87,0x51, + 0x2e,0xc5,0x1c,0x18,0x35,0x24,0x43,0x3f,0xa6,0x21,0x2a,0x7a,0x9c,0xa3,0x1f,0x99, + 0xf,0xc0,0x24,0x97,0x62,0xe,0x4c,0x4a,0xfc,0x9c,0x7e,0x9c,0xeb,0x81,0xc8,0x58, + 0x45,0x5f,0xea,0x12,0x30,0xc8,0xa5,0x98,0x3,0x93,0xee,0xa2,0x2f,0xab,0x10,0x1d, + 0x37,0xd1,0x9f,0xd9,0x30,0xc8,0xa5,0x98,0x3,0x83,0xfa,0xfc,0x8e,0xbe,0xdc,0x84, + 0xe8,0x48,0xbc,0x46,0x5f,0x7e,0x57,0xc,0x73,0x5c,0x8a,0x39,0x30,0xe8,0x49,0xfa, + 0xf2,0x5a,0x2,0x11,0x52,0x45,0x7f,0xfe,0x11,0xe6,0xb8,0x14,0x73,0x60,0xce,0x47, + 0xb2,0xf4,0xa5,0xa,0x51,0x52,0x4e,0x7f,0xb2,0x1f,0x82,0x31,0x2e,0xc5,0x1c,0x18, + 0x53,0xf0,0xb,0xfa,0x53,0x8e,0x48,0xd9,0x45,0x7f,0xf6,0x16,0xc0,0x14,0x97,0x62, + 0xe,0x8c,0xf9,0x1c,0xfd,0xd9,0x85,0x68,0x99,0x4b,0x9f,0x3e,0xb,0x53,0xee,0xa0, + 0xd8,0x4,0x98,0xf2,0xae,0x26,0xfa,0x33,0x17,0xd1,0x52,0x74,0x96,0xfe,0x9c,0xed, + 0x7,0x43,0xc6,0x50,0xec,0x43,0x30,0xa5,0x86,0xfe,0x9c,0x2d,0x42,0xc4,0x2c,0xa2, + 0x4f,0x6b,0x60,0xc8,0x60,0x8a,0x5d,0xd,0x43,0x6e,0xa4,0x4f,0x8b,0x10,0x35,0x7d, + 0x2e,0xd0,0x27,0x7,0x66,0xf4,0xea,0xa0,0xd0,0xdb,0x9d,0x61,0x46,0xef,0x57,0xe9, + 0xcf,0x85,0x3e,0x88,0x9c,0x25,0xf4,0xa9,0xe9,0x5a,0x98,0xf1,0x32,0x85,0x9e,0x87, + 0x21,0xcf,0xd2,0xa7,0x25,0x88,0x9e,0x92,0x34,0x7d,0xda,0xdd,0x5,0x46,0x7c,0x91, + 0x42,0xf7,0xc0,0x8c,0xfb,0xe9,0x53,0xba,0x4,0x11,0x54,0x4d,0xbf,0xbe,0x5,0x23, + 0xde,0x9b,0xa5,0xc8,0xc5,0x77,0xc1,0x88,0xf,0xbf,0x4d,0x9f,0xaa,0x11,0x45,0xa5, + 0x97,0xe8,0xd7,0x24,0x18,0x51,0x43,0x91,0xc7,0x60,0x44,0xef,0x13,0xf4,0xe9,0x52, + 0x29,0x22,0x69,0xd,0xfd,0x3a,0x7b,0x2d,0x4c,0x28,0xbb,0x48,0x81,0xe6,0xbe,0x30, + 0xe2,0x19,0xfa,0xb5,0x6,0xd1,0x54,0x9e,0xa5,0x5f,0xbb,0xbb,0xc0,0x84,0x87,0x29, + 0x30,0x7,0x46,0xdc,0x47,0xbf,0xb2,0xe5,0x88,0xa8,0x5a,0xfa,0xf6,0x18,0x4c,0x48, + 0x3c,0x4d,0xcf,0x56,0xc2,0x88,0xf,0xbd,0x4d,0xbf,0x6a,0x11,0x55,0x43,0x3a,0xe8, + 0xdb,0x24,0x98,0xd0,0x73,0x17,0x3d,0x7a,0xa1,0x33,0x4c,0xe8,0x75,0x82,0x7e,0x75, + 0xc,0x41,0x64,0x6d,0xa6,0x6f,0x67,0xcb,0x60,0x42,0xcf,0xa7,0xe9,0xc9,0xb7,0x3b, + 0xc3,0x88,0x4d,0xf4,0x6d,0x33,0xa2,0x6b,0x4,0xfd,0xdb,0xd5,0x15,0x26,0x24,0x1e, + 0xbe,0xc8,0xcb,0x76,0xfe,0xb3,0x30,0xe3,0x3e,0xfa,0x37,0x2,0x11,0xb6,0x9d,0xfe, + 0x6d,0x48,0xc0,0x88,0xb2,0x9a,0x2c,0x2f,0xcb,0xdb,0x2b,0xfa,0xc3,0x8c,0xdb,0xda, + 0xe9,0xdb,0x76,0x44,0xd9,0x28,0x6,0xe0,0x71,0x18,0xf2,0xde,0x2f,0xbe,0xdc,0xc1, + 0xbf,0x22,0xf3,0xe2,0xbc,0xab,0x60,0xc8,0xc7,0xdb,0xe8,0xdf,0x28,0x44,0xda,0x4e, + 0x6,0xe0,0x41,0x18,0xd3,0x6b,0xf0,0x98,0x3b,0xdc,0x77,0x74,0xfb,0xe8,0x41,0x45, + 0x30,0x66,0xf0,0x59,0xfa,0xb7,0x13,0xd1,0x36,0x81,0x41,0x98,0x8d,0x1c,0x34,0xe0, + 0x75,0x6,0x60,0x2,0x22,0x6e,0x37,0x3,0x90,0xf9,0x14,0x72,0x4e,0xdf,0xc3,0xc, + 0xc0,0x6e,0x44,0xdd,0xf0,0x2c,0x3,0xd0,0xf6,0x9,0xe4,0x98,0x9e,0x2f,0x33,0x0, + 0xd9,0xe1,0x88,0xbc,0x95,0xc,0xc2,0xd9,0xc1,0xc8,0x29,0x9d,0xb7,0x30,0x8,0x2b, + 0x11,0x7d,0xbd,0x4f,0x33,0x8,0x8d,0xa5,0xc8,0x21,0x89,0xb5,0xc,0xc2,0xe9,0xde, + 0x88,0x81,0x99,0xc,0x44,0x7d,0x5f,0xe4,0x8e,0xa5,0xc,0xc4,0x4c,0xc4,0xc2,0xe, + 0x6,0x62,0x57,0x21,0x72,0xc5,0x2,0x6,0x62,0x7,0xe2,0x21,0xd5,0xce,0x40,0xfc, + 0xbc,0x18,0xb9,0xe1,0x81,0xe,0x6,0xa1,0x3d,0x85,0x98,0x58,0xc6,0x60,0x1c,0xba, + 0x6,0x39,0x20,0xf1,0x28,0x83,0xb1,0xc,0x71,0x91,0x6c,0x64,0x30,0x4e,0xe,0x42, + 0xec,0x75,0x59,0xc7,0x60,0x34,0x26,0x11,0x1b,0x53,0x19,0x90,0xb7,0x3e,0x86,0x98, + 0x2b,0x7c,0x81,0x1,0x99,0x8a,0x18,0xd9,0xca,0x80,0xb4,0x4e,0x40,0xac,0xf5,0xdb, + 0xcd,0x80,0x6c,0x45,0x9c,0xc,0xbc,0xc8,0x80,0xb4,0xbb,0x88,0xb1,0xb2,0x23,0xc, + 0xc8,0xc5,0x81,0x88,0x95,0x2a,0x6,0xe6,0x4b,0x88,0xad,0xd4,0x29,0x6,0xa5,0xa, + 0xf1,0xd2,0xe3,0x4,0x3,0xf3,0x78,0x2,0xf1,0x34,0xb2,0x89,0x41,0x39,0xd1,0x3, + 0x31,0x73,0x1b,0x83,0xb3,0xb1,0x2b,0xe2,0x68,0x62,0x9a,0x81,0xb9,0xd,0xb1,0xf3, + 0x1c,0x83,0xf3,0xd2,0x55,0x88,0x9d,0xc4,0x3,0x19,0x6,0xe6,0x39,0xc4,0x4f,0x59, + 0x2b,0x83,0x73,0x66,0x2c,0x62,0xa6,0xef,0x16,0x6,0xa7,0xb5,0xc,0x31,0x34,0x9b, + 0x1,0xea,0xf8,0x6a,0x27,0xc4,0xc9,0xc8,0xd7,0x19,0xa0,0xd9,0x88,0xa5,0x1a,0x6, + 0xe9,0xa5,0xab,0x10,0x1b,0x89,0x7,0x33,0xc,0x50,0xd,0xe2,0xa9,0xb0,0x9e,0x41, + 0x3a,0x33,0x16,0x31,0xd1,0xff,0xc7,0xc,0x52,0x7d,0x21,0x62,0x2a,0xd5,0xc6,0x20, + 0x75,0x7c,0xad,0x13,0xe2,0xe0,0xc6,0x53,0xc,0x52,0x5b,0xa,0xb1,0x55,0xc1,0x60, + 0xbd,0x74,0x15,0x22,0xaf,0xe0,0xe1,0xc,0x3,0x55,0x81,0x18,0x5b,0xc7,0x60,0x9d, + 0xb9,0x15,0x11,0xf7,0xae,0x9f,0x30,0x58,0xeb,0x10,0x67,0xc9,0x23,0xc,0x56,0xc7, + 0xb2,0x42,0x44,0xd9,0xc4,0xdf,0x30,0x58,0x47,0x92,0x88,0xb5,0x21,0x6d,0xc,0xd8, + 0xc9,0xc9,0x88,0xac,0x6b,0x37,0x33,0x60,0x6d,0x43,0x10,0x73,0xf7,0x30,0x70,0xcf, + 0xbf,0x7,0x91,0xd4,0xf5,0xa1,0x36,0x6,0xed,0x1e,0xc4,0xde,0x7a,0x6,0x2e,0xfd, + 0x48,0x77,0x44,0xcf,0x2d,0x47,0x18,0xb8,0xf5,0x88,0xbf,0x64,0x3,0x83,0x77,0xec, + 0x93,0x88,0x98,0x2b,0x37,0x32,0x78,0xd,0x49,0xe4,0x80,0xa1,0x69,0x1a,0xb0,0x69, + 0x0,0x22,0xa4,0xd3,0xfd,0xe7,0x18,0xbc,0xf4,0x50,0xe4,0x84,0x39,0x34,0xa1,0xe5, + 0x81,0x2e,0x88,0x8a,0x8f,0xfd,0x3f,0x9a,0x30,0x7,0x39,0x62,0x23,0x8d,0xf8,0xe5, + 0x78,0x44,0xc2,0x80,0x55,0x1d,0x34,0x61,0x23,0x72,0x45,0xd1,0x51,0x9a,0xb1,0x6f, + 0x4a,0x2,0x61,0x1b,0xb8,0xea,0x12,0x8d,0x38,0x5a,0x84,0x9c,0x91,0x6a,0xa2,0x21, + 0x87,0x3f,0xdd,0x9,0x61,0xba,0x7e,0x63,0x86,0x66,0x34,0xa5,0x90,0x43,0x6e,0x48, + 0xd3,0x94,0xe3,0x73,0xba,0x22,0x2c,0x1f,0xf9,0xd7,0xe,0x1a,0x92,0xbe,0x1,0x39, + 0x65,0x52,0x86,0xc6,0x34,0xce,0xef,0x89,0x30,0xdc,0xbc,0x8d,0xc6,0x64,0x26,0x21, + 0xc7,0x54,0xd0,0xa0,0x33,0xf,0x5e,0x1,0xdb,0xc6,0xd7,0xd1,0xa0,0xa,0xe4,0x9c, + 0x85,0x34,0xa9,0xe9,0xab,0xd7,0xc1,0xa2,0x9e,0x9f,0x3e,0x40,0x93,0x16,0x22,0x7, + 0x2d,0xa7,0x51,0x1d,0x3b,0xee,0xee,0x5,0x2b,0x12,0xa3,0xbe,0x77,0x9e,0x46,0x2d, + 0x47,0x2e,0x4a,0x6c,0xa0,0x61,0xe9,0xda,0xf1,0x9d,0x60,0xda,0xfb,0xbe,0xfa,0x6b, + 0x1a,0xb6,0x21,0x81,0x9c,0xd4,0x65,0x2b,0x8d,0xfb,0xed,0xa3,0x43,0x61,0x50,0x9f, + 0xb9,0xbb,0x68,0xdc,0xd6,0x2e,0xc8,0x51,0xc9,0x3d,0xb4,0xe0,0xe0,0x82,0x2b,0x61, + 0x44,0x17,0xe7,0x99,0xb7,0x69,0xde,0x9e,0x24,0x72,0x56,0xbf,0x6,0xda,0x90,0xf9, + 0xf1,0x7d,0xd7,0x27,0x10,0xac,0xfe,0xff,0xfb,0x3b,0x6f,0xd2,0x86,0x86,0x7e,0xc8, + 0x61,0x65,0xa7,0x68,0xc9,0x99,0xa7,0xef,0x7d,0x1f,0x2,0x52,0xec,0x2c,0xff,0xf7, + 0xe,0xda,0x71,0xaa,0xc,0x39,0x2d,0xd5,0x44,0x7b,0x4e,0xad,0xab,0xb8,0xe,0x3e, + 0x15,0x8d,0x5f,0xb6,0x2f,0x4b,0x6b,0x9a,0x52,0xc8,0x71,0x23,0xdb,0x68,0xd5,0x6b, + 0x6b,0xee,0xbc,0x36,0x1,0x99,0x5e,0x63,0xbe,0xfe,0x72,0x3b,0x6d,0x6a,0x1b,0x89, + 0x9c,0x37,0x31,0x43,0xdb,0x5a,0xf6,0x6f,0x78,0x64,0xda,0x7,0x7a,0xe2,0xb2,0x15, + 0x5c,0xf7,0xc9,0xf9,0x4f,0xbe,0xf8,0x6,0x6d,0xcb,0x4c,0x44,0x1e,0xb8,0x33,0xc3, + 0x50,0x74,0xfc,0x7a,0xeb,0xf2,0xb9,0xa3,0xaf,0xc6,0x5f,0x54,0x34,0xfc,0x8e,0xaa, + 0xa7,0x5f,0x49,0x33,0x14,0x99,0x3b,0x91,0x17,0x26,0xb6,0x31,0x44,0xad,0x8d,0xf5, + 0x7b,0xff,0x6d,0xf3,0xfa,0x27,0x97,0x3d,0xb2,0x60,0xce,0x8c,0x4f,0xdd,0x3c,0xf2, + 0x93,0x53,0xef,0xba,0x6f,0xe1,0x37,0xaa,0xbf,0xbf,0xe9,0x27,0x3b,0xff,0xfd,0xd5, + 0xb7,0x18,0xa2,0xb6,0x89,0xc8,0x13,0x23,0x9b,0xa8,0xfe,0x4c,0xd3,0x48,0xe4,0x8d, + 0xd4,0x29,0xaa,0x3f,0x71,0x2a,0x85,0x3c,0x52,0xd6,0x40,0xf5,0x47,0x1a,0xca,0x90, + 0x57,0xfa,0xed,0xa1,0xfa,0x6f,0xf6,0xf4,0x43,0x9e,0x49,0x6e,0xa5,0xfa,0x4f,0x5b, + 0x93,0xc8,0x3b,0x5d,0x36,0x50,0xfd,0xc1,0x86,0x2e,0xc8,0x43,0x89,0xe5,0x54,0xbf, + 0xb7,0x3c,0x81,0xfc,0xb4,0x90,0xea,0x3f,0x2c,0x44,0xde,0xaa,0xc8,0x30,0xef,0x65, + 0x2a,0x90,0xc7,0x26,0xa5,0x99,0xe7,0xd2,0x93,0x90,0xd7,0x6e,0x68,0x62,0x5e,0x6b, + 0xba,0x1,0x79,0x2e,0x75,0x94,0x79,0xec,0x68,0xa,0x79,0xaf,0x68,0x23,0xf3,0xd6, + 0xc6,0x22,0x28,0x60,0x4e,0x9a,0x79,0x29,0x3d,0x7,0xea,0xf7,0x86,0x36,0x30,0xf, + 0x35,0xc,0x85,0xfa,0x83,0xe4,0x7a,0xe6,0x9d,0xf5,0x49,0xa8,0xff,0x72,0x4f,0x1b, + 0xf3,0x4a,0xdb,0x3d,0x50,0x7f,0x64,0xc8,0x11,0xe6,0x91,0x23,0x43,0xa0,0xfe,0x44, + 0x72,0x1d,0xf3,0xc6,0xba,0x24,0xd4,0x9f,0xab,0x68,0x63,0x5e,0x68,0xab,0x80,0xfa, + 0x1f,0xa5,0xea,0x99,0x7,0xea,0x53,0x50,0xef,0xa0,0xb0,0x86,0x39,0xaf,0xa6,0x10, + 0xea,0x9d,0xcd,0x6e,0x65,0x4e,0x6b,0x9d,0xd,0xf5,0x17,0x95,0x3d,0xc7,0x1c,0xf6, + 0x5c,0x19,0xd4,0x5f,0x73,0xdb,0x9,0xe6,0xa8,0x13,0xb7,0x41,0x5d,0x86,0x1e,0x55, + 0x17,0x99,0x83,0x2e,0x56,0xf5,0x80,0xba,0x3c,0x3,0xb7,0x32,0xe7,0x6c,0x1d,0x8, + 0x75,0xf9,0xa6,0x36,0x32,0xa7,0x34,0x4e,0x85,0xf2,0x24,0xb9,0xac,0x9d,0x39,0xa3, + 0x7d,0x59,0x12,0xca,0xab,0xd4,0xe,0xe6,0x88,0x1d,0x29,0x28,0x89,0x99,0xa7,0x99, + 0x3,0x4e,0xcf,0x84,0x12,0xea,0xbd,0x32,0xcb,0x98,0xcb,0xae,0xec,0xd,0x25,0x37, + 0x7c,0x37,0x63,0x6d,0xf7,0x70,0x28,0x7f,0x26,0xec,0x64,0x6c,0xed,0x9c,0x0,0xe5, + 0xdf,0xa8,0xed,0x8c,0xa5,0xed,0xa3,0xa0,0x82,0x31,0x62,0x73,0x7,0x63,0xa6,0x63, + 0xf3,0x8,0xa8,0xe0,0xc,0xa9,0xcd,0x32,0x46,0xb2,0xb5,0x43,0xa0,0x82,0x55,0xbe, + 0xe6,0x12,0x63,0xe2,0xd2,0x9a,0x72,0xa8,0xe0,0x95,0x56,0xa7,0x19,0x3,0xe9,0xea, + 0x52,0x28,0x33,0x4a,0x96,0x5c,0x60,0xc4,0x5d,0x58,0x52,0x2,0x65,0x4e,0x9f,0x45, + 0x67,0x19,0x61,0x67,0x17,0xf5,0x81,0x32,0xab,0x68,0xee,0x2e,0x46,0xd4,0xae,0xb9, + 0x45,0x50,0x16,0x94,0x57,0xbd,0xc6,0xc8,0x79,0xad,0xaa,0x1c,0xca,0x96,0xc4,0x4d, + 0xab,0xce,0x31,0x42,0xce,0xad,0xba,0x29,0x1,0x65,0x55,0x8f,0x69,0x5b,0xda,0x19, + 0x9,0xed,0x5b,0xa6,0xf5,0x80,0xa,0x41,0xc9,0xfc,0xfd,0xc,0xdd,0xfe,0xf9,0x25, + 0x50,0xa1,0x49,0x2d,0x6e,0x64,0x88,0x1a,0x17,0xa7,0xa0,0xc2,0x55,0x30,0xa6,0xa6, + 0x85,0xa1,0x68,0xa9,0x19,0x53,0x0,0x15,0x1,0xdd,0x47,0x55,0xd5,0xb5,0xd3,0xaa, + 0xf6,0xba,0xaa,0x51,0xdd,0xa1,0xa2,0x23,0x39,0x6e,0xe9,0xbe,0x2c,0xad,0xc8,0xee, + 0x5b,0x3a,0x2e,0x9,0x15,0x3d,0xc5,0xce,0x8a,0x43,0x34,0xec,0xd0,0xa,0xa7,0x18, + 0x2a,0xba,0x4a,0xa6,0x3f,0x75,0x8c,0x86,0x1c,0x7b,0x6a,0x7a,0x9,0x54,0xf4,0x95, + 0xce,0x5a,0x7b,0x92,0x1,0x3b,0xb9,0x76,0x56,0x29,0x54,0x7c,0xf4,0x1f,0x3d,0x7f, + 0xf5,0xde,0x56,0x6,0xa0,0x75,0xef,0xea,0xf9,0xa3,0xfb,0x43,0xc5,0x50,0x41,0xf9, + 0x94,0xca,0x4d,0x7,0x9a,0x29,0xd4,0x7c,0x60,0x53,0xe5,0x94,0xf2,0x2,0xa8,0x98, + 0x2b,0x1e,0x36,0x79,0x41,0xf5,0x96,0xc3,0xad,0xbc,0x4c,0xad,0x87,0xb7,0x54,0x2f, + 0x98,0x3c,0xac,0x18,0x2a,0xb7,0x14,0x96,0xe,0x1b,0x3b,0x63,0x5e,0x65,0x75,0xed, + 0xb6,0xba,0xbd,0x7,0xeb,0x8f,0x37,0x9e,0x69,0x6e,0xcb,0x64,0xda,0x9a,0xcf,0x34, + 0x1e,0xaf,0x3f,0xb8,0xb7,0x6e,0x5b,0x6d,0x75,0xe5,0xbc,0x19,0x63,0x87,0x95,0x16, + 0x42,0x29,0xa5,0x94,0x52,0x4a,0x29,0xa5,0x94,0x52,0x4a,0x29,0xa5,0x94,0x52,0x4a, + 0x29,0xa5,0x94,0x52,0x4a,0x29,0xa5,0x94,0x52,0x4a,0x29,0xa5,0x94,0x52,0x4a,0x29, + 0xa5,0x94,0x52,0x4a,0x29,0xa5,0x94,0x52,0x4a,0x29,0xa5,0x94,0x52,0x4a,0x29,0xa5, + 0x94,0x52,0x4a,0x29,0xa5,0x94,0x52,0x4a,0x29,0xa5,0x94,0x52,0x4a,0x29,0xa5,0x94, + 0x52,0x4a,0x29,0xa5,0x94,0x52,0x2a,0x0,0xff,0x1f,0x3c,0xac,0xa3,0xa4,0xdc,0x9d, + 0xd0,0x43,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // /Users/LuChen/Documents/groundstation/groundstation/targetlist-old/targetlist/clasic.png + 0x0,0x0,0xf,0xbb, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x2,0x0,0x0,0x0,0x2,0x0,0x8,0x3,0x0,0x0,0x0,0xc3,0xa6,0x24,0xc8, + 0x0,0x0,0x0,0x3,0x73,0x42,0x49,0x54,0x8,0x8,0x8,0xdb,0xe1,0x4f,0xe0,0x0, + 0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0x8,0xdc,0x0,0x0,0x8,0xdc,0x1, + 0x9f,0xe8,0x5f,0x3c,0x0,0x0,0x0,0x19,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,0x74, + 0x77,0x61,0x72,0x65,0x0,0x77,0x77,0x77,0x2e,0x69,0x6e,0x6b,0x73,0x63,0x61,0x70, + 0x65,0x2e,0x6f,0x72,0x67,0x9b,0xee,0x3c,0x1a,0x0,0x0,0x2,0xbe,0x50,0x4c,0x54, + 0x45,0xff,0xff,0xff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x48, + 0x2e,0x7,0xa4,0x0,0x0,0x0,0xe9,0x74,0x52,0x4e,0x53,0x0,0x1,0x2,0x3,0x4, + 0x5,0x6,0x7,0x8,0x9,0xa,0xb,0xc,0xd,0xe,0xf,0x10,0x11,0x12,0x13,0x14, + 0x15,0x16,0x17,0x18,0x19,0x1a,0x1b,0x1c,0x1d,0x1e,0x1f,0x20,0x21,0x22,0x23,0x24, + 0x25,0x26,0x27,0x28,0x29,0x2a,0x2b,0x2c,0x2d,0x2f,0x30,0x31,0x32,0x33,0x35,0x36, + 0x37,0x38,0x39,0x3a,0x3b,0x3c,0x3d,0x3e,0x3f,0x40,0x41,0x42,0x44,0x45,0x46,0x47, + 0x48,0x49,0x4a,0x4b,0x4d,0x4e,0x4f,0x51,0x52,0x53,0x54,0x55,0x57,0x58,0x59,0x5c, + 0x5e,0x5f,0x60,0x62,0x63,0x65,0x66,0x67,0x68,0x69,0x6a,0x6b,0x6c,0x6e,0x6f,0x70, + 0x71,0x72,0x73,0x74,0x75,0x76,0x77,0x78,0x79,0x7a,0x7b,0x7c,0x7d,0x7e,0x7f,0x80, + 0x81,0x82,0x83,0x86,0x87,0x88,0x89,0x8a,0x8b,0x8c,0x8d,0x8e,0x8f,0x90,0x91,0x92, + 0x93,0x94,0x95,0x96,0x97,0x99,0x9a,0x9b,0x9c,0x9d,0x9e,0x9f,0xa0,0xa1,0xa2,0xa3, + 0xa4,0xa6,0xa7,0xa8,0xa9,0xaa,0xab,0xac,0xad,0xae,0xaf,0xb0,0xb1,0xb2,0xb3,0xb4, + 0xb5,0xb6,0xb7,0xb8,0xb9,0xbb,0xbf,0xc0,0xc1,0xc2,0xc3,0xc5,0xc6,0xc7,0xc9,0xca, + 0xcb,0xcc,0xcd,0xce,0xcf,0xd0,0xd1,0xd2,0xd3,0xd4,0xd5,0xd6,0xd7,0xd8,0xd9,0xda, + 0xdb,0xdc,0xdd,0xde,0xdf,0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,0xe8,0xe9,0xea, + 0xeb,0xec,0xed,0xee,0xef,0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,0xf7,0xf8,0xf9,0xfa, + 0xfb,0xfc,0xfd,0xfe,0xcd,0xe6,0xf8,0x6,0x0,0x0,0xb,0x7a,0x49,0x44,0x41,0x54, + 0x78,0xda,0xed,0xdd,0xfd,0x7f,0x95,0x75,0x1d,0xc7,0xf1,0xf,0x3b,0xb0,0xb1,0x58, + 0x24,0xe4,0x14,0x41,0x30,0xcd,0x6c,0x23,0x32,0xd4,0x42,0x2d,0xc,0x84,0x51,0xe0, + 0xed,0x32,0xe2,0xa6,0x1b,0x31,0x45,0x61,0x2e,0x10,0x35,0xd1,0x48,0x41,0xf0,0x6, + 0x31,0x2d,0x23,0x8c,0x44,0x36,0x3,0x91,0xbb,0x10,0x1,0x43,0x91,0xd4,0x8,0x30, + 0x45,0xbb,0x21,0x24,0x69,0xc1,0x1c,0xc,0x18,0xfb,0xfc,0x17,0xfd,0x90,0x16,0xe, + 0x18,0xbb,0xce,0xb9,0xce,0xf1,0xba,0xbe,0xef,0xd7,0xfb,0x77,0xe0,0xda,0xe7,0xf5, + 0x7c,0x88,0x9c,0x6d,0x67,0x66,0x8c,0x31,0xc6,0x18,0x63,0x8c,0x31,0xc6,0x18,0x63, + 0x8c,0x31,0xc6,0x18,0x63,0x8c,0x31,0xc6,0x18,0x63,0x8c,0x31,0xc6,0x18,0x63,0x8c, + 0x15,0x64,0x3d,0x86,0x5e,0xd7,0x3f,0xc3,0x19,0x34,0xf7,0xa9,0x9a,0xfa,0x1d,0xee, + 0xee,0x4d,0xeb,0xe7,0x7e,0x9d,0x6b,0xc8,0xad,0xe8,0xe6,0xf7,0xfc,0xff,0x5b,0x51, + 0xc9,0x45,0xc4,0xfe,0xdb,0xbf,0xd2,0x3f,0xb2,0xc6,0xab,0xb9,0x89,0xd2,0x3e,0xf3, + 0x67,0x6f,0xb3,0xd6,0x1a,0xae,0x22,0xd4,0xff,0x6d,0x3f,0x76,0x3f,0xe2,0x2e,0xd2, + 0xfd,0x11,0xa0,0xde,0x1f,0x1,0xea,0xfd,0x11,0xa0,0xde,0x1f,0x1,0xea,0xfd,0x11, + 0xa0,0xde,0x1f,0x1,0xea,0xfd,0x11,0xa0,0xde,0x1f,0x1,0xea,0xfd,0x11,0xa0,0xde, + 0x1f,0x1,0xea,0xfd,0x11,0xa0,0xde,0x1f,0x1,0xea,0xfd,0x11,0xa0,0xde,0x1f,0x1, + 0xea,0xfd,0x11,0xa0,0xde,0x1f,0x1,0xea,0xfd,0x11,0xa0,0xde,0x1f,0x1,0xea,0xfd, + 0xdd,0xc7,0x73,0x3d,0xe9,0xfe,0x7e,0xf0,0x62,0xee,0xa7,0xdc,0xdf,0xfd,0xcd,0x2e, + 0x5c,0x50,0xb9,0xbf,0xfb,0xf,0x39,0xa1,0x74,0x7f,0xdf,0xc1,0xd,0xa5,0xfb,0xbb, + 0x9f,0xca,0x15,0xa5,0xfb,0xfb,0x30,0xce,0x28,0xdd,0xdf,0x6b,0xb9,0xa3,0x74,0x7f, + 0x7f,0x8a,0x43,0x4a,0xf7,0xf7,0x65,0x5c,0x52,0xba,0xbf,0xdf,0xcd,0x29,0xa5,0xfb, + 0xfb,0x55,0xdc,0x52,0xba,0xbf,0x9f,0xc5,0x31,0xa5,0xfb,0xef,0xe1,0x98,0xd2,0xfd, + 0xfd,0x5e,0xae,0x29,0xdd,0xbf,0xa1,0x27,0xe7,0x54,0xee,0xef,0x63,0x38,0xa7,0x74, + 0xff,0x39,0x9c,0x53,0xba,0xff,0xd3,0xbc,0x89,0xa8,0x76,0xff,0xce,0xdc,0x93,0xfe, + 0x8c,0xfe,0x8c,0xfe,0x4c,0xad,0xff,0x62,0xfa,0xd3,0x9f,0xd1,0x9f,0xd1,0x9f,0xd1, + 0x9f,0xd1,0x9f,0xd1,0x9f,0xd1,0x9f,0xd1,0x9f,0xd1,0x9f,0xd1,0x9f,0x5,0xd9,0xbf, + 0x8e,0xfe,0xf4,0x67,0xf4,0x67,0xf4,0x67,0xf4,0x3f,0xf9,0xce,0xbe,0x76,0xc6,0xd2, + 0xd9,0xa3,0x2b,0x8a,0x8,0xa1,0xd8,0xbf,0xd7,0xc3,0x1f,0xfe,0xf0,0xe9,0x7d,0xbf, + 0xa9,0xa0,0x45,0xea,0xfb,0x47,0x7d,0x37,0xb0,0x9,0x4d,0x47,0xfd,0xea,0x96,0x39, + 0xbc,0x99,0x98,0x56,0xff,0xcc,0x83,0x6d,0x7e,0x83,0xe7,0xcb,0x9,0xa2,0xd4,0xff, + 0xc9,0x63,0x7e,0x8b,0x3f,0xf5,0x22,0x89,0x72,0x7f,0x4,0xa4,0xb8,0x7f,0x7d,0x1c, + 0xfd,0x11,0xa0,0xde,0x1f,0x1,0xea,0xfd,0x11,0xa0,0xde,0x1f,0x1,0xea,0xfd,0x11, + 0xa0,0xde,0x1f,0x1,0xea,0xfd,0x11,0xa0,0xde,0x1f,0x1,0xea,0xfd,0x11,0xa0,0xde, + 0x1f,0x1,0x29,0xe9,0xff,0x4c,0xbe,0xfa,0x23,0x40,0xbd,0x3f,0x2,0xd4,0xfb,0x23, + 0x40,0xbd,0x3f,0x2,0xd4,0xfb,0x23,0x40,0xbd,0x3f,0x2,0xd4,0xfb,0x23,0x40,0xbd, + 0x3f,0x2,0xd4,0xfb,0x23,0x40,0xbd,0x3f,0x2,0xd4,0xfb,0xbb,0x6f,0x41,0x40,0xb2, + 0xfa,0xff,0xb6,0xb0,0xfd,0x11,0xa0,0xde,0x1f,0x1,0xea,0xfd,0x11,0xa0,0xde,0x1f, + 0x1,0xea,0xfd,0x11,0xa0,0xde,0x1f,0x1,0xea,0xfd,0xdd,0xb7,0x9c,0x4e,0x4c,0xe5, + 0xfe,0x8,0x50,0xef,0x8f,0x0,0xf5,0xfe,0x8,0xf8,0x58,0xfb,0x2f,0xf9,0xf8,0xfb, + 0x23,0x20,0x45,0xfd,0x6d,0xae,0x3b,0x2,0x84,0xfb,0xff,0xc0,0x1d,0x1,0xc2,0xfd, + 0xfb,0x36,0x3b,0x2,0x84,0xfb,0xdb,0xe3,0xee,0x8,0x8,0xa7,0x7f,0x71,0xd4,0x3f, + 0xbd,0xdb,0x61,0x47,0x80,0x70,0x7f,0xbb,0xd4,0x1d,0x1,0xc2,0xfd,0xed,0x46,0x47, + 0x80,0x72,0x7f,0x9b,0xef,0x8,0x50,0xee,0x6f,0xaf,0x39,0x2,0x94,0xfb,0xdb,0x6, + 0x47,0x40,0x10,0xfd,0x97,0x66,0xd7,0xdf,0x1e,0x72,0x4,0x28,0xf7,0xb7,0x31,0x8e, + 0x0,0xe5,0xfe,0xf6,0x5,0x47,0x80,0x72,0x7f,0xcb,0xec,0x46,0x80,0x72,0xff,0xbc, + 0xbf,0x10,0x80,0x80,0x84,0xf7,0xb7,0xe2,0xad,0x8,0x50,0xee,0x6f,0x76,0x5e,0x3, + 0x2,0x94,0xfb,0x9b,0xd,0x6d,0x46,0x80,0x72,0x7f,0xb3,0x11,0x8,0x90,0xee,0x8f, + 0x0,0xf5,0xfe,0x8,0x48,0x6b,0xff,0x67,0x8b,0xe3,0x7a,0x2a,0x4,0x68,0xf7,0x47, + 0x80,0x7a,0x7f,0x4,0xa8,0xf7,0x47,0x80,0x7a,0x7f,0x4,0xa8,0xf7,0x47,0x80,0x7a, + 0x7f,0x4,0xa8,0xf7,0x47,0x80,0x7a,0x7f,0x4,0xa8,0xf7,0x47,0x80,0x7a,0x7f,0x4, + 0x24,0xbf,0xff,0xb2,0xe2,0xfc,0x3e,0x6b,0x81,0x4,0xfc,0xf1,0x74,0xfa,0x27,0xb2, + 0x3f,0x2,0xd4,0xfb,0x23,0x40,0xbd,0x3f,0x2,0xd4,0xfb,0x23,0x20,0xce,0xf5,0x4d, + 0x61,0x7f,0x4,0xc4,0xb7,0x6e,0xaf,0xa4,0xb1,0x3f,0x2,0x62,0xdb,0xa2,0x74,0xf6, + 0x47,0x40,0x4c,0xbb,0x2c,0xad,0xfd,0x11,0x10,0xcf,0xd6,0xc6,0xd7,0xbf,0xa4,0xd0, + 0xcf,0x8e,0x80,0xdc,0x57,0x1e,0xdb,0x99,0x9e,0x2b,0x29,0xfc,0xd3,0x23,0x20,0xe7, + 0x55,0xa5,0xb9,0x3f,0x2,0x72,0xdf,0x94,0x54,0xf7,0x47,0x40,0xce,0x7b,0x3a,0xdd, + 0xfd,0x11,0x90,0xeb,0xb6,0xa5,0xbc,0x3f,0x2,0x72,0xdc,0xf3,0x69,0xef,0x8f,0x80, + 0xdc,0x36,0x3b,0xf5,0xfd,0x11,0x90,0xd3,0xbe,0x93,0xfe,0xfe,0x8,0xc8,0x65,0x3, + 0x2,0xe8,0x8f,0x80,0x1c,0x96,0x69,0x8,0xa0,0x3f,0x2,0x72,0xd8,0xb4,0x10,0xfa, + 0x23,0x20,0xfb,0x7d,0x32,0xa7,0xb7,0xe1,0x5b,0x5e,0x92,0x94,0x8f,0xa3,0x50,0x2, + 0x4e,0xb,0x4e,0xc0,0xe5,0x2d,0x21,0xf4,0x47,0x40,0xf6,0xbb,0x29,0x88,0xfe,0x8, + 0xc8,0x7e,0x3f,0xe,0xa2,0x3f,0x2,0xa,0x2d,0x20,0x69,0xfd,0x11,0x50,0x58,0x1, + 0xc9,0xeb,0x8f,0x80,0x42,0xa,0x48,0x62,0x7f,0x4,0x14,0x4e,0x40,0x32,0xfb,0x23, + 0xa0,0x50,0x2,0xa2,0xf7,0x2f,0x1d,0x34,0xe1,0xf1,0x17,0x9f,0xb9,0x7d,0x64,0x6f, + 0x4,0x4,0x20,0x20,0x72,0xff,0x73,0x16,0xfc,0xef,0xd5,0x86,0x2d,0xd5,0x9d,0x10, + 0x90,0x72,0x1,0x91,0xfb,0x4f,0x3c,0x74,0xf4,0x2f,0x5f,0xd7,0x1b,0x1,0xa9,0x16, + 0xb0,0x22,0x62,0xff,0xcc,0xbc,0x36,0xbf,0xc1,0xce,0xaf,0x20,0x20,0xc5,0x2,0x22, + 0xf7,0x7f,0xf2,0x98,0xdf,0xa2,0xf1,0xab,0x8,0x48,0xad,0x80,0x18,0xfa,0x23,0x20, + 0xc5,0x2,0x62,0xe9,0x8f,0x80,0xd4,0xa,0x88,0xa9,0x3f,0x2,0x52,0x2a,0x20,0xb6, + 0xfe,0x8,0x48,0xa5,0x80,0x18,0xfb,0x23,0x20,0x85,0x2,0x62,0xed,0x8f,0x80,0xd4, + 0x9,0x88,0xb9,0x3f,0x2,0x52,0x26,0x20,0xf6,0xfe,0x8,0x48,0x95,0x80,0x3c,0xf4, + 0x47,0x40,0x62,0x37,0xb5,0xb5,0xed,0x7,0xb9,0x24,0x1f,0xfd,0x11,0x90,0xd8,0x5d, + 0xf3,0xfe,0x47,0x3f,0xc4,0x7b,0x8a,0xf2,0xd2,0x3f,0x14,0x1,0xaf,0x87,0x27,0xe0, + 0xf3,0x75,0x47,0x7d,0x7c,0x1b,0x87,0x59,0x9e,0xfa,0x23,0x20,0xb9,0x1b,0x78,0x5b, + 0xdd,0xe,0x77,0x7f,0x77,0xe5,0x3d,0x55,0x96,0xbf,0xfe,0x8,0x48,0xf4,0x7a,0x5e, + 0xda,0x27,0x8b,0x5f,0x15,0xa9,0x3f,0x2,0x82,0x5b,0xc4,0xfe,0x8,0x50,0xef,0x8f, + 0x0,0xf5,0xfe,0x8,0x50,0xef,0x8f,0x0,0xf5,0xfe,0x8,0x50,0xef,0x8f,0x0,0xf5, + 0xfe,0x8,0x50,0xef,0x8f,0x0,0xf5,0xfe,0x8,0x50,0xef,0x8f,0x0,0xf5,0xfe,0x8, + 0x50,0xef,0x8f,0x0,0xf5,0xfe,0x8,0x50,0xef,0x8f,0x0,0xf5,0xfe,0x8,0x50,0xef, + 0x8f,0x0,0xf5,0xfe,0x8,0x50,0xef,0x8f,0x0,0xf5,0xfe,0x8,0x50,0xef,0x8f,0x80, + 0xf4,0xec,0xb1,0x3c,0xdd,0xe,0x1,0xe9,0xd8,0x4d,0x79,0xbb,0x1d,0x2,0xd2,0xb0, + 0x1,0x2d,0x8e,0x0,0x65,0x1,0x4b,0xf2,0x79,0x3b,0x4,0x24,0x7e,0x15,0xf9,0xbd, + 0x1d,0x2,0x92,0xbe,0xb1,0x8e,0x0,0x69,0x1,0xf,0x38,0x2,0xa4,0x5,0xbc,0xe0, + 0x8,0x50,0x16,0x50,0xd4,0xe8,0x8,0x50,0x16,0x90,0x69,0x72,0x4,0x48,0xb,0x58, + 0xef,0x8,0x90,0x16,0xf0,0xb0,0x23,0x40,0x5a,0xc0,0x38,0x47,0x80,0xb4,0x80,0xfe, + 0x8e,0x80,0x8,0x2,0xca,0xc3,0x13,0xb0,0x14,0x1,0xda,0x2,0xfa,0x1f,0x42,0x80, + 0xb6,0x80,0xf1,0x8e,0x0,0x6d,0x1,0x3f,0x41,0x80,0xb8,0x80,0xd9,0x8,0x40,0x0, + 0x2,0x3a,0xbe,0xd7,0x10,0x80,0x0,0x4,0x20,0x0,0x1,0x8,0x40,0x0,0x2,0x10, + 0x80,0x0,0x4,0x20,0x0,0x1,0x8,0x40,0x0,0x2,0x10,0x80,0x0,0x4,0x20,0x0, + 0x1,0x8,0x40,0x0,0x2,0x10,0x80,0x0,0x4,0x20,0x0,0x1,0x8,0x40,0x0,0x2, + 0x10,0x80,0x0,0x4,0x20,0x0,0x1,0x8,0x40,0x0,0x2,0x10,0x80,0x0,0x4,0x20, + 0x0,0x1,0x8,0x40,0x0,0x2,0x10,0x80,0x0,0x4,0x20,0x0,0x1,0x8,0x40,0x0, + 0x2,0x10,0x80,0x0,0x4,0x20,0x0,0x1,0x8,0x40,0x0,0x2,0x10,0x80,0x0,0x4, + 0x20,0x0,0x1,0x8,0x40,0x0,0x2,0x10,0x80,0x0,0x4,0x20,0x0,0x1,0x8,0x40, + 0x0,0x2,0x10,0x80,0x0,0x4,0x20,0x0,0x1,0x29,0x12,0xf0,0x2a,0x2,0x10,0x80, + 0x0,0x4,0x20,0x0,0x1,0x8,0xd0,0x15,0x70,0x2a,0x2,0xb4,0x5,0xac,0x2b,0x46, + 0x80,0xb6,0x80,0x27,0xc,0x1,0xda,0x2,0x6e,0x41,0x80,0xb6,0x80,0x96,0x11,0x8, + 0xd0,0x16,0xf0,0xef,0xa,0x4,0x68,0xb,0xd8,0xde,0xd,0x1,0xda,0x2,0xa6,0x1a, + 0x2,0xa4,0x5,0x34,0xf4,0x40,0x80,0xb6,0x80,0x19,0x86,0x0,0x69,0x1,0x4d,0x67, + 0x20,0x40,0x5b,0xc0,0x23,0x86,0x0,0x69,0x1,0x87,0xce,0x41,0x80,0xb6,0x80,0xbb, + 0xd,0x1,0xd2,0x2,0x36,0x1b,0x2,0xb4,0x5,0xf4,0x45,0x80,0xb6,0x80,0x9,0x86, + 0x0,0x69,0x1,0x2b,0xc,0x1,0xd2,0x2,0x9a,0xcb,0x10,0xa0,0x2d,0xe0,0x4a,0x43, + 0x80,0xb4,0x80,0xc9,0x86,0x0,0x69,0x1,0xb3,0xc,0x1,0xd2,0x2,0x16,0x1a,0x2, + 0xa4,0x5,0xac,0x31,0x4,0x48,0xb,0xd8,0x6e,0x8,0x90,0x16,0xd0,0x68,0x8,0xd0, + 0x16,0x50,0x8a,0x0,0x69,0x1,0x7,0x3b,0x19,0x2,0x94,0x5,0xfc,0xc5,0xc,0x1, + 0xca,0x2,0x7e,0x6f,0x8,0x90,0x16,0xb0,0xd4,0x10,0x20,0x2d,0xe0,0x67,0x86,0x0, + 0x69,0x1,0xd3,0xd,0x1,0xd2,0x2,0xbe,0x67,0x8,0x90,0x16,0x70,0xae,0x21,0x40, + 0x59,0xc0,0x36,0x33,0x4,0x28,0xb,0xb8,0xdf,0x10,0x20,0x2d,0xe0,0x72,0x43,0x80, + 0xb2,0x80,0xc6,0x62,0x43,0x80,0xb2,0x80,0x7a,0x33,0x4,0x28,0xb,0xf8,0x96,0x21, + 0x40,0x59,0xc0,0xab,0x45,0x86,0x0,0x65,0x1,0x57,0x98,0x21,0x40,0x58,0xc0,0x6, + 0x33,0x4,0x28,0xb,0x18,0x62,0x8,0x50,0x16,0xb0,0xda,0xc,0x1,0xc2,0x2,0x8e, + 0x5c,0x64,0x8,0x50,0x16,0x70,0xab,0x19,0x2,0x84,0x5,0xfc,0xda,0xc,0x1,0xc2, + 0x2,0x5e,0x2e,0x35,0x4,0x8,0xb,0x78,0xb7,0x9f,0x19,0x2,0x74,0x5,0x1c,0x1a, + 0x6c,0x2c,0x14,0x1,0xc3,0xf7,0x46,0x7e,0xa2,0xc3,0x63,0xc8,0x1f,0x90,0x80,0xca, + 0xed,0x11,0x9f,0x67,0xf7,0x65,0xc4,0xf,0x4a,0xc0,0x29,0x2b,0x23,0x3d,0xcd,0x26, + 0xfe,0xfe,0xf,0x4d,0x40,0x66,0x66,0x84,0x67,0x59,0xf8,0x9,0xc2,0x7,0x27,0xc0, + 0x46,0x1f,0xe8,0xe8,0xeb,0x7f,0xb5,0x54,0xf,0x52,0x40,0x65,0x7d,0x87,0x1e,0x63, + 0xcd,0x20,0x9a,0x7,0x2a,0xc0,0x2e,0x5a,0x7d,0xd2,0x67,0x78,0xa9,0x8a,0xe0,0x1, + 0xb,0xb0,0x21,0x1b,0xda,0x7d,0x80,0xad,0xd5,0x9d,0xc8,0x1d,0xb6,0x0,0x1b,0xb5, + 0x78,0xdf,0x9,0xfe,0xf0,0xe6,0x95,0x63,0x32,0xb4,0xe,0x5f,0x80,0x15,0xf,0x7f, + 0x70,0xc7,0xb1,0x2f,0xfc,0xfe,0xe2,0xea,0x32,0x3a,0x8b,0x8,0x30,0xb3,0x1,0x93, + 0xe7,0xd6,0xad,0x7f,0x6b,0xbf,0xbb,0x37,0xbf,0xf3,0xe2,0x92,0x47,0xa7,0xd,0x2a, + 0xa2,0xb1,0x96,0x80,0xff,0xae,0xfb,0xd9,0x3d,0x48,0x2b,0x2d,0x80,0x21,0x80,0x21, + 0x80,0x21,0x80,0x21,0x80,0x21,0x80,0x21,0x80,0x21,0x80,0x21,0x80,0x21,0x80,0x21, + 0x80,0x21,0x80,0x21,0x80,0x21,0x80,0x21,0x80,0x21,0x80,0x21,0x80,0x21,0x80,0x21, + 0x80,0x21,0x80,0x21,0x80,0x21,0x80,0x21,0x0,0x1,0x8,0x40,0x0,0x2,0x10,0x80, + 0x0,0x4,0x20,0x0,0x1,0x8,0x40,0x0,0x2,0x10,0x80,0x0,0x4,0x20,0x0,0x1, + 0x8,0x40,0x0,0x2,0x10,0x80,0x0,0x4,0xc4,0x2f,0xe0,0x12,0x8e,0xad,0x2d,0xe0, + 0x9f,0x67,0x71,0x6c,0x6d,0x1,0x9b,0x79,0x37,0x67,0x71,0x1,0x8b,0xb8,0xb5,0xb8, + 0x80,0xdb,0xb8,0xb5,0xb6,0x80,0xd6,0x2b,0xb8,0xb5,0xb6,0x80,0x7d,0xe7,0x72,0x6b, + 0x6d,0x1,0x4f,0x71,0x6a,0x6d,0x1,0xad,0x3,0x39,0xb5,0xb6,0x80,0xe7,0xb8,0xb4, + 0xb8,0x0,0x5e,0x12,0x16,0x17,0xb0,0x96,0x43,0x8b,0xb,0x18,0xc1,0xa1,0xb5,0x5, + 0x2c,0xe7,0xce,0xda,0x2,0xe,0x74,0xe3,0xce,0xda,0x2,0xae,0xe4,0xcc,0xda,0x2, + 0x1e,0xe3,0xca,0xda,0x2,0x76,0xf2,0x63,0xfe,0xc4,0x5,0x5c,0xc8,0x91,0xb5,0x5, + 0xdc,0xc9,0x8d,0xb5,0x5,0x3c,0xcb,0x89,0xb5,0x5,0xbc,0xc4,0x85,0xb5,0x5,0xfc, + 0x8d,0x3,0x6b,0xb,0x38,0xcc,0x8f,0x7c,0x15,0x17,0x70,0x1a,0xf7,0xd5,0x16,0x70, + 0x3e,0xe7,0xd5,0x16,0x50,0xc5,0x75,0xb5,0x5,0xf0,0xc5,0xc1,0xe2,0x2,0xbe,0xcc, + 0x6d,0xb5,0x5,0xf4,0xe3,0xb4,0xda,0x2,0x8a,0xb9,0xac,0xb4,0x80,0x3d,0xdc,0x55, + 0x5b,0xc0,0xeb,0x9c,0x55,0x5b,0xc0,0x6a,0xae,0xaa,0x2d,0x60,0x1e,0x47,0xd5,0x16, + 0x30,0x8a,0x9b,0x4a,0xb,0xd8,0x5f,0xca,0x49,0xa5,0x5,0x2c,0xe3,0xa0,0xda,0x2, + 0xbe,0xcf,0x3d,0xb5,0x5,0x9c,0xc9,0x39,0xa5,0x5,0x6c,0xe2,0x98,0xda,0x2,0x26, + 0x72,0x4b,0x69,0x1,0x7f,0xed,0xca,0x29,0xa5,0x5,0x7c,0x97,0x43,0x4a,0xb,0x78, + 0xa3,0x33,0x77,0x94,0x16,0xf0,0x6d,0xae,0x28,0x2d,0xe0,0xf,0x7c,0x63,0xa8,0xb6, + 0x80,0x6f,0x72,0x42,0x69,0x1,0xb3,0x38,0xa0,0xb4,0x80,0x55,0x19,0xee,0xa7,0x2c, + 0xe0,0x8d,0x1e,0x89,0xf8,0x0,0x86,0x3d,0xb0,0xfc,0xe7,0xc3,0xe9,0x58,0x78,0x1, + 0xfb,0xfa,0x27,0xe1,0xe9,0xbb,0x3f,0xe1,0xee,0xee,0xbf,0xe2,0xfb,0x13,0xb,0x2d, + 0xa0,0x35,0x11,0x5f,0x7,0x32,0xe4,0x9d,0xf,0x1e,0x67,0x6,0x1d,0xb3,0xdf,0xbd, + 0xd9,0x0,0x98,0x94,0x84,0x27,0x9f,0xd8,0xfa,0xe1,0xe3,0xec,0xe5,0xcb,0x52,0x72, + 0xd8,0xb8,0x83,0x51,0xf3,0x37,0x55,0x27,0xa2,0xff,0x51,0x4f,0x74,0x1d,0x19,0x73, + 0xd8,0x25,0xbb,0xa2,0xf5,0x7f,0x3b,0x11,0xdf,0x10,0x7c,0x33,0xef,0x5b,0x1e,0xdb, + 0xfa,0xbe,0x1c,0xa5,0xff,0x9a,0xf2,0xc4,0xf5,0xf7,0x96,0x72,0x2a,0xe6,0xb2,0xd2, + 0x85,0x1d,0xef,0xff,0x48,0x97,0xe4,0xf5,0xe7,0x55,0xc9,0x9c,0x77,0xc3,0xee,0xe, + 0x7e,0x5,0xc0,0x68,0x4b,0x62,0x7f,0xaf,0x25,0x61,0x8e,0x2b,0xbb,0x63,0xef,0xc9, + 0xf3,0xbf,0x37,0xa9,0x6b,0x32,0xfb,0xfb,0x2,0xa,0xe6,0xbc,0x4f,0xdf,0x77,0xa0, + 0xfd,0xfc,0x8d,0x77,0x75,0x4f,0xc6,0x93,0xde,0x72,0xec,0xb3,0xbd,0x42,0xbf,0x18, + 0xd6,0xe7,0xd1,0xf7,0xdb,0x79,0xed,0x6f,0x4e,0x52,0xfe,0x47,0xeb,0x38,0xfd,0xbd, + 0x99,0xcf,0x4c,0xc4,0xb2,0x92,0xaa,0x87,0xde,0x3a,0x5e,0xfd,0xad,0xb3,0x86,0x76, + 0xb1,0x4,0xf7,0x77,0xaf,0x20,0x5e,0x5c,0xab,0xac,0xf9,0xdd,0xae,0x23,0x47,0xfd, + 0xb,0x6b,0xe7,0xaa,0x1b,0x3f,0x9b,0xa0,0xc7,0x3b,0x7e,0x7f,0xbf,0x96,0x70,0x71, + 0x2e,0xd3,0xfb,0x82,0x91,0xe3,0xa7,0x4d,0x1d,0xf7,0x8d,0x2f,0xf5,0x4a,0xd8,0x27, + 0x5a,0x26,0x9d,0xe0,0x6f,0xa8,0xbb,0x88,0x26,0xb1,0x13,0xf5,0xf7,0x3a,0x6e,0x23, + 0xdd,0xdf,0xb7,0x73,0x1c,0xe9,0xfe,0x7e,0x84,0x4f,0x8,0x4a,0xf7,0x77,0xbf,0x80, + 0xfb,0x84,0xbe,0xc9,0xed,0xbe,0x4c,0x35,0x86,0x3,0x49,0xf7,0xf7,0xfb,0xb8,0x90, + 0x74,0x7f,0x5f,0xc9,0x89,0xa4,0xfb,0xf3,0xa3,0x4b,0xc2,0x5e,0xcd,0xc9,0x3f,0x55, + 0xd9,0x83,0x2b,0x49,0xf7,0xf7,0xaf,0x71,0x26,0xe9,0xfe,0x7e,0x3d,0x77,0x92,0xee, + 0xef,0x73,0x39,0x94,0x74,0x7f,0x5f,0xcb,0xa5,0xc2,0xdc,0xad,0x1d,0xfc,0x6a,0xd5, + 0x7f,0x71,0x2a,0xe9,0xfe,0xee,0x7d,0x38,0x96,0x74,0x7f,0x7e,0x7e,0x99,0x78,0xff, + 0x64,0x7c,0xc3,0x22,0x8b,0x75,0xb5,0x51,0xbe,0x65,0xe9,0x97,0xdc,0x4b,0xba,0x3f, + 0x3f,0xc8,0x5c,0xbc,0xbf,0xef,0xe7,0x7d,0x22,0xa4,0xfb,0xbb,0x7f,0x8e,0x9b,0x49, + 0xf7,0xf7,0xab,0x38,0x5a,0x40,0xbb,0x21,0xfa,0xfb,0x96,0xdc,0xc1,0xd5,0xc2,0x59, + 0xe5,0x81,0xe8,0x0,0x16,0x71,0xb6,0x60,0xd6,0x79,0x63,0x16,0xef,0x5c,0xb4,0x85, + 0xbb,0x5,0xb3,0xdb,0xb3,0x79,0xeb,0xaa,0x96,0x12,0xe,0x17,0xc8,0xba,0x1e,0xcc, + 0x6,0x80,0x9f,0xcf,0xe5,0x2,0xd9,0xc5,0xd9,0xbd,0x7d,0xe5,0x68,0x2e,0x17,0xc8, + 0x6,0x67,0x7,0x80,0x37,0x8c,0xc,0x65,0x67,0xb4,0xf0,0x63,0x2c,0xb5,0x37,0x3f, + 0x2b,0x0,0x1b,0x39,0x5c,0x28,0x3b,0x65,0x6d,0x56,0x6f,0x61,0xce,0xe1,0xc2,0xf9, + 0x77,0xc0,0x94,0x3d,0xd1,0x1,0xbc,0xc9,0xdd,0x2,0x5a,0xd9,0xa8,0x99,0xeb,0xf6, + 0x46,0x3,0xc0,0xb7,0x87,0x5,0xb7,0x7e,0x23,0x6b,0x17,0x6c,0x6e,0xee,0x28,0x80, + 0x9f,0x72,0xb0,0x20,0xd7,0xb9,0xb2,0x7a,0x7a,0xfd,0xf6,0x23,0x27,0x7,0xd0,0x9f, + 0x5b,0x5,0xbc,0xd2,0xb,0xc7,0xce,0x5c,0xf5,0xf7,0xf6,0xfa,0xf3,0x9e,0xe1,0x2, + 0xeb,0x39,0x78,0xc2,0xbc,0x17,0x1a,0x8e,0xdb,0x7f,0x57,0x2f,0xce,0xa3,0xb2,0x33, + 0x47,0xd4,0xcc,0xdf,0xd4,0xe6,0x13,0xc6,0xdb,0xbe,0xc8,0x5d,0xb4,0x96,0x39,0xef, + 0x9a,0x3b,0x17,0x6f,0xfd,0xe0,0x35,0xc3,0x7f,0x4c,0x2f,0xe3,0x22,0x9a,0x2f,0x18, + 0xc,0xac,0xbe,0x7e,0xca,0xd8,0x41,0x5d,0xb8,0x4,0x63,0x8c,0x31,0xc6,0x18,0x63, + 0x8c,0x31,0xc6,0x18,0x63,0x8c,0x31,0xc6,0x18,0x63,0x8c,0x31,0xc6,0x18,0x63,0x8c, + 0x31,0xc6,0x58,0xd0,0xfb,0xf,0xe8,0x26,0xed,0x28,0x41,0x66,0x4c,0x5e,0x0,0x0, + 0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // /Users/LuChen/Documents/groundstation/groundstation/targetlist-old/targetlist/Untitled.png + 0x0,0x0,0x9,0x35, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0xae,0x0,0x0,0x0,0x85,0x8,0x2,0x0,0x0,0x0,0x4d,0x5,0x54,0x4c, + 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0, + 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0, + 0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xe,0xc3,0x0,0x0,0xe,0xc3,0x1,0xc7,0x6f, + 0xa8,0x64,0x0,0x0,0x8,0xca,0x49,0x44,0x41,0x54,0x78,0x5e,0xed,0x9d,0x8b,0x52, + 0x13,0x49,0x14,0x86,0xf7,0xfd,0x9f,0x60,0x17,0x85,0x12,0x11,0x4b,0x14,0x6f,0xb5, + 0xb5,0xab,0x96,0xd6,0x5a,0x46,0x2e,0x22,0x72,0xd,0x90,0x80,0xbb,0xb2,0xde,0xcd, + 0x3e,0xc5,0xfe,0xe1,0x1c,0x8e,0xcd,0x64,0x12,0x32,0x33,0x3d,0x99,0xce,0xe1,0xff, + 0xea,0x54,0x2a,0xa4,0x93,0xc9,0x90,0xfe,0x38,0x7d,0xba,0x67,0x32,0xfc,0xf2,0x9a, + 0x90,0x33,0xa8,0x2,0x51,0xa8,0x2,0x51,0xa8,0x2,0x51,0xa8,0x2,0x51,0xa8,0x2, + 0x51,0xa8,0x2,0x51,0xa8,0x2,0x51,0xa8,0x2,0x51,0xa8,0x2,0x51,0xa8,0x2,0x51, + 0xa8,0x2,0x51,0xa8,0x2,0x51,0xa8,0x2,0x51,0xa8,0x2,0x51,0xa8,0x2,0x51,0xa8, + 0x2,0x51,0xa8,0x2,0x51,0xfc,0xa8,0xf0,0xf4,0xcd,0xd6,0x9f,0x6f,0x77,0xf4,0x7, + 0x52,0x1c,0x3f,0x2a,0x3c,0xd8,0x3e,0xfa,0xed,0xf8,0xbf,0xdf,0x37,0xf7,0xf5,0x67, + 0x52,0x10,0x3f,0x2a,0xdc,0xdd,0x39,0x86,0xa,0xb4,0xa1,0x34,0xde,0xb2,0xc2,0xaf, + 0x5d,0xda,0x50,0x12,0x6f,0x2a,0xd0,0x86,0xd2,0x38,0x54,0xc1,0x6c,0x60,0x15,0x59, + 0x8,0x9f,0x2a,0x88,0xd,0x78,0x44,0xdb,0xc8,0x18,0x38,0x2c,0x1b,0x2d,0x1e,0x6c, + 0x51,0x85,0x2,0xf8,0x2c,0x1b,0x55,0x85,0xa8,0x59,0xc1,0xfd,0xba,0x85,0xdb,0xb2, + 0x31,0xba,0xa,0xb2,0x7d,0xc7,0xd5,0xa8,0xcf,0x1,0x42,0x6c,0xa8,0x43,0x5,0x84, + 0x57,0x1b,0xfc,0xa8,0xb0,0xb4,0xf7,0xde,0x24,0x90,0x3b,0x71,0x55,0x8,0x55,0x73, + 0x69,0x83,0x1f,0x15,0xe6,0xf,0x3f,0x9b,0x4,0x72,0x27,0x6e,0xd9,0x78,0xef,0xa2, + 0x6a,0xfe,0x6c,0x70,0xa2,0x42,0x6b,0x65,0x45,0x7a,0x48,0xa2,0x8e,0x1,0x62,0xe1, + 0xf0,0x53,0xb8,0x71,0x84,0xb3,0x2a,0xd2,0x89,0xa,0xcf,0xd6,0x37,0xa5,0x7b,0x2c, + 0xa2,0xf,0x10,0xd7,0x3a,0xdf,0xc3,0x8d,0xe3,0x36,0xee,0xf6,0x1b,0xc7,0x89,0xa, + 0xcb,0xdb,0x5d,0xeb,0x27,0x8b,0x88,0x3,0xc4,0xcb,0xd5,0xf5,0xcc,0xc6,0xa3,0xab, + 0xd6,0x38,0x4e,0x54,0x40,0xaf,0x48,0xf7,0x84,0xbd,0x15,0x71,0x38,0x7f,0xb2,0xb1, + 0x1d,0x6e,0x59,0xc2,0xd9,0x12,0x96,0x2b,0x15,0x10,0xa1,0xd,0xcf,0xd7,0xdf,0x6a, + 0x73,0x65,0x72,0xb3,0xce,0x63,0x5f,0x95,0xa3,0x37,0x15,0x10,0x62,0xc3,0x4c,0xb7, + 0xa7,0x6d,0x31,0xb8,0xbd,0xff,0xc1,0xb6,0x6c,0x81,0x2,0x45,0x9b,0x5d,0xe0,0x44, + 0x85,0xcc,0x1,0x8,0xf4,0x19,0xa,0x7e,0x6d,0x8b,0x81,0xd5,0x8c,0xa1,0xd,0xaf, + 0x56,0xd7,0xb4,0xd9,0x5,0x6e,0x6b,0x85,0xfb,0x3b,0x1d,0x6d,0xab,0xc,0x6,0x1a, + 0xdb,0x2c,0x42,0xde,0x65,0xb6,0xf3,0x4d,0x9b,0xbd,0xe0,0xb6,0x56,0xc0,0x23,0xda, + 0x56,0x99,0xc1,0x42,0x1,0xef,0xb2,0xd8,0x3e,0xd5,0x66,0x2f,0xb8,0xad,0x15,0x22, + 0xaa,0x70,0xeb,0xe0,0xa3,0x6d,0xd6,0x22,0x62,0xd6,0x49,0x4,0xf,0x2a,0xb4,0x5a, + 0xad,0x50,0x5,0x4,0xba,0x2d,0x96,0xa,0xe1,0x8a,0x42,0x68,0x83,0xbf,0x3,0xd6, + 0x3e,0xcb,0x46,0x44,0xac,0x49,0x3f,0x66,0x8c,0xe1,0x66,0xcd,0x6,0x67,0x35,0x23, + 0x70,0x5b,0x36,0xc6,0xca,0xa,0x32,0x3a,0x84,0x81,0x77,0x99,0x3f,0xfc,0xac,0xcd, + 0x8e,0x60,0xd9,0x38,0x8a,0xc1,0xf5,0x66,0x9,0x7f,0x85,0x2,0x60,0xd9,0x38,0x8a, + 0x7,0xdb,0x1d,0xdb,0x6c,0x18,0x4f,0xdf,0x6c,0xe9,0x33,0x1c,0xe1,0xb3,0x56,0x80, + 0xd,0x51,0x54,0xc8,0x9c,0xa3,0x20,0xe1,0x6f,0x45,0x41,0xf0,0x5b,0x2b,0xc4,0x28, + 0x1b,0x7,0xcf,0x51,0x40,0xc0,0xf,0x6d,0xf6,0x5,0x6b,0x85,0x51,0xc,0x9e,0xa3, + 0x80,0x70,0x39,0x3a,0x0,0xd6,0xa,0x43,0xc9,0x3d,0x47,0xc1,0xeb,0xe8,0x0,0x58, + 0x2b,0xc,0x25,0xf7,0x1c,0x85,0xe5,0x9d,0xae,0x36,0xbb,0x83,0xb5,0xc2,0x50,0xae, + 0xc2,0x39,0xa,0x21,0xac,0x15,0x86,0x72,0x15,0xce,0x51,0x8,0x61,0xad,0x30,0x94, + 0xab,0x70,0x8e,0x42,0x8,0x6b,0x85,0x7c,0xae,0xc8,0x39,0xa,0x21,0xac,0x15,0xf2, + 0x79,0xf4,0xae,0x6d,0x9b,0x92,0xc0,0xc6,0xfd,0x9d,0xa3,0x10,0xc2,0x5a,0x21,0x1f, + 0x29,0x14,0x32,0xe1,0xf2,0xd0,0x83,0xe1,0x65,0x80,0x8,0xaa,0x7d,0xb1,0xa1,0xa2, + 0xa,0xe1,0xe2,0x92,0x5,0xbf,0x54,0x3f,0x5,0xc8,0x72,0x90,0xa5,0x4,0xdc,0xa9, + 0xa2,0x42,0xa6,0x50,0xb0,0x70,0x5c,0x33,0x2,0x27,0x2a,0x80,0x3b,0x7b,0xff,0xa0, + 0xb7,0x7e,0xe,0x10,0x15,0x6a,0x85,0xdc,0x15,0x5,0x97,0xe7,0x28,0x84,0xf8,0x51, + 0xc1,0x2a,0xc7,0xea,0x3,0x44,0xee,0x1,0xc9,0xe5,0xdd,0x13,0x6d,0x76,0x8a,0x1f, + 0x15,0x6c,0x3e,0x29,0x36,0x54,0x51,0x21,0xf7,0x80,0xa4,0xfb,0xeb,0xbd,0x39,0xcc, + 0xa,0x72,0x5b,0x45,0x85,0xdc,0x3,0x92,0xbe,0xb,0x5,0xe0,0x4d,0x5,0xeb,0x3c, + 0x74,0x67,0x6b,0x65,0x45,0xdb,0x8a,0x90,0x7b,0x40,0xd2,0x7d,0xa1,0x0,0x1c,0xe, + 0x10,0xd2,0x79,0xb8,0x7d,0xfc,0xae,0xad,0x6d,0x45,0xc8,0x3d,0x20,0x99,0xe6,0x8a, + 0x2,0x66,0x3a,0x4b,0x7b,0xef,0x63,0xed,0x9b,0xcf,0x1,0x42,0xee,0x94,0x1b,0x23, + 0xa6,0xeb,0x80,0xe4,0xfc,0x51,0xff,0xb2,0x43,0x37,0xe,0x22,0x7c,0x41,0xd4,0x67, + 0xd9,0x28,0x77,0xca,0xcd,0x27,0x31,0x53,0x8,0x37,0x22,0x91,0xf2,0x1,0xc9,0x6b, + 0x27,0x3d,0xec,0xe1,0xdc,0xe1,0x17,0xfd,0xb9,0x2c,0x6e,0xcb,0x46,0xdc,0x96,0xcb, + 0xa,0x8b,0xed,0x53,0xbc,0xd6,0x36,0x22,0x91,0x72,0xcd,0x88,0xbf,0x81,0x99,0x93, + 0xfe,0x4e,0x56,0xb4,0xc1,0x6d,0xd9,0x88,0xdb,0x72,0x2a,0xdc,0x38,0xfa,0x22,0xdb, + 0xb1,0x4d,0x25,0x7e,0x40,0x52,0x54,0xa8,0x6e,0x83,0xa3,0x1,0x62,0xf0,0x30,0x44, + 0xa9,0x1,0xc2,0x36,0x22,0x81,0x4d,0x25,0x7e,0x40,0x12,0xc6,0x9f,0xab,0xd0,0x1f, + 0x29,0x6e,0x1d,0xfc,0xab,0xd,0x5,0xf1,0xa3,0x42,0x94,0xc3,0x10,0x2f,0xd6,0x36, + 0xe4,0xe5,0x61,0x24,0x7e,0x40,0x52,0x8a,0xa4,0xd0,0x86,0x3f,0x36,0xf7,0xb4,0xad, + 0x8,0x53,0xaf,0x42,0xab,0xd5,0xc2,0xed,0xca,0xd9,0x12,0x42,0xf5,0xc3,0x10,0xb9, + 0x33,0xc9,0x47,0xa5,0x26,0xa5,0x13,0xc3,0x6a,0x5,0xb3,0xa1,0x5c,0x3a,0xf4,0x93, + 0x15,0x80,0x94,0xb,0x50,0x41,0x6c,0x28,0x91,0x15,0x72,0x67,0x92,0xf0,0x43,0x9b, + 0x93,0x24,0x18,0x20,0xa8,0xc2,0x39,0xa2,0x2,0x42,0x6c,0x28,0xa1,0x42,0xe6,0x42, + 0xd1,0x12,0x18,0x35,0xb4,0x39,0x49,0xee,0x9e,0xcd,0x7e,0xcd,0x6,0xaa,0xd0,0x27, + 0x53,0x39,0x96,0x50,0x61,0xf0,0x42,0xd1,0x8,0x6d,0x4b,0x92,0xd6,0xca,0xa,0x26, + 0x38,0x96,0x12,0xe4,0x4e,0x89,0x5f,0x1c,0xb8,0x52,0x41,0x8a,0x3e,0xeb,0xc5,0xa2, + 0x87,0x21,0x72,0x2f,0x14,0x8d,0xb9,0xa5,0x36,0x27,0x89,0x25,0x42,0xb3,0x81,0x59, + 0x41,0x91,0x55,0x1,0xb3,0xa1,0xd0,0x61,0x88,0xdc,0xb,0x45,0x4f,0xc5,0x4c,0x52, + 0xf6,0xf6,0xfc,0xe,0x55,0x38,0x63,0x69,0xb7,0x3f,0xd8,0x4b,0x2f,0xe2,0xb6,0x50, + 0xaa,0xcc,0xad,0x19,0x13,0x9f,0x49,0x2e,0x9d,0x17,0xa,0xb2,0xb7,0x72,0x87,0x3, + 0x44,0x1f,0x49,0x98,0xe2,0x1,0x6e,0xb,0x7d,0x28,0xe1,0x6b,0x2d,0x52,0xfe,0xbf, + 0xf,0x8f,0xde,0x1d,0x62,0xf,0xa5,0xfb,0xcd,0x6,0x64,0x85,0x87,0x5b,0x87,0xfa, + 0x8c,0x22,0x34,0xa0,0x42,0xad,0xff,0x8f,0x2b,0x73,0x50,0xaa,0x84,0xa,0xf6,0x5a, + 0x89,0x88,0x17,0x8a,0x8e,0xce,0xad,0x83,0x8f,0xa1,0x7,0x7a,0xdb,0xed,0xbd,0x5c, + 0x5d,0xd7,0x67,0x14,0xa1,0x1,0x15,0x96,0x77,0xfa,0x57,0xb5,0xa9,0xe9,0xaf,0x4d, + 0x26,0x11,0x96,0x15,0xa,0x15,0x7d,0xa6,0x82,0x6d,0x21,0xee,0x85,0xa2,0xe3,0x62, + 0xa7,0xd8,0x5c,0xcc,0xa,0xbd,0xd2,0xdf,0xf5,0x6e,0x66,0x80,0xb8,0xd1,0xf9,0x82, + 0xcf,0xba,0xe,0x1b,0x6c,0xf9,0xd9,0x6c,0x18,0x7f,0x55,0x20,0x54,0x41,0x5e,0x1b, + 0xf7,0x42,0xd1,0x71,0x41,0x11,0x63,0xbb,0x1a,0xda,0x50,0x28,0x11,0x86,0x34,0x56, + 0x2b,0xcc,0x75,0xbe,0xd6,0x64,0x83,0x2d,0x3f,0x8b,0xd,0xf,0xb7,0xe,0xb4,0xe1, + 0x32,0x32,0x2a,0x20,0x92,0xad,0x19,0xc3,0xe5,0x4,0x9,0xcb,0xa,0x28,0x20,0xf4, + 0x49,0x5,0x69,0x4c,0x5,0xfb,0xf3,0x8d,0x6e,0x83,0x7c,0xdd,0x51,0x54,0x40,0x8c, + 0xff,0x57,0x62,0x75,0x86,0x45,0xe9,0xbf,0xb0,0xba,0xb1,0x94,0x10,0xda,0x0,0xf, + 0x30,0xa1,0xd0,0x67,0x14,0xa7,0x31,0x15,0xc0,0xd9,0x2a,0x6f,0xf,0xbd,0x15,0xbd, + 0x8a,0xb4,0xf5,0xe3,0xbe,0xa,0x63,0x4f,0xb2,0x25,0x2b,0xe0,0x25,0xf6,0xe1,0xa6, + 0xa9,0x42,0x26,0x25,0x84,0x36,0x54,0xb9,0x4e,0x54,0x93,0x2a,0x0,0x14,0xd,0xf8, + 0x5,0x16,0xf6,0x4a,0x1e,0x62,0x1f,0x81,0xd9,0x30,0x7e,0x77,0x8a,0xa,0xf2,0x2a, + 0xb9,0x93,0xa6,0xa,0x83,0x29,0x41,0xee,0x54,0x3c,0xc5,0xa6,0x61,0x15,0x80,0xd8, + 0x30,0x5f,0x43,0x81,0x26,0x36,0x8c,0xbf,0xfc,0x6c,0x2a,0x20,0xc4,0x86,0x4,0x55, + 0x18,0x9e,0x12,0x7a,0x15,0x2b,0x9b,0xe6,0x55,0x0,0xb0,0x1,0xbf,0xd2,0xcd,0xf6, + 0x47,0xfd,0x39,0x1e,0x62,0xc3,0x98,0xcb,0xcf,0x99,0x5a,0xa1,0x50,0x46,0x99,0x18, + 0x98,0x2b,0xca,0xee,0x65,0x6c,0x28,0xbd,0x9c,0x60,0x24,0xa1,0x2,0x10,0x1b,0x16, + 0x6a,0x58,0xf0,0x47,0x15,0x39,0xe6,0x8,0x2a,0x59,0xe1,0x42,0xad,0x50,0x6a,0x31, + 0xbf,0x3e,0x50,0x62,0xf7,0x7b,0xbd,0x86,0x94,0x0,0x52,0x51,0x1,0x2c,0x9c,0xad, + 0x9d,0xd5,0x91,0x1b,0xc6,0x24,0xb3,0x52,0x89,0x48,0x2a,0x2b,0xc0,0x4b,0xd9,0x2b, + 0x44,0xc6,0x86,0xea,0x29,0x1,0x24,0xa4,0x2,0x78,0xb2,0xb1,0xdd,0xa0,0xd,0x61, + 0x56,0x48,0xaa,0x56,0x40,0x7d,0x20,0x5f,0xee,0xe,0xd2,0x40,0xe4,0x94,0x0,0xd2, + 0x52,0x1,0xbc,0x5a,0x5d,0xbb,0xde,0xfd,0x71,0xb3,0x1d,0x7f,0x4e,0x71,0x29,0x99, + 0xac,0x80,0xdb,0x14,0x54,0x78,0xb1,0xb6,0x61,0x27,0xd4,0x20,0x6,0x6d,0x88,0x92, + 0x12,0x40,0x72,0x2a,0x8,0xd7,0x8f,0x7f,0xcc,0x75,0xbe,0x45,0xf9,0xd,0xc7,0x47, + 0x54,0xb8,0x90,0x15,0x1a,0xad,0x15,0x9e,0xaf,0xbf,0xbd,0xbf,0xd5,0x99,0xe9,0xfe, + 0xc0,0x9e,0x84,0x11,0xda,0x80,0x94,0x10,0xcb,0xd7,0x44,0x55,0x0,0xb3,0xdd,0xef, + 0xf8,0x14,0x26,0x79,0x21,0x5d,0x1b,0x20,0x1a,0xcc,0xa,0x78,0xc7,0xdb,0xed,0xd3, + 0xf0,0x5f,0xd3,0x5c,0xec,0x78,0xd,0x7b,0x10,0x53,0x24,0x7d,0x65,0x65,0xd2,0x55, + 0x1,0xc8,0xb4,0x62,0x69,0x77,0x42,0x17,0xdd,0xb7,0xb,0xf4,0x99,0xd,0x13,0xcb, + 0xa,0xc8,0x7f,0x90,0x60,0xb6,0xf3,0xd,0x6f,0x3a,0xd8,0xf7,0xb9,0x36,0x20,0x1f, + 0x20,0x8d,0xe9,0xeb,0x63,0x90,0xb4,0xa,0x60,0xc2,0x36,0xc8,0x3a,0x4,0x42,0x6c, + 0x98,0x40,0x56,0x78,0xb6,0xbe,0x69,0x6f,0x6a,0x71,0xa9,0xd,0xa8,0xf,0xa2,0x7f, + 0xb9,0x3b,0x75,0x15,0x80,0x4c,0x32,0x1b,0xb1,0xa1,0xbe,0xac,0x80,0x49,0x1,0x3c, + 0xb,0xbf,0x9f,0x99,0x89,0x11,0x36,0xe0,0x55,0x75,0x9c,0x50,0x33,0x5,0x2a,0x0, + 0x4c,0x32,0xaf,0x1d,0xf7,0x30,0xc9,0xfc,0x6b,0xed,0x8d,0x3e,0x54,0x27,0x66,0x43, + 0x1d,0x2a,0x48,0x1a,0x90,0x6b,0xfc,0xc,0xf6,0x77,0x18,0x83,0xad,0xb3,0x47,0x5f, + 0xef,0xed,0x1c,0xd7,0xf4,0xb5,0xee,0xe9,0x50,0x1,0xe0,0xf7,0x47,0x21,0x89,0x8f, + 0x63,0xee,0xe8,0xeb,0xed,0xf6,0x7,0xc,0x93,0xb5,0x6a,0x21,0x36,0x44,0x1c,0x20, + 0xb0,0xb7,0xf,0xb7,0xe,0xb1,0xf3,0xd6,0xaf,0x12,0xa3,0x6d,0xe8,0x17,0x4,0xbb, + 0x27,0xe3,0x2f,0x98,0x56,0x61,0x6a,0x54,0x10,0xe4,0xd8,0x15,0x42,0x3e,0x41,0xd1, + 0xe2,0xce,0xfe,0xdf,0xe8,0x33,0xb,0x7c,0x76,0x10,0xa5,0xfa,0x67,0x17,0xa5,0x3, + 0x5e,0xac,0x6d,0x60,0x97,0xe6,0xcf,0x2f,0xf9,0x96,0x1b,0xb9,0x36,0xa0,0x84,0xc4, + 0xb,0x27,0x39,0x9d,0x9e,0x32,0x15,0x40,0xc6,0x86,0xf0,0x8e,0x85,0x3d,0x2,0x57, + 0x30,0x31,0x83,0x1c,0xc3,0x74,0x89,0xfe,0xd7,0x86,0x22,0x0,0xdb,0xc4,0x5b,0x2c, + 0xb6,0x4f,0xed,0x4a,0x6f,0xb9,0x9d,0x1d,0x46,0xf8,0x84,0x85,0xc3,0x4f,0x35,0x9d, + 0xf8,0x39,0x9a,0xe9,0x53,0x1,0x14,0xb2,0x21,0xf7,0xc7,0xc1,0x47,0x44,0x1a,0x84, + 0x88,0x92,0x51,0x67,0xd8,0x83,0x16,0x68,0x45,0xdf,0x87,0xcb,0x82,0x99,0x18,0xdc, + 0x81,0x6c,0x74,0xfb,0x63,0x41,0x83,0x57,0xfa,0x99,0x4a,0x15,0x0,0xa6,0x15,0x73, + 0x17,0x67,0xe1,0x97,0x76,0xf6,0xa5,0x4f,0x8,0x23,0xb7,0x69,0xc4,0xf3,0x11,0xa3, + 0x5b,0x11,0xc3,0x9e,0x20,0x69,0xa0,0xf1,0x6b,0xfc,0x4c,0xab,0xa,0x2,0x6a,0x31, + 0x7c,0x88,0x37,0xf,0x3e,0x65,0xb4,0xb0,0xc8,0x3c,0x72,0xe9,0x13,0xc2,0xc8,0x6d, + 0x1a,0xf1,0x7c,0xc4,0xe8,0x56,0x44,0xf8,0x4,0xe4,0xa1,0xfb,0x3b,0xdd,0xc9,0xcc, + 0x89,0xc6,0x61,0xba,0x55,0x8,0x11,0x2d,0x16,0xdb,0x1f,0xf0,0xf9,0x86,0xa9,0x1b, + 0xa2,0x2c,0x1c,0xfc,0xac,0xda,0x6,0x7b,0x6b,0x44,0xff,0xe5,0x36,0x8d,0xee,0xef, + 0xd1,0xad,0x8,0xd4,0x83,0x18,0x8,0x12,0xbc,0x66,0x83,0x1f,0x15,0x2e,0x5,0xae, + 0x9c,0x17,0x74,0xf9,0xba,0x84,0x2b,0xff,0x16,0xd5,0x6d,0x98,0xe9,0xf6,0xa4,0x4, + 0x41,0xf7,0xa7,0x7c,0xa5,0xb7,0x2b,0xa4,0xc2,0xf8,0x88,0x34,0xe2,0xd,0x62,0x50, + 0x9d,0x61,0xf,0x5a,0x48,0xeb,0xe3,0xcd,0xfd,0x94,0xbf,0x67,0x97,0x81,0x2a,0x10, + 0x85,0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a,0x10,0x85, + 0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a, + 0x10,0x85,0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a,0x10, + 0x85,0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a,0x10,0x85, + 0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a,0x90,0x33,0x5e,0xbf,0xfe,0x1f, + 0x58,0x2d,0x13,0x5,0x9a,0x6f,0xb5,0xa4,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44, + 0xae,0x42,0x60,0x82, + +}; + +static const unsigned char qt_resource_name[] = { + // files + 0x0,0x5, + 0x0,0x6d,0x2,0xc3, + 0x0,0x66, + 0x0,0x69,0x0,0x6c,0x0,0x65,0x0,0x73, + // up.png + 0x0,0x6, + 0x7,0xc3,0x57,0x47, + 0x0,0x75, + 0x0,0x70,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // down.png + 0x0,0x8, + 0x6,0xe1,0x5a,0x27, + 0x0,0x64, + 0x0,0x6f,0x0,0x77,0x0,0x6e,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // delete85.png + 0x0,0xc, + 0x5,0xf0,0xe,0x7, + 0x0,0x64, + 0x0,0x65,0x0,0x6c,0x0,0x65,0x0,0x74,0x0,0x65,0x0,0x38,0x0,0x35,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // round75.png + 0x0,0xb, + 0x7,0x56,0x8f,0xc7, + 0x0,0x72, + 0x0,0x6f,0x0,0x75,0x0,0x6e,0x0,0x64,0x0,0x37,0x0,0x35,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // clasic.png + 0x0,0xa, + 0x9,0xfb,0x12,0x47, + 0x0,0x63, + 0x0,0x6c,0x0,0x61,0x0,0x73,0x0,0x69,0x0,0x63,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // Untitled.png + 0x0,0xc, + 0x9,0x3c,0x36,0x27, + 0x0,0x55, + 0x0,0x6e,0x0,0x74,0x0,0x69,0x0,0x74,0x0,0x6c,0x0,0x65,0x0,0x64,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + +}; + +static const unsigned char qt_resource_struct[] = { + // : + 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1, + // :/files + 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x6,0x0,0x0,0x0,0x2, + // :/files/delete85.png + 0x0,0x0,0x0,0x38,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x1d,0x83, + // :/files/down.png + 0x0,0x0,0x0,0x22,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0xf,0xd6, + // :/files/round75.png + 0x0,0x0,0x0,0x56,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x2d,0x30, + // :/files/up.png + 0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0, + // :/files/Untitled.png + 0x0,0x0,0x0,0x8c,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x5a,0xd2, + // :/files/clasic.png + 0x0,0x0,0x0,0x72,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x4b,0x13, + +}; + +#ifdef QT_NAMESPACE +# define QT_RCC_PREPEND_NAMESPACE(name) ::QT_NAMESPACE::name +# define QT_RCC_MANGLE_NAMESPACE0(x) x +# define QT_RCC_MANGLE_NAMESPACE1(a, b) a##_##b +# define QT_RCC_MANGLE_NAMESPACE2(a, b) QT_RCC_MANGLE_NAMESPACE1(a,b) +# define QT_RCC_MANGLE_NAMESPACE(name) QT_RCC_MANGLE_NAMESPACE2( \ + QT_RCC_MANGLE_NAMESPACE0(name), QT_RCC_MANGLE_NAMESPACE0(QT_NAMESPACE)) +#else +# define QT_RCC_PREPEND_NAMESPACE(name) name +# define QT_RCC_MANGLE_NAMESPACE(name) name +#endif + +#ifdef QT_NAMESPACE +namespace QT_NAMESPACE { +#endif + +bool qRegisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *); + +bool qUnregisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *); + +#ifdef QT_NAMESPACE +} +#endif + +int QT_RCC_MANGLE_NAMESPACE(qInitResources_Resources)(); +int QT_RCC_MANGLE_NAMESPACE(qInitResources_Resources)() +{ + QT_RCC_PREPEND_NAMESPACE(qRegisterResourceData) + (0x01, qt_resource_struct, qt_resource_name, qt_resource_data); + return 1; +} + +int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_Resources)(); +int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_Resources)() +{ + QT_RCC_PREPEND_NAMESPACE(qUnregisterResourceData) + (0x01, qt_resource_struct, qt_resource_name, qt_resource_data); + return 1; +} + +namespace { + struct initializer { + initializer() { QT_RCC_MANGLE_NAMESPACE(qInitResources_Resources)(); } + ~initializer() { QT_RCC_MANGLE_NAMESPACE(qCleanupResources_Resources)(); } + } dummy; +} diff --git a/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/qrc_Resources.o b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/qrc_Resources.o new file mode 100644 index 0000000..30bac50 Binary files /dev/null and b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/qrc_Resources.o differ diff --git a/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/targetlist.app/Contents/Info.plist b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/targetlist.app/Contents/Info.plist new file mode 100644 index 0000000..648b474 --- /dev/null +++ b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/targetlist.app/Contents/Info.plist @@ -0,0 +1,22 @@ + + + + + NSPrincipalClass + NSApplication + CFBundleIconFile + + CFBundlePackageType + APPL + CFBundleGetInfoString + Created by Qt/QMake + CFBundleSignature + ???? + CFBundleExecutable + targetlist + CFBundleIdentifier + com.yourcompany.targetlist + NOTE + This file was generated by Qt/QMake. + + diff --git a/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/targetlist.app/Contents/MacOS/targetlist b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/targetlist.app/Contents/MacOS/targetlist new file mode 100755 index 0000000..6fb63f2 Binary files /dev/null and b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/targetlist.app/Contents/MacOS/targetlist differ diff --git a/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/targetlist.app/Contents/PkgInfo b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/targetlist.app/Contents/PkgInfo new file mode 100644 index 0000000..6f749b0 --- /dev/null +++ b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/targetlist.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPL???? diff --git a/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/targetlist.app/Contents/Resources/empty.lproj b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/targetlist.app/Contents/Resources/empty.lproj new file mode 100644 index 0000000..e69de29 diff --git a/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/targetlist.o b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/targetlist.o new file mode 100644 index 0000000..8cf4437 Binary files /dev/null and b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/targetlist.o differ diff --git a/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/targetlistitem.o b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/targetlistitem.o new file mode 100644 index 0000000..50962a8 Binary files /dev/null and b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/targetlistitem.o differ diff --git a/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/targetmaker.o b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/targetmaker.o new file mode 100644 index 0000000..86e2d9b Binary files /dev/null and b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/targetmaker.o differ diff --git a/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/ui_mainwindow.h b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/ui_mainwindow.h new file mode 100644 index 0000000..bdb745f --- /dev/null +++ b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/ui_mainwindow.h @@ -0,0 +1,201 @@ +/******************************************************************************** +** Form generated from reading UI file 'mainwindow.ui' +** +** Created by: Qt User Interface Compiler version 5.4.0 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_MAINWINDOW_H +#define UI_MAINWINDOW_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_MainWindow +{ +public: + QAction *actionExport; + QWidget *centralWidget; + QVBoxLayout *verticalLayout; + QHBoxLayout *horizontalLayout_4; + QCommandLinkButton *newItem; + QCommandLinkButton *edit; + QCommandLinkButton *deleteButton; + QCommandLinkButton *upButton; + QCommandLinkButton *downButton; + QTableWidget *targetListTable; + QToolBar *mainToolBar; + QStatusBar *statusBar; + + void setupUi(QMainWindow *MainWindow) + { + if (MainWindow->objectName().isEmpty()) + MainWindow->setObjectName(QStringLiteral("MainWindow")); + MainWindow->resize(880, 500); + MainWindow->setUnifiedTitleAndToolBarOnMac(false); + actionExport = new QAction(MainWindow); + actionExport->setObjectName(QStringLiteral("actionExport")); + centralWidget = new QWidget(MainWindow); + centralWidget->setObjectName(QStringLiteral("centralWidget")); + verticalLayout = new QVBoxLayout(centralWidget); + verticalLayout->setSpacing(6); + verticalLayout->setContentsMargins(11, 11, 11, 11); + verticalLayout->setObjectName(QStringLiteral("verticalLayout")); + horizontalLayout_4 = new QHBoxLayout(); + horizontalLayout_4->setSpacing(0); + horizontalLayout_4->setObjectName(QStringLiteral("horizontalLayout_4")); + newItem = new QCommandLinkButton(centralWidget); + newItem->setObjectName(QStringLiteral("newItem")); + QIcon icon; + icon.addFile(QStringLiteral(":/files/round75.png"), QSize(), QIcon::Normal, QIcon::Off); + newItem->setIcon(icon); + newItem->setIconSize(QSize(30, 30)); + + horizontalLayout_4->addWidget(newItem); + + edit = new QCommandLinkButton(centralWidget); + edit->setObjectName(QStringLiteral("edit")); + QIcon icon1; + icon1.addFile(QStringLiteral(":/files/clasic.png"), QSize(), QIcon::Normal, QIcon::Off); + edit->setIcon(icon1); + edit->setIconSize(QSize(30, 40)); + + horizontalLayout_4->addWidget(edit); + + deleteButton = new QCommandLinkButton(centralWidget); + deleteButton->setObjectName(QStringLiteral("deleteButton")); + QIcon icon2; + icon2.addFile(QStringLiteral(":/files/delete85.png"), QSize(), QIcon::Normal, QIcon::Off); + deleteButton->setIcon(icon2); + deleteButton->setIconSize(QSize(30, 30)); + + horizontalLayout_4->addWidget(deleteButton); + + upButton = new QCommandLinkButton(centralWidget); + upButton->setObjectName(QStringLiteral("upButton")); + QIcon icon3; + icon3.addFile(QStringLiteral(":/files/up.png"), QSize(), QIcon::Normal, QIcon::Off); + upButton->setIcon(icon3); + upButton->setIconSize(QSize(30, 30)); + + horizontalLayout_4->addWidget(upButton); + + downButton = new QCommandLinkButton(centralWidget); + downButton->setObjectName(QStringLiteral("downButton")); + QIcon icon4; + icon4.addFile(QStringLiteral(":/files/down.png"), QSize(), QIcon::Normal, QIcon::Off); + downButton->setIcon(icon4); + downButton->setIconSize(QSize(30, 30)); + + horizontalLayout_4->addWidget(downButton); + + + verticalLayout->addLayout(horizontalLayout_4); + + targetListTable = new QTableWidget(centralWidget); + if (targetListTable->columnCount() < 4) + targetListTable->setColumnCount(4); + QTableWidgetItem *__qtablewidgetitem = new QTableWidgetItem(); + targetListTable->setHorizontalHeaderItem(0, __qtablewidgetitem); + QFont font; + font.setFamily(QStringLiteral("Segoe UI")); + font.setPointSize(11); + QTableWidgetItem *__qtablewidgetitem1 = new QTableWidgetItem(); + __qtablewidgetitem1->setFont(font); + targetListTable->setHorizontalHeaderItem(1, __qtablewidgetitem1); + QTableWidgetItem *__qtablewidgetitem2 = new QTableWidgetItem(); + __qtablewidgetitem2->setFont(font); + targetListTable->setHorizontalHeaderItem(2, __qtablewidgetitem2); + QTableWidgetItem *__qtablewidgetitem3 = new QTableWidgetItem(); + __qtablewidgetitem3->setFont(font); + targetListTable->setHorizontalHeaderItem(3, __qtablewidgetitem3); + targetListTable->setObjectName(QStringLiteral("targetListTable")); + QFont font1; + font1.setPointSize(11); + targetListTable->setFont(font1); + targetListTable->setAlternatingRowColors(false); + targetListTable->setSelectionMode(QAbstractItemView::ExtendedSelection); + targetListTable->setSelectionBehavior(QAbstractItemView::SelectRows); + targetListTable->setIconSize(QSize(0, 0)); + targetListTable->setSortingEnabled(false); + targetListTable->horizontalHeader()->setCascadingSectionResizes(false); + targetListTable->horizontalHeader()->setHighlightSections(false); + targetListTable->horizontalHeader()->setStretchLastSection(true); + targetListTable->verticalHeader()->setVisible(false); + targetListTable->verticalHeader()->setStretchLastSection(false); + + verticalLayout->addWidget(targetListTable); + + MainWindow->setCentralWidget(centralWidget); + mainToolBar = new QToolBar(MainWindow); + mainToolBar->setObjectName(QStringLiteral("mainToolBar")); + MainWindow->addToolBar(Qt::TopToolBarArea, mainToolBar); + statusBar = new QStatusBar(MainWindow); + statusBar->setObjectName(QStringLiteral("statusBar")); + MainWindow->setStatusBar(statusBar); + + retranslateUi(MainWindow); + + QMetaObject::connectSlotsByName(MainWindow); + } // setupUi + + void retranslateUi(QMainWindow *MainWindow) + { + MainWindow->setWindowTitle(QApplication::translate("MainWindow", "MainWindow", 0)); + actionExport->setText(QApplication::translate("MainWindow", "Export", 0)); +#ifndef QT_NO_TOOLTIP + newItem->setToolTip(QApplication::translate("MainWindow", "

Shortcut: ctrl+n

", 0)); +#endif // QT_NO_TOOLTIP + newItem->setText(QApplication::translate("MainWindow", "New Item", 0)); + newItem->setShortcut(QApplication::translate("MainWindow", "Ctrl+N", 0)); +#ifndef QT_NO_TOOLTIP + edit->setToolTip(QApplication::translate("MainWindow", "

Shortcut: ctrl+e

", 0)); +#endif // QT_NO_TOOLTIP + edit->setText(QApplication::translate("MainWindow", "Edit", 0)); + edit->setShortcut(QApplication::translate("MainWindow", "Ctrl+E", 0)); +#ifndef QT_NO_TOOLTIP + deleteButton->setToolTip(QApplication::translate("MainWindow", "

Shortcut: del

", 0)); +#endif // QT_NO_TOOLTIP + deleteButton->setText(QApplication::translate("MainWindow", "Delete", 0)); + deleteButton->setShortcut(QApplication::translate("MainWindow", "Del", 0)); +#ifndef QT_NO_TOOLTIP + upButton->setToolTip(QApplication::translate("MainWindow", "

Shortcut: Up Key

", 0)); +#endif // QT_NO_TOOLTIP + upButton->setText(QApplication::translate("MainWindow", "Up", 0)); + upButton->setShortcut(QApplication::translate("MainWindow", "Up", 0)); +#ifndef QT_NO_TOOLTIP + downButton->setToolTip(QApplication::translate("MainWindow", "

Shortcut: Down Key

", 0)); +#endif // QT_NO_TOOLTIP + downButton->setText(QApplication::translate("MainWindow", "Down", 0)); + downButton->setShortcut(QApplication::translate("MainWindow", "Down", 0)); + QTableWidgetItem *___qtablewidgetitem = targetListTable->horizontalHeaderItem(1); + ___qtablewidgetitem->setText(QApplication::translate("MainWindow", "Name", 0)); + QTableWidgetItem *___qtablewidgetitem1 = targetListTable->horizontalHeaderItem(2); + ___qtablewidgetitem1->setText(QApplication::translate("MainWindow", "Coordinates", 0)); + QTableWidgetItem *___qtablewidgetitem2 = targetListTable->horizontalHeaderItem(3); + ___qtablewidgetitem2->setText(QApplication::translate("MainWindow", "Description", 0)); + } // retranslateUi + +}; + +namespace Ui { + class MainWindow: public Ui_MainWindow {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_MAINWINDOW_H diff --git a/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/ui_targetmaker.h b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/ui_targetmaker.h new file mode 100644 index 0000000..7218765 --- /dev/null +++ b/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug/ui_targetmaker.h @@ -0,0 +1,178 @@ +/******************************************************************************** +** Form generated from reading UI file 'targetmaker.ui' +** +** Created by: Qt User Interface Compiler version 5.4.0 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_TARGETMAKER_H +#define UI_TARGETMAKER_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_TargetMaker +{ +public: + QVBoxLayout *verticalLayout; + QHBoxLayout *horizontalLayout; + QLabel *imageLabel; + QLineEdit *fileInput; + QToolButton *toolButton; + QHBoxLayout *nameContainer; + QLabel *nameLabel; + QLineEdit *nameInput; + QHBoxLayout *coordinateContainer; + QLabel *coordinateLabel; + QLineEdit *coordinateInput; + QHBoxLayout *descriptionContainer; + QLabel *descriptionLabel; + QTextEdit *descriptionInput; + QHBoxLayout *categoryContainer; + QLabel *categoryLabel; + QDialogButtonBox *buttonBox; + + void setupUi(QDialog *TargetMaker) + { + if (TargetMaker->objectName().isEmpty()) + TargetMaker->setObjectName(QStringLiteral("TargetMaker")); + TargetMaker->resize(400, 250); + verticalLayout = new QVBoxLayout(TargetMaker); + verticalLayout->setObjectName(QStringLiteral("verticalLayout")); + horizontalLayout = new QHBoxLayout(); + horizontalLayout->setObjectName(QStringLiteral("horizontalLayout")); + imageLabel = new QLabel(TargetMaker); + imageLabel->setObjectName(QStringLiteral("imageLabel")); + imageLabel->setMinimumSize(QSize(85, 0)); + QFont font; + font.setBold(true); + font.setWeight(75); + imageLabel->setFont(font); + + horizontalLayout->addWidget(imageLabel); + + fileInput = new QLineEdit(TargetMaker); + fileInput->setObjectName(QStringLiteral("fileInput")); + + horizontalLayout->addWidget(fileInput); + + toolButton = new QToolButton(TargetMaker); + toolButton->setObjectName(QStringLiteral("toolButton")); + + horizontalLayout->addWidget(toolButton); + + + verticalLayout->addLayout(horizontalLayout); + + nameContainer = new QHBoxLayout(); + nameContainer->setObjectName(QStringLiteral("nameContainer")); + nameLabel = new QLabel(TargetMaker); + nameLabel->setObjectName(QStringLiteral("nameLabel")); + nameLabel->setMinimumSize(QSize(85, 0)); + nameLabel->setFont(font); + + nameContainer->addWidget(nameLabel); + + nameInput = new QLineEdit(TargetMaker); + nameInput->setObjectName(QStringLiteral("nameInput")); + + nameContainer->addWidget(nameInput); + + + verticalLayout->addLayout(nameContainer); + + coordinateContainer = new QHBoxLayout(); + coordinateContainer->setObjectName(QStringLiteral("coordinateContainer")); + coordinateLabel = new QLabel(TargetMaker); + coordinateLabel->setObjectName(QStringLiteral("coordinateLabel")); + coordinateLabel->setMinimumSize(QSize(85, 0)); + coordinateLabel->setFont(font); + + coordinateContainer->addWidget(coordinateLabel); + + coordinateInput = new QLineEdit(TargetMaker); + coordinateInput->setObjectName(QStringLiteral("coordinateInput")); + + coordinateContainer->addWidget(coordinateInput); + + + verticalLayout->addLayout(coordinateContainer); + + descriptionContainer = new QHBoxLayout(); + descriptionContainer->setObjectName(QStringLiteral("descriptionContainer")); + descriptionLabel = new QLabel(TargetMaker); + descriptionLabel->setObjectName(QStringLiteral("descriptionLabel")); + descriptionLabel->setMinimumSize(QSize(85, 0)); + descriptionLabel->setFont(font); + + descriptionContainer->addWidget(descriptionLabel); + + descriptionInput = new QTextEdit(TargetMaker); + descriptionInput->setObjectName(QStringLiteral("descriptionInput")); + + descriptionContainer->addWidget(descriptionInput); + + + verticalLayout->addLayout(descriptionContainer); + + categoryContainer = new QHBoxLayout(); + categoryContainer->setObjectName(QStringLiteral("categoryContainer")); + categoryLabel = new QLabel(TargetMaker); + categoryLabel->setObjectName(QStringLiteral("categoryLabel")); + categoryLabel->setMinimumSize(QSize(85, 0)); + categoryLabel->setFont(font); + + categoryContainer->addWidget(categoryLabel); + + + verticalLayout->addLayout(categoryContainer); + + buttonBox = new QDialogButtonBox(TargetMaker); + buttonBox->setObjectName(QStringLiteral("buttonBox")); + buttonBox->setOrientation(Qt::Horizontal); + buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); + + verticalLayout->addWidget(buttonBox); + + + retranslateUi(TargetMaker); + QObject::connect(buttonBox, SIGNAL(accepted()), TargetMaker, SLOT(accept())); + QObject::connect(buttonBox, SIGNAL(rejected()), TargetMaker, SLOT(reject())); + + QMetaObject::connectSlotsByName(TargetMaker); + } // setupUi + + void retranslateUi(QDialog *TargetMaker) + { + TargetMaker->setWindowTitle(QApplication::translate("TargetMaker", "Dialog", 0)); + imageLabel->setText(QApplication::translate("TargetMaker", "Preview Image", 0)); + toolButton->setText(QApplication::translate("TargetMaker", "Browse", 0)); + nameLabel->setText(QApplication::translate("TargetMaker", "Name", 0)); + coordinateLabel->setText(QApplication::translate("TargetMaker", "Coordinates", 0)); + descriptionLabel->setText(QApplication::translate("TargetMaker", "Description", 0)); + categoryLabel->setText(QApplication::translate("TargetMaker", "Category", 0)); + } // retranslateUi + +}; + +namespace Ui { + class TargetMaker: public Ui_TargetMaker {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_TARGETMAKER_H diff --git a/groundstation/targetlist-old/targetlist/targetlist.pro.user b/groundstation/targetlist-old/targetlist/targetlist.pro.user index 15d9c5d..d9db6c8 100644 --- a/groundstation/targetlist-old/targetlist/targetlist.pro.user +++ b/groundstation/targetlist-old/targetlist/targetlist.pro.user @@ -1,257 +1,269 @@ - - - - - - EnvironmentId - {365378cf-fa4f-40ce-a14f-2021ed7b3e00} - - - ProjectExplorer.Project.ActiveTarget - 0 - - - ProjectExplorer.Project.EditorSettings - - true - false - true - - Cpp - - CppGlobal - - - - QmlJS - - QmlJSGlobal - - - 2 - UTF-8 - false - 4 - false - 80 - true - true - 1 - true - false - 0 - true - 0 - 8 - true - 1 - true - true - true - false - - - - ProjectExplorer.Project.PluginSettings - - - - ProjectExplorer.Project.Target.0 - - Desktop Qt 5.4.0 MinGW 32bit - Desktop Qt 5.4.0 MinGW 32bit - qt.54.win32_mingw491_kit - 0 - 0 - 0 - - C:/Users/Davis Wu/Documents/UAV/groundstation/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_MinGW_32bit-Debug - - - true - qmake - - QtProjectManager.QMakeBuildStep - false - true - - false - false - - - true - Make - - Qt4ProjectManager.MakeStep - - false - - - - 2 - Build - - ProjectExplorer.BuildSteps.Build - - - - true - Make - - Qt4ProjectManager.MakeStep - - true - clean - - - 1 - Clean - - ProjectExplorer.BuildSteps.Clean - - 2 - false - - Debug - - Qt4ProjectManager.Qt4BuildConfiguration - 2 - true - - - C:/Users/Davis Wu/Documents/UAV/groundstation/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_MinGW_32bit-Release - - - true - qmake - - QtProjectManager.QMakeBuildStep - false - true - - false - false - - - true - Make - - Qt4ProjectManager.MakeStep - - false - - - - 2 - Build - - ProjectExplorer.BuildSteps.Build - - - - true - Make - - Qt4ProjectManager.MakeStep - - true - clean - - - 1 - Clean - - ProjectExplorer.BuildSteps.Clean - - 2 - false - - Release - - Qt4ProjectManager.Qt4BuildConfiguration - 0 - true - - 2 - - - 0 - Deploy - - ProjectExplorer.BuildSteps.Deploy - - 1 - Deploy locally - - ProjectExplorer.DefaultDeployConfiguration - - 1 - - - - false - false - false - false - true - 0.01 - 10 - true - 1 - 25 - - 1 - true - false - true - valgrind - - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - - 2 - - targetlist - - Qt4ProjectManager.Qt4RunConfiguration:C:/Users/Davis Wu/Documents/UAV/groundstation/groundstation/targetlist-old/targetlist/targetlist.pro - - targetlist.pro - false - false - - 3768 - false - true - false - false - true - - 1 - - - - ProjectExplorer.Project.TargetCount - 1 - - - ProjectExplorer.Project.Updater.FileVersion - 18 - - - Version - 18 - - + + + + + + EnvironmentId + {1c95e52a-df6f-4def-81f6-8ace3d76d9d7} + + + ProjectExplorer.Project.ActiveTarget + 0 + + + ProjectExplorer.Project.EditorSettings + + true + false + true + + Cpp + + CppGlobal + + + + QmlJS + + QmlJSGlobal + + + 2 + UTF-8 + false + 4 + false + 80 + true + true + 1 + true + false + 0 + true + 0 + 8 + true + 1 + true + true + true + false + + + + ProjectExplorer.Project.PluginSettings + + + + ProjectExplorer.Project.Target.0 + + Desktop Qt 5.4.0 clang 64bit + Desktop Qt 5.4.0 clang 64bit + qt.54.clang_64_kit + 0 + 0 + 0 + + /Users/LuChen/Documents/groundstation/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Debug + + + true + qmake + + QtProjectManager.QMakeBuildStep + false + true + + false + false + + + true + Make + + Qt4ProjectManager.MakeStep + + -w + -r + + false + + + + 2 + Build + + ProjectExplorer.BuildSteps.Build + + + + true + Make + + Qt4ProjectManager.MakeStep + + -w + -r + + true + clean + + + 1 + Clean + + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Debug + + Qt4ProjectManager.Qt4BuildConfiguration + 2 + true + + + /Users/LuChen/Documents/groundstation/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_clang_64bit-Release + + + true + qmake + + QtProjectManager.QMakeBuildStep + false + true + + false + false + + + true + Make + + Qt4ProjectManager.MakeStep + + -w + -r + + false + + + + 2 + Build + + ProjectExplorer.BuildSteps.Build + + + + true + Make + + Qt4ProjectManager.MakeStep + + -w + -r + + true + clean + + + 1 + Clean + + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Release + + Qt4ProjectManager.Qt4BuildConfiguration + 0 + true + + 2 + + + 0 + Deploy + + ProjectExplorer.BuildSteps.Deploy + + 1 + Deploy locally + + ProjectExplorer.DefaultDeployConfiguration + + 1 + + + + false + false + false + false + true + 0.01 + 10 + true + 1 + 25 + + 1 + true + false + true + valgrind + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + + 2 + + targetlist + + Qt4ProjectManager.Qt4RunConfiguration:/Users/LuChen/Documents/groundstation/groundstation/targetlist-old/targetlist/targetlist.pro + + targetlist.pro + false + false + + 3768 + false + true + false + false + true + + 1 + + + + ProjectExplorer.Project.TargetCount + 1 + + + ProjectExplorer.Project.Updater.FileVersion + 18 + + + Version + 18 + + diff --git a/groundstation/targetlist-old/targetlist/targetlist.pro.user.365378c b/groundstation/targetlist-old/targetlist/targetlist.pro.user.365378c new file mode 100644 index 0000000..15d9c5d --- /dev/null +++ b/groundstation/targetlist-old/targetlist/targetlist.pro.user.365378c @@ -0,0 +1,257 @@ + + + + + + EnvironmentId + {365378cf-fa4f-40ce-a14f-2021ed7b3e00} + + + ProjectExplorer.Project.ActiveTarget + 0 + + + ProjectExplorer.Project.EditorSettings + + true + false + true + + Cpp + + CppGlobal + + + + QmlJS + + QmlJSGlobal + + + 2 + UTF-8 + false + 4 + false + 80 + true + true + 1 + true + false + 0 + true + 0 + 8 + true + 1 + true + true + true + false + + + + ProjectExplorer.Project.PluginSettings + + + + ProjectExplorer.Project.Target.0 + + Desktop Qt 5.4.0 MinGW 32bit + Desktop Qt 5.4.0 MinGW 32bit + qt.54.win32_mingw491_kit + 0 + 0 + 0 + + C:/Users/Davis Wu/Documents/UAV/groundstation/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_MinGW_32bit-Debug + + + true + qmake + + QtProjectManager.QMakeBuildStep + false + true + + false + false + + + true + Make + + Qt4ProjectManager.MakeStep + + false + + + + 2 + Build + + ProjectExplorer.BuildSteps.Build + + + + true + Make + + Qt4ProjectManager.MakeStep + + true + clean + + + 1 + Clean + + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Debug + + Qt4ProjectManager.Qt4BuildConfiguration + 2 + true + + + C:/Users/Davis Wu/Documents/UAV/groundstation/groundstation/targetlist-old/build-targetlist-Desktop_Qt_5_4_0_MinGW_32bit-Release + + + true + qmake + + QtProjectManager.QMakeBuildStep + false + true + + false + false + + + true + Make + + Qt4ProjectManager.MakeStep + + false + + + + 2 + Build + + ProjectExplorer.BuildSteps.Build + + + + true + Make + + Qt4ProjectManager.MakeStep + + true + clean + + + 1 + Clean + + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Release + + Qt4ProjectManager.Qt4BuildConfiguration + 0 + true + + 2 + + + 0 + Deploy + + ProjectExplorer.BuildSteps.Deploy + + 1 + Deploy locally + + ProjectExplorer.DefaultDeployConfiguration + + 1 + + + + false + false + false + false + true + 0.01 + 10 + true + 1 + 25 + + 1 + true + false + true + valgrind + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + + 2 + + targetlist + + Qt4ProjectManager.Qt4RunConfiguration:C:/Users/Davis Wu/Documents/UAV/groundstation/groundstation/targetlist-old/targetlist/targetlist.pro + + targetlist.pro + false + false + + 3768 + false + true + false + false + true + + 1 + + + + ProjectExplorer.Project.TargetCount + 1 + + + ProjectExplorer.Project.Updater.FileVersion + 18 + + + Version + 18 + + diff --git a/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/.qmake.stash b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/.qmake.stash new file mode 100644 index 0000000..87fd3e5 --- /dev/null +++ b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/.qmake.stash @@ -0,0 +1,17 @@ +QMAKE_XCODE_DEVELOPER_PATH = /Applications/Xcode.app/Contents/Developer +QMAKE_XCODE_VERSION = 6.0.1 +QMAKE_MAC_SDK.macosx.path = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk +QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_CC = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang +QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_CXX = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ +QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_FIX_RPATH = \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool \ + -id +QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_AR = \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar \ + cq +QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_RANLIB = \ + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib \ + -s +QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_LINK = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ +QMAKE_MAC_SDK.macx-clang.macosx.QMAKE_LINK_SHLIB = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ +QMAKE_MAC_SDK.macosx.platform_name = macosx diff --git a/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/Makefile b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/Makefile new file mode 100644 index 0000000..61ddfdb --- /dev/null +++ b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/Makefile @@ -0,0 +1,707 @@ +############################################################################# +# Makefile for building: photolist.app/Contents/MacOS/photolist +# Generated by qmake (3.0) (Qt 5.4.0) +# Project: ../photolist/photolist.pro +# Template: app +# Command: /Users/LuChen/Qt/5.4/clang_64/bin/qmake -spec macx-clang CONFIG+=debug CONFIG+=x86_64 -o Makefile ../photolist/photolist.pro +############################################################################# + +MAKEFILE = Makefile + +####### Compiler, tools and options + +CC = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang +CXX = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ +DEFINES = -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB +CFLAGS = -pipe -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE $(DEFINES) +CXXFLAGS = -pipe -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wall -W -fPIE $(DEFINES) +INCPATH = -I../../../../Qt/5.4/clang_64/mkspecs/macx-clang -I../photolist -I../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers -I../../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers -I../../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -I. -I. -F/Users/LuChen/Qt/5.4/clang_64/lib +QMAKE = /Users/LuChen/Qt/5.4/clang_64/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 = $(COPY_FILE) +INSTALL_PROGRAM = $(COPY_FILE) +INSTALL_DIR = $(COPY_DIR) +DEL_FILE = rm -f +SYMLINK = ln -f -s +DEL_DIR = rmdir +MOVE = mv -f +TAR = tar -cf +COMPRESS = gzip -9f +DISTNAME = photolist1.0.0 +DISTDIR = /Users/LuChen/Documents/groundstation/thephotolist/photolist/.tmp/photolist1.0.0 +LINK = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ +LFLAGS = -headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.7 -Wl,-rpath,/Users/LuChen/Qt/5.4/clang_64/lib +LIBS = $(SUBLIBS) -F/Users/LuChen/Qt/5.4/clang_64/lib -framework QtWidgets -framework QtGui -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 = + +####### Output directory + +OBJECTS_DIR = ./ + +####### Files + +SOURCES = ../photolist/main.cpp \ + ../photolist/mainwindow.cpp \ + ../photolist/imagewidget.cpp \ + ../photolist/itemmaker.cpp qrc_resources.cpp \ + moc_mainwindow.cpp \ + moc_imagewidget.cpp \ + moc_itemmaker.cpp +OBJECTS = main.o \ + mainwindow.o \ + imagewidget.o \ + itemmaker.o \ + qrc_resources.o \ + moc_mainwindow.o \ + moc_imagewidget.o \ + moc_itemmaker.o +DIST = ../../../../Qt/5.4/clang_64/mkspecs/features/spec_pre.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/qdevice.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/features/device_config.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/common/shell-unix.conf \ + ../../../../Qt/5.4/clang_64/mkspecs/common/unix.conf \ + ../../../../Qt/5.4/clang_64/mkspecs/common/mac.conf \ + ../../../../Qt/5.4/clang_64/mkspecs/common/macx.conf \ + ../../../../Qt/5.4/clang_64/mkspecs/common/gcc-base.conf \ + ../../../../Qt/5.4/clang_64/mkspecs/common/gcc-base-mac.conf \ + ../../../../Qt/5.4/clang_64/mkspecs/common/clang.conf \ + ../../../../Qt/5.4/clang_64/mkspecs/common/clang-mac.conf \ + ../../../../Qt/5.4/clang_64/mkspecs/qconfig.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_bluetooth.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_bluetooth_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_bootstrap_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_clucene_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_concurrent.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_concurrent_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_core.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_core_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_dbus.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_dbus_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_declarative.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_declarative_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_designer.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_designer_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_designercomponents_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_enginio.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_enginio_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_gui.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_gui_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_help.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_help_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_location.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_location_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_macextras.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_macextras_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimedia.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimedia_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimediawidgets.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_network.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_network_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_nfc.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_nfc_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_opengl.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_opengl_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_openglextensions.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_openglextensions_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_platformsupport_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_positioning.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_positioning_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_printsupport.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_printsupport_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qml.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qml_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qmldevtools_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qmltest.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qmltest_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quick.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quick_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quickparticles_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quickwidgets.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quickwidgets_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_script.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_script_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_scripttools.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_scripttools_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_sensors.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_sensors_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_serialport.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_serialport_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_sql.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_sql_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_svg.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_svg_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_testlib.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_testlib_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_uitools.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_uitools_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webchannel.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webchannel_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webengine.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webengine_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginecore.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginecore_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginewidgets.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkit.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkit_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkitwidgets.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkitwidgets_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_websockets.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_websockets_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webview.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webview_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_widgets.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_widgets_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_xml.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_xml_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_xmlpatterns.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/features/qt_functions.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/qt_config.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/macx-clang/qmake.conf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/spec_post.prf \ + ../photolist/.qmake.stash \ + ../../../../Qt/5.4/clang_64/mkspecs/features/exclusive_builds.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/default_pre.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/mac/default_pre.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/resolve_config.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/default_post.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/mac/sdk.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/mac/default_post.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/mac/objective_c.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/warn_on.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/qt.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/resources.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/moc.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/unix/opengl.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/uic.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/unix/thread.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/mac/rez.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/testcase_targets.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/exceptions.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/yacc.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/lex.prf \ + ../photolist/photolist.pro ../photolist/mainwindow.h \ + ../photolist/imagewidget.h \ + ../photolist/itemmaker.h ../photolist/main.cpp \ + ../photolist/mainwindow.cpp \ + ../photolist/imagewidget.cpp \ + ../photolist/itemmaker.cpp +QMAKE_TARGET = photolist +DESTDIR = #avoid trailing-slash linebreak +TARGET = photolist.app/Contents/MacOS/photolist + +####### Custom Compiler Variables +QMAKE_COMP_QMAKE_OBJECTIVE_CFLAGS = -pipe \ + -g \ + -isysroot \ + /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk \ + -mmacosx-version-min=10.7 \ + -Wall \ + -W + + + +first: all +####### Implicit rules + +.SUFFIXES: .o .c .cpp .cc .cxx .C + +.cpp.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" + +.cc.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" + +.cxx.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" + +.C.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" + +.c.o: + $(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<" + +####### Build rules + +$(TARGET): ui_mainwindow.h ui_imagewidget.h ui_itemmaker.h $(OBJECTS) + @test -d photolist.app/Contents/MacOS/ || mkdir -p photolist.app/Contents/MacOS/ + $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS) + +Makefile: ../photolist/photolist.pro ../../../../Qt/5.4/clang_64/mkspecs/macx-clang/qmake.conf ../../../../Qt/5.4/clang_64/mkspecs/features/spec_pre.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/qdevice.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/features/device_config.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/common/shell-unix.conf \ + ../../../../Qt/5.4/clang_64/mkspecs/common/unix.conf \ + ../../../../Qt/5.4/clang_64/mkspecs/common/mac.conf \ + ../../../../Qt/5.4/clang_64/mkspecs/common/macx.conf \ + ../../../../Qt/5.4/clang_64/mkspecs/common/gcc-base.conf \ + ../../../../Qt/5.4/clang_64/mkspecs/common/gcc-base-mac.conf \ + ../../../../Qt/5.4/clang_64/mkspecs/common/clang.conf \ + ../../../../Qt/5.4/clang_64/mkspecs/common/clang-mac.conf \ + ../../../../Qt/5.4/clang_64/mkspecs/qconfig.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_bluetooth.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_bluetooth_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_bootstrap_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_clucene_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_concurrent.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_concurrent_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_core.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_core_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_dbus.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_dbus_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_declarative.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_declarative_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_designer.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_designer_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_designercomponents_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_enginio.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_enginio_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_gui.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_gui_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_help.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_help_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_location.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_location_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_macextras.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_macextras_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimedia.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimedia_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimediawidgets.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_network.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_network_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_nfc.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_nfc_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_opengl.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_opengl_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_openglextensions.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_openglextensions_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_platformsupport_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_positioning.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_positioning_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_printsupport.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_printsupport_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qml.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qml_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qmldevtools_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qmltest.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qmltest_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quick.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quick_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quickparticles_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quickwidgets.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quickwidgets_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_script.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_script_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_scripttools.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_scripttools_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_sensors.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_sensors_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_serialport.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_serialport_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_sql.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_sql_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_svg.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_svg_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_testlib.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_testlib_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_uitools.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_uitools_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webchannel.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webchannel_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webengine.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webengine_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginecore.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginecore_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginewidgets.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkit.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkit_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkitwidgets.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkitwidgets_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_websockets.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_websockets_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webview.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webview_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_widgets.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_widgets_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_xml.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_xml_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_xmlpatterns.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri \ + ../../../../Qt/5.4/clang_64/mkspecs/features/qt_functions.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/qt_config.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/macx-clang/qmake.conf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/spec_post.prf \ + .qmake.stash \ + ../../../../Qt/5.4/clang_64/mkspecs/features/exclusive_builds.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/default_pre.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/mac/default_pre.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/resolve_config.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/default_post.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/mac/sdk.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/mac/default_post.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/mac/objective_c.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/warn_on.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/qt.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/resources.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/moc.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/unix/opengl.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/uic.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/unix/thread.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/mac/rez.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/testcase_targets.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/exceptions.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/yacc.prf \ + ../../../../Qt/5.4/clang_64/mkspecs/features/lex.prf \ + ../photolist/photolist.pro \ + ../photolist/resources.qrc \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/QtWidgets.prl \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/QtGui.prl \ + /Users/LuChen/Qt/5.4/clang_64/lib/QtCore.framework/QtCore.prl + $(QMAKE) -spec macx-clang CONFIG+=debug CONFIG+=x86_64 -o Makefile ../photolist/photolist.pro +../../../../Qt/5.4/clang_64/mkspecs/features/spec_pre.prf: +../../../../Qt/5.4/clang_64/mkspecs/qdevice.pri: +../../../../Qt/5.4/clang_64/mkspecs/features/device_config.prf: +../../../../Qt/5.4/clang_64/mkspecs/common/shell-unix.conf: +../../../../Qt/5.4/clang_64/mkspecs/common/unix.conf: +../../../../Qt/5.4/clang_64/mkspecs/common/mac.conf: +../../../../Qt/5.4/clang_64/mkspecs/common/macx.conf: +../../../../Qt/5.4/clang_64/mkspecs/common/gcc-base.conf: +../../../../Qt/5.4/clang_64/mkspecs/common/gcc-base-mac.conf: +../../../../Qt/5.4/clang_64/mkspecs/common/clang.conf: +../../../../Qt/5.4/clang_64/mkspecs/common/clang-mac.conf: +../../../../Qt/5.4/clang_64/mkspecs/qconfig.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_bluetooth.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_bluetooth_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_bootstrap_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_clucene_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_concurrent.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_concurrent_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_core.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_core_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_dbus.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_dbus_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_declarative.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_declarative_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_designer.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_designer_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_designercomponents_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_enginio.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_enginio_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_gui.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_gui_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_help.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_help_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_location.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_location_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_macextras.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_macextras_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimedia.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimedia_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimediawidgets.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_network.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_network_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_nfc.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_nfc_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_opengl.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_opengl_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_openglextensions.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_openglextensions_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_platformsupport_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_positioning.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_positioning_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_printsupport.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_printsupport_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qml.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qml_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qmldevtools_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qmltest.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qmltest_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quick.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quick_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quickparticles_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quickwidgets.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_quickwidgets_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_script.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_script_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_scripttools.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_scripttools_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_sensors.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_sensors_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_serialport.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_serialport_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_sql.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_sql_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_svg.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_svg_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_testlib.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_testlib_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_uitools.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_uitools_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webchannel.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webchannel_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webengine.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webengine_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginecore.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginecore_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginewidgets.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkit.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkit_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkitwidgets.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webkitwidgets_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_websockets.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_websockets_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webview.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_webview_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_widgets.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_widgets_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_xml.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_xml_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_xmlpatterns.pri: +../../../../Qt/5.4/clang_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri: +../../../../Qt/5.4/clang_64/mkspecs/features/qt_functions.prf: +../../../../Qt/5.4/clang_64/mkspecs/features/qt_config.prf: +../../../../Qt/5.4/clang_64/mkspecs/macx-clang/qmake.conf: +../../../../Qt/5.4/clang_64/mkspecs/features/spec_post.prf: +.qmake.stash: +../../../../Qt/5.4/clang_64/mkspecs/features/exclusive_builds.prf: +../../../../Qt/5.4/clang_64/mkspecs/features/default_pre.prf: +../../../../Qt/5.4/clang_64/mkspecs/features/mac/default_pre.prf: +../../../../Qt/5.4/clang_64/mkspecs/features/resolve_config.prf: +../../../../Qt/5.4/clang_64/mkspecs/features/default_post.prf: +../../../../Qt/5.4/clang_64/mkspecs/features/mac/sdk.prf: +../../../../Qt/5.4/clang_64/mkspecs/features/mac/default_post.prf: +../../../../Qt/5.4/clang_64/mkspecs/features/mac/objective_c.prf: +../../../../Qt/5.4/clang_64/mkspecs/features/warn_on.prf: +../../../../Qt/5.4/clang_64/mkspecs/features/qt.prf: +../../../../Qt/5.4/clang_64/mkspecs/features/resources.prf: +../../../../Qt/5.4/clang_64/mkspecs/features/moc.prf: +../../../../Qt/5.4/clang_64/mkspecs/features/unix/opengl.prf: +../../../../Qt/5.4/clang_64/mkspecs/features/uic.prf: +../../../../Qt/5.4/clang_64/mkspecs/features/unix/thread.prf: +../../../../Qt/5.4/clang_64/mkspecs/features/mac/rez.prf: +../../../../Qt/5.4/clang_64/mkspecs/features/testcase_targets.prf: +../../../../Qt/5.4/clang_64/mkspecs/features/exceptions.prf: +../../../../Qt/5.4/clang_64/mkspecs/features/yacc.prf: +../../../../Qt/5.4/clang_64/mkspecs/features/lex.prf: +../photolist/photolist.pro: +../photolist/resources.qrc: +/Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/QtWidgets.prl: +/Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/QtGui.prl: +/Users/LuChen/Qt/5.4/clang_64/lib/QtCore.framework/QtCore.prl: +qmake: FORCE + @$(QMAKE) -spec macx-clang CONFIG+=debug CONFIG+=x86_64 -o Makefile ../photolist/photolist.pro + +qmake_all: FORCE + +photolist.app/Contents/PkgInfo: + @test -d photolist.app/Contents || mkdir -p photolist.app/Contents + @$(DEL_FILE) photolist.app/Contents/PkgInfo + @echo "APPL????" >photolist.app/Contents/PkgInfo +photolist.app/Contents/Resources/empty.lproj: + @test -d photolist.app/Contents/Resources || mkdir -p photolist.app/Contents/Resources + @touch photolist.app/Contents/Resources/empty.lproj + +photolist.app/Contents/Info.plist: + @test -d photolist.app/Contents || mkdir -p photolist.app/Contents + @$(DEL_FILE) photolist.app/Contents/Info.plist + @sed -e "s,@SHORT_VERSION@,1.0,g" -e "s,@FULL_VERSION@,1.0.0,g" -e "s,@TYPEINFO@,????,g" -e "s,@BUNDLEIDENTIFIER@,com.yourcompany.photolist,g" -e "s,@ICON@,,g" -e "s,@EXECUTABLE@,photolist,g" -e "s,@TYPEINFO@,????,g" ../../../../Qt/5.4/clang_64/mkspecs/macx-clang/Info.plist.app >photolist.app/Contents/Info.plist + +all: Makefile \ + photolist.app/Contents/PkgInfo \ + photolist.app/Contents/Resources/empty.lproj \ + photolist.app/Contents/Info.plist $(TARGET) + +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 ../photolist/resources.qrc $(DISTDIR)/ + $(COPY_FILE) --parents ../photolist/mainwindow.h ../photolist/imagewidget.h ../photolist/itemmaker.h $(DISTDIR)/ + $(COPY_FILE) --parents ../photolist/main.cpp ../photolist/mainwindow.cpp ../photolist/imagewidget.cpp ../photolist/itemmaker.cpp $(DISTDIR)/ + $(COPY_FILE) --parents ../photolist/mainwindow.ui ../photolist/imagewidget.ui ../photolist/itemmaker.ui $(DISTDIR)/ + + +clean:compiler_clean + -$(DEL_FILE) $(OBJECTS) + -$(DEL_FILE) *~ core *.core + + +distclean: clean + -$(DEL_FILE) -r photolist.app + -$(DEL_FILE) Makefile + + +####### Sub-libraries + +mocclean: compiler_moc_header_clean compiler_moc_source_clean + +mocables: compiler_moc_header_make_all compiler_moc_source_make_all + +check: first + +compiler_objective_c_make_all: +compiler_objective_c_clean: +compiler_rcc_make_all: qrc_resources.cpp +compiler_rcc_clean: + -$(DEL_FILE) qrc_resources.cpp +qrc_resources.cpp: ../photolist/resources.qrc \ + ../photolist/images/Untitled.png + /Users/LuChen/Qt/5.4/clang_64/bin/rcc -name resources ../photolist/resources.qrc -o qrc_resources.cpp + +compiler_moc_header_make_all: moc_mainwindow.cpp moc_imagewidget.cpp moc_itemmaker.cpp +compiler_moc_header_clean: + -$(DEL_FILE) moc_mainwindow.cpp moc_imagewidget.cpp moc_itemmaker.cpp +moc_mainwindow.cpp: ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QMainWindow \ + ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qmainwindow.h \ + ../../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/QResizeEvent \ + ../../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qevent.h \ + ../photolist/imagewidget.h \ + ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QWidget \ + ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qwidget.h \ + ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QLabel \ + ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qlabel.h \ + ../../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QDebug \ + ../../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdebug.h \ + ../../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QItemSelectionModel \ + ../../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qitemselectionmodel.h \ + ../../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QModelIndexList \ + ../../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstractitemmodel.h \ + ../../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QtAlgorithms \ + ../../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qalgorithms.h \ + ../photolist/mainwindow.h + /Users/LuChen/Qt/5.4/clang_64/bin/moc $(DEFINES) -D__APPLE__ -D__GNUC__=4 -I/Users/LuChen/Qt/5.4/clang_64/mkspecs/macx-clang -I/Users/LuChen/Documents/groundstation/thephotolist/photolist -I/Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Headers -I/Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Headers -I/Users/LuChen/Qt/5.4/clang_64/lib/QtCore.framework/Headers -I. -F/Users/LuChen/Qt/5.4/clang_64/lib ../photolist/mainwindow.h -o moc_mainwindow.cpp + +moc_imagewidget.cpp: ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QWidget \ + ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qwidget.h \ + ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QLabel \ + ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qlabel.h \ + ../photolist/imagewidget.h + /Users/LuChen/Qt/5.4/clang_64/bin/moc $(DEFINES) -D__APPLE__ -D__GNUC__=4 -I/Users/LuChen/Qt/5.4/clang_64/mkspecs/macx-clang -I/Users/LuChen/Documents/groundstation/thephotolist/photolist -I/Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Headers -I/Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Headers -I/Users/LuChen/Qt/5.4/clang_64/lib/QtCore.framework/Headers -I. -F/Users/LuChen/Qt/5.4/clang_64/lib ../photolist/imagewidget.h -o moc_imagewidget.cpp + +moc_itemmaker.cpp: ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QDialog \ + ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qdialog.h \ + ../photolist/itemmaker.h + /Users/LuChen/Qt/5.4/clang_64/bin/moc $(DEFINES) -D__APPLE__ -D__GNUC__=4 -I/Users/LuChen/Qt/5.4/clang_64/mkspecs/macx-clang -I/Users/LuChen/Documents/groundstation/thephotolist/photolist -I/Users/LuChen/Qt/5.4/clang_64/lib/QtWidgets.framework/Headers -I/Users/LuChen/Qt/5.4/clang_64/lib/QtGui.framework/Headers -I/Users/LuChen/Qt/5.4/clang_64/lib/QtCore.framework/Headers -I. -F/Users/LuChen/Qt/5.4/clang_64/lib ../photolist/itemmaker.h -o moc_itemmaker.cpp + +compiler_moc_source_make_all: +compiler_moc_source_clean: +compiler_uic_make_all: ui_mainwindow.h ui_imagewidget.h ui_itemmaker.h +compiler_uic_clean: + -$(DEL_FILE) ui_mainwindow.h ui_imagewidget.h ui_itemmaker.h +ui_mainwindow.h: ../photolist/mainwindow.ui + /Users/LuChen/Qt/5.4/clang_64/bin/uic ../photolist/mainwindow.ui -o ui_mainwindow.h + +ui_imagewidget.h: ../photolist/imagewidget.ui + /Users/LuChen/Qt/5.4/clang_64/bin/uic ../photolist/imagewidget.ui -o ui_imagewidget.h + +ui_itemmaker.h: ../photolist/itemmaker.ui + /Users/LuChen/Qt/5.4/clang_64/bin/uic ../photolist/itemmaker.ui -o ui_itemmaker.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_header_clean compiler_uic_clean + +####### Compile + +main.o: ../photolist/main.cpp ../photolist/mainwindow.h \ + ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QMainWindow \ + ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qmainwindow.h \ + ../../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/QResizeEvent \ + ../../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qevent.h \ + ../photolist/imagewidget.h \ + ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QWidget \ + ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qwidget.h \ + ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QLabel \ + ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qlabel.h \ + ../../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QDebug \ + ../../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdebug.h \ + ../../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QItemSelectionModel \ + ../../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qitemselectionmodel.h \ + ../../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QModelIndexList \ + ../../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstractitemmodel.h \ + ../../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QtAlgorithms \ + ../../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qalgorithms.h \ + ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QApplication \ + ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qapplication.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o ../photolist/main.cpp + +mainwindow.o: ../photolist/mainwindow.cpp ../photolist/mainwindow.h \ + ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QMainWindow \ + ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qmainwindow.h \ + ../../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/QResizeEvent \ + ../../../../Qt/5.4/clang_64/lib/QtGui.framework/Versions/5/Headers/qevent.h \ + ../photolist/imagewidget.h \ + ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QWidget \ + ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qwidget.h \ + ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QLabel \ + ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qlabel.h \ + ../../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QDebug \ + ../../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qdebug.h \ + ../../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QItemSelectionModel \ + ../../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qitemselectionmodel.h \ + ../../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QModelIndexList \ + ../../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qabstractitemmodel.h \ + ../../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/QtAlgorithms \ + ../../../../Qt/5.4/clang_64/lib/QtCore.framework/Versions/5/Headers/qalgorithms.h \ + ui_mainwindow.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mainwindow.o ../photolist/mainwindow.cpp + +imagewidget.o: ../photolist/imagewidget.cpp ../photolist/imagewidget.h \ + ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QWidget \ + ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qwidget.h \ + ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QLabel \ + ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qlabel.h \ + ui_imagewidget.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o imagewidget.o ../photolist/imagewidget.cpp + +itemmaker.o: ../photolist/itemmaker.cpp ../photolist/itemmaker.h \ + ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QDialog \ + ../../../../Qt/5.4/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qdialog.h \ + ui_itemmaker.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o itemmaker.o ../photolist/itemmaker.cpp + +qrc_resources.o: qrc_resources.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o qrc_resources.o qrc_resources.cpp + +moc_mainwindow.o: moc_mainwindow.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_mainwindow.o moc_mainwindow.cpp + +moc_imagewidget.o: moc_imagewidget.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_imagewidget.o moc_imagewidget.cpp + +moc_itemmaker.o: moc_itemmaker.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_itemmaker.o moc_itemmaker.cpp + +####### Install + +install: FORCE + +uninstall: FORCE + +FORCE: + diff --git a/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/imagewidget.o b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/imagewidget.o new file mode 100644 index 0000000..04b91c4 Binary files /dev/null and b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/imagewidget.o differ diff --git a/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/itemmaker.o b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/itemmaker.o new file mode 100644 index 0000000..52a59c6 Binary files /dev/null and b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/itemmaker.o differ diff --git a/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/main.o b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/main.o new file mode 100644 index 0000000..6bf800c Binary files /dev/null and b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/main.o differ diff --git a/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/mainwindow.o b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/mainwindow.o new file mode 100644 index 0000000..a0fd528 Binary files /dev/null and b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/mainwindow.o differ diff --git a/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_imagewidget.cpp b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_imagewidget.cpp new file mode 100644 index 0000000..eef0459 --- /dev/null +++ b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_imagewidget.cpp @@ -0,0 +1,89 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'imagewidget.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.4.0) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "../photolist/imagewidget.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'imagewidget.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.4.0. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +struct qt_meta_stringdata_ImageWidget_t { + QByteArrayData data[1]; + char stringdata[12]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_ImageWidget_t, stringdata) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_ImageWidget_t qt_meta_stringdata_ImageWidget = { + { +QT_MOC_LITERAL(0, 0, 11) // "ImageWidget" + + }, + "ImageWidget" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_ImageWidget[] = { + + // content: + 7, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + 0 // eod +}; + +void ImageWidget::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +const QMetaObject ImageWidget::staticMetaObject = { + { &QWidget::staticMetaObject, qt_meta_stringdata_ImageWidget.data, + qt_meta_data_ImageWidget, qt_static_metacall, Q_NULLPTR, Q_NULLPTR} +}; + + +const QMetaObject *ImageWidget::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *ImageWidget::qt_metacast(const char *_clname) +{ + if (!_clname) return Q_NULLPTR; + if (!strcmp(_clname, qt_meta_stringdata_ImageWidget.stringdata)) + return static_cast(const_cast< ImageWidget*>(this)); + return QWidget::qt_metacast(_clname); +} + +int ImageWidget::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QWidget::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_imagewidget.o b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_imagewidget.o new file mode 100644 index 0000000..b815c71 Binary files /dev/null and b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_imagewidget.o differ diff --git a/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_itemmaker.cpp b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_itemmaker.cpp new file mode 100644 index 0000000..624ae40 --- /dev/null +++ b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_itemmaker.cpp @@ -0,0 +1,115 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'itemmaker.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.4.0) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "../photolist/itemmaker.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'itemmaker.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.4.0. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +struct qt_meta_stringdata_ItemMaker_t { + QByteArrayData data[4]; + char stringdata[57]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_ItemMaker_t, stringdata) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_ItemMaker_t qt_meta_stringdata_ItemMaker = { + { +QT_MOC_LITERAL(0, 0, 9), // "ItemMaker" +QT_MOC_LITERAL(1, 10, 23), // "on_browseButton_clicked" +QT_MOC_LITERAL(2, 34, 0), // "" +QT_MOC_LITERAL(3, 35, 21) // "on_buttonBox_accepted" + + }, + "ItemMaker\0on_browseButton_clicked\0\0" + "on_buttonBox_accepted" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_ItemMaker[] = { + + // content: + 7, // revision + 0, // classname + 0, 0, // classinfo + 2, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 24, 2, 0x08 /* Private */, + 3, 0, 25, 2, 0x08 /* Private */, + + // slots: parameters + QMetaType::Void, + QMetaType::Void, + + 0 // eod +}; + +void ItemMaker::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + ItemMaker *_t = static_cast(_o); + switch (_id) { + case 0: _t->on_browseButton_clicked(); break; + case 1: _t->on_buttonBox_accepted(); break; + default: ; + } + } + Q_UNUSED(_a); +} + +const QMetaObject ItemMaker::staticMetaObject = { + { &QDialog::staticMetaObject, qt_meta_stringdata_ItemMaker.data, + qt_meta_data_ItemMaker, qt_static_metacall, Q_NULLPTR, Q_NULLPTR} +}; + + +const QMetaObject *ItemMaker::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *ItemMaker::qt_metacast(const char *_clname) +{ + if (!_clname) return Q_NULLPTR; + if (!strcmp(_clname, qt_meta_stringdata_ItemMaker.stringdata)) + return static_cast(const_cast< ItemMaker*>(this)); + return QDialog::qt_metacast(_clname); +} + +int ItemMaker::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QDialog::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 2) + qt_static_metacall(this, _c, _id, _a); + _id -= 2; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 2) + *reinterpret_cast(_a[0]) = -1; + _id -= 2; + } + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_itemmaker.o b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_itemmaker.o new file mode 100644 index 0000000..dfa6f93 Binary files /dev/null and b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_itemmaker.o differ diff --git a/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainwindow.cpp b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainwindow.cpp new file mode 100644 index 0000000..dbd512d --- /dev/null +++ b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainwindow.cpp @@ -0,0 +1,120 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'mainwindow.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.4.0) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "../photolist/mainwindow.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'mainwindow.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.4.0. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +struct qt_meta_stringdata_MainWindow_t { + QByteArrayData data[5]; + char stringdata[87]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_MainWindow_t, stringdata) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_MainWindow_t qt_meta_stringdata_MainWindow = { + { +QT_MOC_LITERAL(0, 0, 10), // "MainWindow" +QT_MOC_LITERAL(1, 11, 24), // "on_addItemButton_clicked" +QT_MOC_LITERAL(2, 36, 0), // "" +QT_MOC_LITERAL(3, 37, 27), // "on_deleteItemButton_clicked" +QT_MOC_LITERAL(4, 65, 21) // "on_editButton_clicked" + + }, + "MainWindow\0on_addItemButton_clicked\0" + "\0on_deleteItemButton_clicked\0" + "on_editButton_clicked" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_MainWindow[] = { + + // content: + 7, // revision + 0, // classname + 0, 0, // classinfo + 3, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 29, 2, 0x08 /* Private */, + 3, 0, 30, 2, 0x08 /* Private */, + 4, 0, 31, 2, 0x08 /* Private */, + + // slots: parameters + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + + 0 // eod +}; + +void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + MainWindow *_t = static_cast(_o); + switch (_id) { + case 0: _t->on_addItemButton_clicked(); break; + case 1: _t->on_deleteItemButton_clicked(); break; + case 2: _t->on_editButton_clicked(); break; + default: ; + } + } + Q_UNUSED(_a); +} + +const QMetaObject MainWindow::staticMetaObject = { + { &QMainWindow::staticMetaObject, qt_meta_stringdata_MainWindow.data, + qt_meta_data_MainWindow, qt_static_metacall, Q_NULLPTR, Q_NULLPTR} +}; + + +const QMetaObject *MainWindow::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *MainWindow::qt_metacast(const char *_clname) +{ + if (!_clname) return Q_NULLPTR; + if (!strcmp(_clname, qt_meta_stringdata_MainWindow.stringdata)) + return static_cast(const_cast< MainWindow*>(this)); + return QMainWindow::qt_metacast(_clname); +} + +int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QMainWindow::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 3) + qt_static_metacall(this, _c, _id, _a); + _id -= 3; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 3) + *reinterpret_cast(_a[0]) = -1; + _id -= 3; + } + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainwindow.o b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainwindow.o new file mode 100644 index 0000000..0efc8a5 Binary files /dev/null and b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/moc_mainwindow.o differ diff --git a/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/photolist.app/Contents/Info.plist b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/photolist.app/Contents/Info.plist new file mode 100644 index 0000000..f1f978f --- /dev/null +++ b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/photolist.app/Contents/Info.plist @@ -0,0 +1,22 @@ + + + + + NSPrincipalClass + NSApplication + CFBundleIconFile + + CFBundlePackageType + APPL + CFBundleGetInfoString + Created by Qt/QMake + CFBundleSignature + ???? + CFBundleExecutable + photolist + CFBundleIdentifier + com.yourcompany.photolist + NOTE + This file was generated by Qt/QMake. + + diff --git a/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/photolist.app/Contents/MacOS/photolist b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/photolist.app/Contents/MacOS/photolist new file mode 100755 index 0000000..07498cf Binary files /dev/null and b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/photolist.app/Contents/MacOS/photolist differ diff --git a/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/photolist.app/Contents/PkgInfo b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/photolist.app/Contents/PkgInfo new file mode 100644 index 0000000..6f749b0 --- /dev/null +++ b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/photolist.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPL???? diff --git a/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/photolist.app/Contents/Resources/empty.lproj b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/photolist.app/Contents/Resources/empty.lproj new file mode 100644 index 0000000..e69de29 diff --git a/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/qrc_resources.cpp b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/qrc_resources.cpp new file mode 100644 index 0000000..f5e7a01 --- /dev/null +++ b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/qrc_resources.cpp @@ -0,0 +1,233 @@ +/**************************************************************************** +** Resource object code +** +** Created by: The Resource Compiler for Qt version 5.4.0 +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +static const unsigned char qt_resource_data[] = { + // /Users/LuChen/Documents/groundstation/thephotolist/photolist/images/Untitled.png + 0x0,0x0,0x9,0x35, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0xae,0x0,0x0,0x0,0x85,0x8,0x2,0x0,0x0,0x0,0x4d,0x5,0x54,0x4c, + 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0, + 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0, + 0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xe,0xc3,0x0,0x0,0xe,0xc3,0x1,0xc7,0x6f, + 0xa8,0x64,0x0,0x0,0x8,0xca,0x49,0x44,0x41,0x54,0x78,0x5e,0xed,0x9d,0x8b,0x52, + 0x13,0x49,0x14,0x86,0xf7,0xfd,0x9f,0x60,0x17,0x85,0x12,0x11,0x4b,0x14,0x6f,0xb5, + 0xb5,0xab,0x96,0xd6,0x5a,0x46,0x2e,0x22,0x72,0xd,0x90,0x80,0xbb,0xb2,0xde,0xcd, + 0x3e,0xc5,0xfe,0xe1,0x1c,0x8e,0xcd,0x64,0x12,0x32,0x33,0x3d,0x99,0xce,0xe1,0xff, + 0xea,0x54,0x2a,0xa4,0x93,0xc9,0x90,0xfe,0x38,0x7d,0xba,0x67,0x32,0xfc,0xf2,0x9a, + 0x90,0x33,0xa8,0x2,0x51,0xa8,0x2,0x51,0xa8,0x2,0x51,0xa8,0x2,0x51,0xa8,0x2, + 0x51,0xa8,0x2,0x51,0xa8,0x2,0x51,0xa8,0x2,0x51,0xa8,0x2,0x51,0xa8,0x2,0x51, + 0xa8,0x2,0x51,0xa8,0x2,0x51,0xa8,0x2,0x51,0xa8,0x2,0x51,0xa8,0x2,0x51,0xa8, + 0x2,0x51,0xa8,0x2,0x51,0xfc,0xa8,0xf0,0xf4,0xcd,0xd6,0x9f,0x6f,0x77,0xf4,0x7, + 0x52,0x1c,0x3f,0x2a,0x3c,0xd8,0x3e,0xfa,0xed,0xf8,0xbf,0xdf,0x37,0xf7,0xf5,0x67, + 0x52,0x10,0x3f,0x2a,0xdc,0xdd,0x39,0x86,0xa,0xb4,0xa1,0x34,0xde,0xb2,0xc2,0xaf, + 0x5d,0xda,0x50,0x12,0x6f,0x2a,0xd0,0x86,0xd2,0x38,0x54,0xc1,0x6c,0x60,0x15,0x59, + 0x8,0x9f,0x2a,0x88,0xd,0x78,0x44,0xdb,0xc8,0x18,0x38,0x2c,0x1b,0x2d,0x1e,0x6c, + 0x51,0x85,0x2,0xf8,0x2c,0x1b,0x55,0x85,0xa8,0x59,0xc1,0xfd,0xba,0x85,0xdb,0xb2, + 0x31,0xba,0xa,0xb2,0x7d,0xc7,0xd5,0xa8,0xcf,0x1,0x42,0x6c,0xa8,0x43,0x5,0x84, + 0x57,0x1b,0xfc,0xa8,0xb0,0xb4,0xf7,0xde,0x24,0x90,0x3b,0x71,0x55,0x8,0x55,0x73, + 0x69,0x83,0x1f,0x15,0xe6,0xf,0x3f,0x9b,0x4,0x72,0x27,0x6e,0xd9,0x78,0xef,0xa2, + 0x6a,0xfe,0x6c,0x70,0xa2,0x42,0x6b,0x65,0x45,0x7a,0x48,0xa2,0x8e,0x1,0x62,0xe1, + 0xf0,0x53,0xb8,0x71,0x84,0xb3,0x2a,0xd2,0x89,0xa,0xcf,0xd6,0x37,0xa5,0x7b,0x2c, + 0xa2,0xf,0x10,0xd7,0x3a,0xdf,0xc3,0x8d,0xe3,0x36,0xee,0xf6,0x1b,0xc7,0x89,0xa, + 0xcb,0xdb,0x5d,0xeb,0x27,0x8b,0x88,0x3,0xc4,0xcb,0xd5,0xf5,0xcc,0xc6,0xa3,0xab, + 0xd6,0x38,0x4e,0x54,0x40,0xaf,0x48,0xf7,0x84,0xbd,0x15,0x71,0x38,0x7f,0xb2,0xb1, + 0x1d,0x6e,0x59,0xc2,0xd9,0x12,0x96,0x2b,0x15,0x10,0xa1,0xd,0xcf,0xd7,0xdf,0x6a, + 0x73,0x65,0x72,0xb3,0xce,0x63,0x5f,0x95,0xa3,0x37,0x15,0x10,0x62,0xc3,0x4c,0xb7, + 0xa7,0x6d,0x31,0xb8,0xbd,0xff,0xc1,0xb6,0x6c,0x81,0x2,0x45,0x9b,0x5d,0xe0,0x44, + 0x85,0xcc,0x1,0x8,0xf4,0x19,0xa,0x7e,0x6d,0x8b,0x81,0xd5,0x8c,0xa1,0xd,0xaf, + 0x56,0xd7,0xb4,0xd9,0x5,0x6e,0x6b,0x85,0xfb,0x3b,0x1d,0x6d,0xab,0xc,0x6,0x1a, + 0xdb,0x2c,0x42,0xde,0x65,0xb6,0xf3,0x4d,0x9b,0xbd,0xe0,0xb6,0x56,0xc0,0x23,0xda, + 0x56,0x99,0xc1,0x42,0x1,0xef,0xb2,0xd8,0x3e,0xd5,0x66,0x2f,0xb8,0xad,0x15,0x22, + 0xaa,0x70,0xeb,0xe0,0xa3,0x6d,0xd6,0x22,0x62,0xd6,0x49,0x4,0xf,0x2a,0xb4,0x5a, + 0xad,0x50,0x5,0x4,0xba,0x2d,0x96,0xa,0xe1,0x8a,0x42,0x68,0x83,0xbf,0x3,0xd6, + 0x3e,0xcb,0x46,0x44,0xac,0x49,0x3f,0x66,0x8c,0xe1,0x66,0xcd,0x6,0x67,0x35,0x23, + 0x70,0x5b,0x36,0xc6,0xca,0xa,0x32,0x3a,0x84,0x81,0x77,0x99,0x3f,0xfc,0xac,0xcd, + 0x8e,0x60,0xd9,0x38,0x8a,0xc1,0xf5,0x66,0x9,0x7f,0x85,0x2,0x60,0xd9,0x38,0x8a, + 0x7,0xdb,0x1d,0xdb,0x6c,0x18,0x4f,0xdf,0x6c,0xe9,0x33,0x1c,0xe1,0xb3,0x56,0x80, + 0xd,0x51,0x54,0xc8,0x9c,0xa3,0x20,0xe1,0x6f,0x45,0x41,0xf0,0x5b,0x2b,0xc4,0x28, + 0x1b,0x7,0xcf,0x51,0x40,0xc0,0xf,0x6d,0xf6,0x5,0x6b,0x85,0x51,0xc,0x9e,0xa3, + 0x80,0x70,0x39,0x3a,0x0,0xd6,0xa,0x43,0xc9,0x3d,0x47,0xc1,0xeb,0xe8,0x0,0x58, + 0x2b,0xc,0x25,0xf7,0x1c,0x85,0xe5,0x9d,0xae,0x36,0xbb,0x83,0xb5,0xc2,0x50,0xae, + 0xc2,0x39,0xa,0x21,0xac,0x15,0x86,0x72,0x15,0xce,0x51,0x8,0x61,0xad,0x30,0x94, + 0xab,0x70,0x8e,0x42,0x8,0x6b,0x85,0x7c,0xae,0xc8,0x39,0xa,0x21,0xac,0x15,0xf2, + 0x79,0xf4,0xae,0x6d,0x9b,0x92,0xc0,0xc6,0xfd,0x9d,0xa3,0x10,0xc2,0x5a,0x21,0x1f, + 0x29,0x14,0x32,0xe1,0xf2,0xd0,0x83,0xe1,0x65,0x80,0x8,0xaa,0x7d,0xb1,0xa1,0xa2, + 0xa,0xe1,0xe2,0x92,0x5,0xbf,0x54,0x3f,0x5,0xc8,0x72,0x90,0xa5,0x4,0xdc,0xa9, + 0xa2,0x42,0xa6,0x50,0xb0,0x70,0x5c,0x33,0x2,0x27,0x2a,0x80,0x3b,0x7b,0xff,0xa0, + 0xb7,0x7e,0xe,0x10,0x15,0x6a,0x85,0xdc,0x15,0x5,0x97,0xe7,0x28,0x84,0xf8,0x51, + 0xc1,0x2a,0xc7,0xea,0x3,0x44,0xee,0x1,0xc9,0xe5,0xdd,0x13,0x6d,0x76,0x8a,0x1f, + 0x15,0x6c,0x3e,0x29,0x36,0x54,0x51,0x21,0xf7,0x80,0xa4,0xfb,0xeb,0xbd,0x39,0xcc, + 0xa,0x72,0x5b,0x45,0x85,0xdc,0x3,0x92,0xbe,0xb,0x5,0xe0,0x4d,0x5,0xeb,0x3c, + 0x74,0x67,0x6b,0x65,0x45,0xdb,0x8a,0x90,0x7b,0x40,0xd2,0x7d,0xa1,0x0,0x1c,0xe, + 0x10,0xd2,0x79,0xb8,0x7d,0xfc,0xae,0xad,0x6d,0x45,0xc8,0x3d,0x20,0x99,0xe6,0x8a, + 0x2,0x66,0x3a,0x4b,0x7b,0xef,0x63,0xed,0x9b,0xcf,0x1,0x42,0xee,0x94,0x1b,0x23, + 0xa6,0xeb,0x80,0xe4,0xfc,0x51,0xff,0xb2,0x43,0x37,0xe,0x22,0x7c,0x41,0xd4,0x67, + 0xd9,0x28,0x77,0xca,0xcd,0x27,0x31,0x53,0x8,0x37,0x22,0x91,0xf2,0x1,0xc9,0x6b, + 0x27,0x3d,0xec,0xe1,0xdc,0xe1,0x17,0xfd,0xb9,0x2c,0x6e,0xcb,0x46,0xdc,0x96,0xcb, + 0xa,0x8b,0xed,0x53,0xbc,0xd6,0x36,0x22,0x91,0x72,0xcd,0x88,0xbf,0x81,0x99,0x93, + 0xfe,0x4e,0x56,0xb4,0xc1,0x6d,0xd9,0x88,0xdb,0x72,0x2a,0xdc,0x38,0xfa,0x22,0xdb, + 0xb1,0x4d,0x25,0x7e,0x40,0x52,0x54,0xa8,0x6e,0x83,0xa3,0x1,0x62,0xf0,0x30,0x44, + 0xa9,0x1,0xc2,0x36,0x22,0x81,0x4d,0x25,0x7e,0x40,0x12,0xc6,0x9f,0xab,0xd0,0x1f, + 0x29,0x6e,0x1d,0xfc,0xab,0xd,0x5,0xf1,0xa3,0x42,0x94,0xc3,0x10,0x2f,0xd6,0x36, + 0xe4,0xe5,0x61,0x24,0x7e,0x40,0x52,0x8a,0xa4,0xd0,0x86,0x3f,0x36,0xf7,0xb4,0xad, + 0x8,0x53,0xaf,0x42,0xab,0xd5,0xc2,0xed,0xca,0xd9,0x12,0x42,0xf5,0xc3,0x10,0xb9, + 0x33,0xc9,0x47,0xa5,0x26,0xa5,0x13,0xc3,0x6a,0x5,0xb3,0xa1,0x5c,0x3a,0xf4,0x93, + 0x15,0x80,0x94,0xb,0x50,0x41,0x6c,0x28,0x91,0x15,0x72,0x67,0x92,0xf0,0x43,0x9b, + 0x93,0x24,0x18,0x20,0xa8,0xc2,0x39,0xa2,0x2,0x42,0x6c,0x28,0xa1,0x42,0xe6,0x42, + 0xd1,0x12,0x18,0x35,0xb4,0x39,0x49,0xee,0x9e,0xcd,0x7e,0xcd,0x6,0xaa,0xd0,0x27, + 0x53,0x39,0x96,0x50,0x61,0xf0,0x42,0xd1,0x8,0x6d,0x4b,0x92,0xd6,0xca,0xa,0x26, + 0x38,0x96,0x12,0xe4,0x4e,0x89,0x5f,0x1c,0xb8,0x52,0x41,0x8a,0x3e,0xeb,0xc5,0xa2, + 0x87,0x21,0x72,0x2f,0x14,0x8d,0xb9,0xa5,0x36,0x27,0x89,0x25,0x42,0xb3,0x81,0x59, + 0x41,0x91,0x55,0x1,0xb3,0xa1,0xd0,0x61,0x88,0xdc,0xb,0x45,0x4f,0xc5,0x4c,0x52, + 0xf6,0xf6,0xfc,0xe,0x55,0x38,0x63,0x69,0xb7,0x3f,0xd8,0x4b,0x2f,0xe2,0xb6,0x50, + 0xaa,0xcc,0xad,0x19,0x13,0x9f,0x49,0x2e,0x9d,0x17,0xa,0xb2,0xb7,0x72,0x87,0x3, + 0x44,0x1f,0x49,0x98,0xe2,0x1,0x6e,0xb,0x7d,0x28,0xe1,0x6b,0x2d,0x52,0xfe,0xbf, + 0xf,0x8f,0xde,0x1d,0x62,0xf,0xa5,0xfb,0xcd,0x6,0x64,0x85,0x87,0x5b,0x87,0xfa, + 0x8c,0x22,0x34,0xa0,0x42,0xad,0xff,0x8f,0x2b,0x73,0x50,0xaa,0x84,0xa,0xf6,0x5a, + 0x89,0x88,0x17,0x8a,0x8e,0xce,0xad,0x83,0x8f,0xa1,0x7,0x7a,0xdb,0xed,0xbd,0x5c, + 0x5d,0xd7,0x67,0x14,0xa1,0x1,0x15,0x96,0x77,0xfa,0x57,0xb5,0xa9,0xe9,0xaf,0x4d, + 0x26,0x11,0x96,0x15,0xa,0x15,0x7d,0xa6,0x82,0x6d,0x21,0xee,0x85,0xa2,0xe3,0x62, + 0xa7,0xd8,0x5c,0xcc,0xa,0xbd,0xd2,0xdf,0xf5,0x6e,0x66,0x80,0xb8,0xd1,0xf9,0x82, + 0xcf,0xba,0xe,0x1b,0x6c,0xf9,0xd9,0x6c,0x18,0x7f,0x55,0x20,0x54,0x41,0x5e,0x1b, + 0xf7,0x42,0xd1,0x71,0x41,0x11,0x63,0xbb,0x1a,0xda,0x50,0x28,0x11,0x86,0x34,0x56, + 0x2b,0xcc,0x75,0xbe,0xd6,0x64,0x83,0x2d,0x3f,0x8b,0xd,0xf,0xb7,0xe,0xb4,0xe1, + 0x32,0x32,0x2a,0x20,0x92,0xad,0x19,0xc3,0xe5,0x4,0x9,0xcb,0xa,0x28,0x20,0xf4, + 0x49,0x5,0x69,0x4c,0x5,0xfb,0xf3,0x8d,0x6e,0x83,0x7c,0xdd,0x51,0x54,0x40,0x8c, + 0xff,0x57,0x62,0x75,0x86,0x45,0xe9,0xbf,0xb0,0xba,0xb1,0x94,0x10,0xda,0x0,0xf, + 0x30,0xa1,0xd0,0x67,0x14,0xa7,0x31,0x15,0xc0,0xd9,0x2a,0x6f,0xf,0xbd,0x15,0xbd, + 0x8a,0xb4,0xf5,0xe3,0xbe,0xa,0x63,0x4f,0xb2,0x25,0x2b,0xe0,0x25,0xf6,0xe1,0xa6, + 0xa9,0x42,0x26,0x25,0x84,0x36,0x54,0xb9,0x4e,0x54,0x93,0x2a,0x0,0x14,0xd,0xf8, + 0x5,0x16,0xf6,0x4a,0x1e,0x62,0x1f,0x81,0xd9,0x30,0x7e,0x77,0x8a,0xa,0xf2,0x2a, + 0xb9,0x93,0xa6,0xa,0x83,0x29,0x41,0xee,0x54,0x3c,0xc5,0xa6,0x61,0x15,0x80,0xd8, + 0x30,0x5f,0x43,0x81,0x26,0x36,0x8c,0xbf,0xfc,0x6c,0x2a,0x20,0xc4,0x86,0x4,0x55, + 0x18,0x9e,0x12,0x7a,0x15,0x2b,0x9b,0xe6,0x55,0x0,0xb0,0x1,0xbf,0xd2,0xcd,0xf6, + 0x47,0xfd,0x39,0x1e,0x62,0xc3,0x98,0xcb,0xcf,0x99,0x5a,0xa1,0x50,0x46,0x99,0x18, + 0x98,0x2b,0xca,0xee,0x65,0x6c,0x28,0xbd,0x9c,0x60,0x24,0xa1,0x2,0x10,0x1b,0x16, + 0x6a,0x58,0xf0,0x47,0x15,0x39,0xe6,0x8,0x2a,0x59,0xe1,0x42,0xad,0x50,0x6a,0x31, + 0xbf,0x3e,0x50,0x62,0xf7,0x7b,0xbd,0x86,0x94,0x0,0x52,0x51,0x1,0x2c,0x9c,0xad, + 0x9d,0xd5,0x91,0x1b,0xc6,0x24,0xb3,0x52,0x89,0x48,0x2a,0x2b,0xc0,0x4b,0xd9,0x2b, + 0x44,0xc6,0x86,0xea,0x29,0x1,0x24,0xa4,0x2,0x78,0xb2,0xb1,0xdd,0xa0,0xd,0x61, + 0x56,0x48,0xaa,0x56,0x40,0x7d,0x20,0x5f,0xee,0xe,0xd2,0x40,0xe4,0x94,0x0,0xd2, + 0x52,0x1,0xbc,0x5a,0x5d,0xbb,0xde,0xfd,0x71,0xb3,0x1d,0x7f,0x4e,0x71,0x29,0x99, + 0xac,0x80,0xdb,0x14,0x54,0x78,0xb1,0xb6,0x61,0x27,0xd4,0x20,0x6,0x6d,0x88,0x92, + 0x12,0x40,0x72,0x2a,0x8,0xd7,0x8f,0x7f,0xcc,0x75,0xbe,0x45,0xf9,0xd,0xc7,0x47, + 0x54,0xb8,0x90,0x15,0x1a,0xad,0x15,0x9e,0xaf,0xbf,0xbd,0xbf,0xd5,0x99,0xe9,0xfe, + 0xc0,0x9e,0x84,0x11,0xda,0x80,0x94,0x10,0xcb,0xd7,0x44,0x55,0x0,0xb3,0xdd,0xef, + 0xf8,0x14,0x26,0x79,0x21,0x5d,0x1b,0x20,0x1a,0xcc,0xa,0x78,0xc7,0xdb,0xed,0xd3, + 0xf0,0x5f,0xd3,0x5c,0xec,0x78,0xd,0x7b,0x10,0x53,0x24,0x7d,0x65,0x65,0xd2,0x55, + 0x1,0xc8,0xb4,0x62,0x69,0x77,0x42,0x17,0xdd,0xb7,0xb,0xf4,0x99,0xd,0x13,0xcb, + 0xa,0xc8,0x7f,0x90,0x60,0xb6,0xf3,0xd,0x6f,0x3a,0xd8,0xf7,0xb9,0x36,0x20,0x1f, + 0x20,0x8d,0xe9,0xeb,0x63,0x90,0xb4,0xa,0x60,0xc2,0x36,0xc8,0x3a,0x4,0x42,0x6c, + 0x98,0x40,0x56,0x78,0xb6,0xbe,0x69,0x6f,0x6a,0x71,0xa9,0xd,0xa8,0xf,0xa2,0x7f, + 0xb9,0x3b,0x75,0x15,0x80,0x4c,0x32,0x1b,0xb1,0xa1,0xbe,0xac,0x80,0x49,0x1,0x3c, + 0xb,0xbf,0x9f,0x99,0x89,0x11,0x36,0xe0,0x55,0x75,0x9c,0x50,0x33,0x5,0x2a,0x0, + 0x4c,0x32,0xaf,0x1d,0xf7,0x30,0xc9,0xfc,0x6b,0xed,0x8d,0x3e,0x54,0x27,0x66,0x43, + 0x1d,0x2a,0x48,0x1a,0x90,0x6b,0xfc,0xc,0xf6,0x77,0x18,0x83,0xad,0xb3,0x47,0x5f, + 0xef,0xed,0x1c,0xd7,0xf4,0xb5,0xee,0xe9,0x50,0x1,0xe0,0xf7,0x47,0x21,0x89,0x8f, + 0x63,0xee,0xe8,0xeb,0xed,0xf6,0x7,0xc,0x93,0xb5,0x6a,0x21,0x36,0x44,0x1c,0x20, + 0xb0,0xb7,0xf,0xb7,0xe,0xb1,0xf3,0xd6,0xaf,0x12,0xa3,0x6d,0xe8,0x17,0x4,0xbb, + 0x27,0xe3,0x2f,0x98,0x56,0x61,0x6a,0x54,0x10,0xe4,0xd8,0x15,0x42,0x3e,0x41,0xd1, + 0xe2,0xce,0xfe,0xdf,0xe8,0x33,0xb,0x7c,0x76,0x10,0xa5,0xfa,0x67,0x17,0xa5,0x3, + 0x5e,0xac,0x6d,0x60,0x97,0xe6,0xcf,0x2f,0xf9,0x96,0x1b,0xb9,0x36,0xa0,0x84,0xc4, + 0xb,0x27,0x39,0x9d,0x9e,0x32,0x15,0x40,0xc6,0x86,0xf0,0x8e,0x85,0x3d,0x2,0x57, + 0x30,0x31,0x83,0x1c,0xc3,0x74,0x89,0xfe,0xd7,0x86,0x22,0x0,0xdb,0xc4,0x5b,0x2c, + 0xb6,0x4f,0xed,0x4a,0x6f,0xb9,0x9d,0x1d,0x46,0xf8,0x84,0x85,0xc3,0x4f,0x35,0x9d, + 0xf8,0x39,0x9a,0xe9,0x53,0x1,0x14,0xb2,0x21,0xf7,0xc7,0xc1,0x47,0x44,0x1a,0x84, + 0x88,0x92,0x51,0x67,0xd8,0x83,0x16,0x68,0x45,0xdf,0x87,0xcb,0x82,0x99,0x18,0xdc, + 0x81,0x6c,0x74,0xfb,0x63,0x41,0x83,0x57,0xfa,0x99,0x4a,0x15,0x0,0xa6,0x15,0x73, + 0x17,0x67,0xe1,0x97,0x76,0xf6,0xa5,0x4f,0x8,0x23,0xb7,0x69,0xc4,0xf3,0x11,0xa3, + 0x5b,0x11,0xc3,0x9e,0x20,0x69,0xa0,0xf1,0x6b,0xfc,0x4c,0xab,0xa,0x2,0x6a,0x31, + 0x7c,0x88,0x37,0xf,0x3e,0x65,0xb4,0xb0,0xc8,0x3c,0x72,0xe9,0x13,0xc2,0xc8,0x6d, + 0x1a,0xf1,0x7c,0xc4,0xe8,0x56,0x44,0xf8,0x4,0xe4,0xa1,0xfb,0x3b,0xdd,0xc9,0xcc, + 0x89,0xc6,0x61,0xba,0x55,0x8,0x11,0x2d,0x16,0xdb,0x1f,0xf0,0xf9,0x86,0xa9,0x1b, + 0xa2,0x2c,0x1c,0xfc,0xac,0xda,0x6,0x7b,0x6b,0x44,0xff,0xe5,0x36,0x8d,0xee,0xef, + 0xd1,0xad,0x8,0xd4,0x83,0x18,0x8,0x12,0xbc,0x66,0x83,0x1f,0x15,0x2e,0x5,0xae, + 0x9c,0x17,0x74,0xf9,0xba,0x84,0x2b,0xff,0x16,0xd5,0x6d,0x98,0xe9,0xf6,0xa4,0x4, + 0x41,0xf7,0xa7,0x7c,0xa5,0xb7,0x2b,0xa4,0xc2,0xf8,0x88,0x34,0xe2,0xd,0x62,0x50, + 0x9d,0x61,0xf,0x5a,0x48,0xeb,0xe3,0xcd,0xfd,0x94,0xbf,0x67,0x97,0x81,0x2a,0x10, + 0x85,0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a,0x10,0x85, + 0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a, + 0x10,0x85,0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a,0x10, + 0x85,0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a,0x10,0x85, + 0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a,0x10,0x85,0x2a,0x90,0x33,0x5e,0xbf,0xfe,0x1f, + 0x58,0x2d,0x13,0x5,0x9a,0x6f,0xb5,0xa4,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44, + 0xae,0x42,0x60,0x82, + +}; + +static const unsigned char qt_resource_name[] = { + // images + 0x0,0x6, + 0x7,0x3,0x7d,0xc3, + 0x0,0x69, + 0x0,0x6d,0x0,0x61,0x0,0x67,0x0,0x65,0x0,0x73, + // Untitled.png + 0x0,0xc, + 0x9,0x3c,0x36,0x27, + 0x0,0x55, + 0x0,0x6e,0x0,0x74,0x0,0x69,0x0,0x74,0x0,0x6c,0x0,0x65,0x0,0x64,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + +}; + +static const unsigned char qt_resource_struct[] = { + // : + 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1, + // :/images + 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x2, + // :/images/Untitled.png + 0x0,0x0,0x0,0x12,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0, + +}; + +#ifdef QT_NAMESPACE +# define QT_RCC_PREPEND_NAMESPACE(name) ::QT_NAMESPACE::name +# define QT_RCC_MANGLE_NAMESPACE0(x) x +# define QT_RCC_MANGLE_NAMESPACE1(a, b) a##_##b +# define QT_RCC_MANGLE_NAMESPACE2(a, b) QT_RCC_MANGLE_NAMESPACE1(a,b) +# define QT_RCC_MANGLE_NAMESPACE(name) QT_RCC_MANGLE_NAMESPACE2( \ + QT_RCC_MANGLE_NAMESPACE0(name), QT_RCC_MANGLE_NAMESPACE0(QT_NAMESPACE)) +#else +# define QT_RCC_PREPEND_NAMESPACE(name) name +# define QT_RCC_MANGLE_NAMESPACE(name) name +#endif + +#ifdef QT_NAMESPACE +namespace QT_NAMESPACE { +#endif + +bool qRegisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *); + +bool qUnregisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *); + +#ifdef QT_NAMESPACE +} +#endif + +int QT_RCC_MANGLE_NAMESPACE(qInitResources_resources)(); +int QT_RCC_MANGLE_NAMESPACE(qInitResources_resources)() +{ + QT_RCC_PREPEND_NAMESPACE(qRegisterResourceData) + (0x01, qt_resource_struct, qt_resource_name, qt_resource_data); + return 1; +} + +int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_resources)(); +int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_resources)() +{ + QT_RCC_PREPEND_NAMESPACE(qUnregisterResourceData) + (0x01, qt_resource_struct, qt_resource_name, qt_resource_data); + return 1; +} + +namespace { + struct initializer { + initializer() { QT_RCC_MANGLE_NAMESPACE(qInitResources_resources)(); } + ~initializer() { QT_RCC_MANGLE_NAMESPACE(qCleanupResources_resources)(); } + } dummy; +} diff --git a/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/qrc_resources.o b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/qrc_resources.o new file mode 100644 index 0000000..74af622 Binary files /dev/null and b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/qrc_resources.o differ diff --git a/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/ui_imagewidget.h b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/ui_imagewidget.h new file mode 100644 index 0000000..c457fa1 --- /dev/null +++ b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/ui_imagewidget.h @@ -0,0 +1,80 @@ +/******************************************************************************** +** Form generated from reading UI file 'imagewidget.ui' +** +** Created by: Qt User Interface Compiler version 5.4.0 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_IMAGEWIDGET_H +#define UI_IMAGEWIDGET_H + +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_ImageWidget +{ +public: + QVBoxLayout *verticalLayout_2; + QVBoxLayout *verticalLayout; + QLabel *imageLabel; + QLabel *imageCaption; + + void setupUi(QWidget *ImageWidget) + { + if (ImageWidget->objectName().isEmpty()) + ImageWidget->setObjectName(QStringLiteral("ImageWidget")); + ImageWidget->resize(400, 300); + ImageWidget->setMinimumSize(QSize(0, 0)); + verticalLayout_2 = new QVBoxLayout(ImageWidget); + verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2")); + verticalLayout = new QVBoxLayout(); + verticalLayout->setObjectName(QStringLiteral("verticalLayout")); + imageLabel = new QLabel(ImageWidget); + imageLabel->setObjectName(QStringLiteral("imageLabel")); + imageLabel->setMinimumSize(QSize(0, 0)); + imageLabel->setScaledContents(true); + imageLabel->setAlignment(Qt::AlignCenter); + + verticalLayout->addWidget(imageLabel); + + imageCaption = new QLabel(ImageWidget); + imageCaption->setObjectName(QStringLiteral("imageCaption")); + imageCaption->setMaximumSize(QSize(16777215, 20)); + imageCaption->setAlignment(Qt::AlignCenter); + + verticalLayout->addWidget(imageCaption); + + + verticalLayout_2->addLayout(verticalLayout); + + + retranslateUi(ImageWidget); + + QMetaObject::connectSlotsByName(ImageWidget); + } // setupUi + + void retranslateUi(QWidget *ImageWidget) + { + ImageWidget->setWindowTitle(QApplication::translate("ImageWidget", "Form", 0)); + imageLabel->setText(QString()); + imageCaption->setText(QApplication::translate("ImageWidget", "TextLabel", 0)); + } // retranslateUi + +}; + +namespace Ui { + class ImageWidget: public Ui_ImageWidget {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_IMAGEWIDGET_H diff --git a/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/ui_itemmaker.h b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/ui_itemmaker.h new file mode 100644 index 0000000..14a65f1 --- /dev/null +++ b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/ui_itemmaker.h @@ -0,0 +1,119 @@ +/******************************************************************************** +** Form generated from reading UI file 'itemmaker.ui' +** +** Created by: Qt User Interface Compiler version 5.4.0 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_ITEMMAKER_H +#define UI_ITEMMAKER_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_ItemMaker +{ +public: + QVBoxLayout *verticalLayout_2; + QVBoxLayout *verticalLayout; + QHBoxLayout *horizontalLayout_2; + QLabel *label; + QLineEdit *URLInput; + QPushButton *browseButton; + QHBoxLayout *horizontalLayout_3; + QLabel *label_2; + QLineEdit *titleInput; + QDialogButtonBox *buttonBox; + + void setupUi(QDialog *ItemMaker) + { + if (ItemMaker->objectName().isEmpty()) + ItemMaker->setObjectName(QStringLiteral("ItemMaker")); + ItemMaker->resize(352, 132); + verticalLayout_2 = new QVBoxLayout(ItemMaker); + verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2")); + verticalLayout = new QVBoxLayout(); + verticalLayout->setObjectName(QStringLiteral("verticalLayout")); + horizontalLayout_2 = new QHBoxLayout(); + horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2")); + label = new QLabel(ItemMaker); + label->setObjectName(QStringLiteral("label")); + + horizontalLayout_2->addWidget(label); + + URLInput = new QLineEdit(ItemMaker); + URLInput->setObjectName(QStringLiteral("URLInput")); + + horizontalLayout_2->addWidget(URLInput); + + browseButton = new QPushButton(ItemMaker); + browseButton->setObjectName(QStringLiteral("browseButton")); + + horizontalLayout_2->addWidget(browseButton); + + + verticalLayout->addLayout(horizontalLayout_2); + + horizontalLayout_3 = new QHBoxLayout(); + horizontalLayout_3->setObjectName(QStringLiteral("horizontalLayout_3")); + label_2 = new QLabel(ItemMaker); + label_2->setObjectName(QStringLiteral("label_2")); + + horizontalLayout_3->addWidget(label_2); + + titleInput = new QLineEdit(ItemMaker); + titleInput->setObjectName(QStringLiteral("titleInput")); + + horizontalLayout_3->addWidget(titleInput); + + + verticalLayout->addLayout(horizontalLayout_3); + + + verticalLayout_2->addLayout(verticalLayout); + + buttonBox = new QDialogButtonBox(ItemMaker); + buttonBox->setObjectName(QStringLiteral("buttonBox")); + buttonBox->setOrientation(Qt::Horizontal); + buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); + + verticalLayout_2->addWidget(buttonBox); + + + retranslateUi(ItemMaker); + QObject::connect(buttonBox, SIGNAL(accepted()), ItemMaker, SLOT(accept())); + QObject::connect(buttonBox, SIGNAL(rejected()), ItemMaker, SLOT(reject())); + + QMetaObject::connectSlotsByName(ItemMaker); + } // setupUi + + void retranslateUi(QDialog *ItemMaker) + { + ItemMaker->setWindowTitle(QApplication::translate("ItemMaker", "Dialog", 0)); + label->setText(QApplication::translate("ItemMaker", "Picture", 0)); + browseButton->setText(QApplication::translate("ItemMaker", "Browse", 0)); + label_2->setText(QApplication::translate("ItemMaker", "Title", 0)); + } // retranslateUi + +}; + +namespace Ui { + class ItemMaker: public Ui_ItemMaker {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_ITEMMAKER_H diff --git a/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/ui_mainwindow.h b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/ui_mainwindow.h new file mode 100644 index 0000000..95c4d90 --- /dev/null +++ b/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug/ui_mainwindow.h @@ -0,0 +1,135 @@ +/******************************************************************************** +** Form generated from reading UI file 'mainwindow.ui' +** +** Created by: Qt User Interface Compiler version 5.4.0 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_MAINWINDOW_H +#define UI_MAINWINDOW_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_MainWindow +{ +public: + QWidget *centralWidget; + QVBoxLayout *verticalLayout_2; + QVBoxLayout *verticalLayout; + QHBoxLayout *horizontalLayout; + QCommandLinkButton *addItemButton; + QCommandLinkButton *editButton; + QCommandLinkButton *deleteItemButton; + QTableWidget *photoListTable; + QMenuBar *menuBar; + QToolBar *mainToolBar; + QStatusBar *statusBar; + + void setupUi(QMainWindow *MainWindow) + { + if (MainWindow->objectName().isEmpty()) + MainWindow->setObjectName(QStringLiteral("MainWindow")); + MainWindow->resize(700, 456); + centralWidget = new QWidget(MainWindow); + centralWidget->setObjectName(QStringLiteral("centralWidget")); + verticalLayout_2 = new QVBoxLayout(centralWidget); + verticalLayout_2->setSpacing(6); + verticalLayout_2->setContentsMargins(11, 11, 11, 11); + verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2")); + verticalLayout = new QVBoxLayout(); + verticalLayout->setSpacing(6); + verticalLayout->setObjectName(QStringLiteral("verticalLayout")); + horizontalLayout = new QHBoxLayout(); + horizontalLayout->setSpacing(6); + horizontalLayout->setObjectName(QStringLiteral("horizontalLayout")); + addItemButton = new QCommandLinkButton(centralWidget); + addItemButton->setObjectName(QStringLiteral("addItemButton")); + + horizontalLayout->addWidget(addItemButton); + + editButton = new QCommandLinkButton(centralWidget); + editButton->setObjectName(QStringLiteral("editButton")); + + horizontalLayout->addWidget(editButton); + + deleteItemButton = new QCommandLinkButton(centralWidget); + deleteItemButton->setObjectName(QStringLiteral("deleteItemButton")); + + horizontalLayout->addWidget(deleteItemButton); + + + verticalLayout->addLayout(horizontalLayout); + + photoListTable = new QTableWidget(centralWidget); + if (photoListTable->columnCount() < 4) + photoListTable->setColumnCount(4); + QTableWidgetItem *__qtablewidgetitem = new QTableWidgetItem(); + photoListTable->setHorizontalHeaderItem(0, __qtablewidgetitem); + QTableWidgetItem *__qtablewidgetitem1 = new QTableWidgetItem(); + photoListTable->setHorizontalHeaderItem(1, __qtablewidgetitem1); + QTableWidgetItem *__qtablewidgetitem2 = new QTableWidgetItem(); + photoListTable->setHorizontalHeaderItem(2, __qtablewidgetitem2); + QTableWidgetItem *__qtablewidgetitem3 = new QTableWidgetItem(); + photoListTable->setHorizontalHeaderItem(3, __qtablewidgetitem3); + photoListTable->setObjectName(QStringLiteral("photoListTable")); + photoListTable->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff); + photoListTable->setVerticalScrollMode(QAbstractItemView::ScrollPerPixel); + photoListTable->setShowGrid(false); + photoListTable->horizontalHeader()->setVisible(false); + photoListTable->verticalHeader()->setVisible(false); + + verticalLayout->addWidget(photoListTable); + + + verticalLayout_2->addLayout(verticalLayout); + + MainWindow->setCentralWidget(centralWidget); + menuBar = new QMenuBar(MainWindow); + menuBar->setObjectName(QStringLiteral("menuBar")); + menuBar->setGeometry(QRect(0, 0, 700, 22)); + MainWindow->setMenuBar(menuBar); + mainToolBar = new QToolBar(MainWindow); + mainToolBar->setObjectName(QStringLiteral("mainToolBar")); + MainWindow->addToolBar(Qt::TopToolBarArea, mainToolBar); + statusBar = new QStatusBar(MainWindow); + statusBar->setObjectName(QStringLiteral("statusBar")); + MainWindow->setStatusBar(statusBar); + + retranslateUi(MainWindow); + + QMetaObject::connectSlotsByName(MainWindow); + } // setupUi + + void retranslateUi(QMainWindow *MainWindow) + { + MainWindow->setWindowTitle(QApplication::translate("MainWindow", "MainWindow", 0)); + addItemButton->setText(QApplication::translate("MainWindow", "Add an Item", 0)); + editButton->setText(QApplication::translate("MainWindow", "Edit", 0)); + deleteItemButton->setText(QApplication::translate("MainWindow", "Delete", 0)); + } // retranslateUi + +}; + +namespace Ui { + class MainWindow: public Ui_MainWindow {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_MAINWINDOW_H diff --git a/thephotolist/photolist/imagewidget.cpp b/thephotolist/photolist/imagewidget.cpp index 2c92182..3f33b38 100644 --- a/thephotolist/photolist/imagewidget.cpp +++ b/thephotolist/photolist/imagewidget.cpp @@ -5,16 +5,30 @@ ImageWidget::ImageWidget(QWidget *parent) : QWidget(parent), ui(new Ui::ImageWidget) { + path = ""; + title = ""; ui->setupUi(this); // Initialize imageLabel - ui->imageLabel = new QLabel(); - ui->imageLabel->setBackgroundRole(QPalette::Base); - ui->imageLabel->setSizePolicy(QSizePolicy::Ignored, QSizePolicy::Ignored); - ui->imageLabel->setScaledContents(true); + setImage(":/images/Untitled.png"); } ImageWidget::~ImageWidget() { delete ui; } + +void ImageWidget::setTitle(QString name) +{ + ui->imageCaption->setText(name); + title = name; +} + +void ImageWidget::setImage(QString filePath) +{ + if (filePath != "") { + QPixmap pix(filePath); + ui->imageLabel->setPixmap(pix); + path = filePath; + } +} diff --git a/thephotolist/photolist/imagewidget.h b/thephotolist/photolist/imagewidget.h index 964f4ab..609da1a 100644 --- a/thephotolist/photolist/imagewidget.h +++ b/thephotolist/photolist/imagewidget.h @@ -3,6 +3,7 @@ #include #include +#include namespace Ui { class ImageWidget; @@ -14,6 +15,10 @@ class ImageWidget : public QWidget public: explicit ImageWidget(QWidget *parent = 0); + QString title; + QString path; + void setTitle(QString name); + void setImage(QString filePath); ~ImageWidget(); private: diff --git a/thephotolist/photolist/imagewidget.ui b/thephotolist/photolist/imagewidget.ui index 8df3ca7..f8b3d28 100644 --- a/thephotolist/photolist/imagewidget.ui +++ b/thephotolist/photolist/imagewidget.ui @@ -33,9 +33,6 @@ - - :/images/Untitled.png - true @@ -64,8 +61,6 @@ - - - + diff --git a/thephotolist/photolist/itemmaker.cpp b/thephotolist/photolist/itemmaker.cpp new file mode 100644 index 0000000..4ce8c50 --- /dev/null +++ b/thephotolist/photolist/itemmaker.cpp @@ -0,0 +1,36 @@ +#include "itemmaker.h" +#include "ui_itemmaker.h" + +ItemMaker::ItemMaker(QWidget *parent) : + QDialog(parent), + ui(new Ui::ItemMaker) +{ + accepted = false; + ui->setupUi(this); +} + +ItemMaker::~ItemMaker() +{ + delete ui; +} + +void ItemMaker::on_browseButton_clicked() +{ + QString fileName = QFileDialog::getOpenFileName(this, tr("Open File"), "", tr("Files (*.*)")); + ui->URLInput->setText(fileName); +} + +void ItemMaker::on_buttonBox_accepted() +{ + accepted = true; +} + +QString ItemMaker::getTitle() +{ + return ui->titleInput->text(); +} + +QString ItemMaker::getFilePath() +{ + return ui->URLInput->text(); +} diff --git a/thephotolist/photolist/itemmaker.h b/thephotolist/photolist/itemmaker.h new file mode 100644 index 0000000..0575fff --- /dev/null +++ b/thephotolist/photolist/itemmaker.h @@ -0,0 +1,31 @@ +#ifndef ITEMMAKER_H +#define ITEMMAKER_H + +#include +#include + +namespace Ui { +class ItemMaker; +} + +class ItemMaker : public QDialog +{ + Q_OBJECT + +public: + explicit ItemMaker(QWidget *parent = 0); + bool accepted; + QString getTitle(); + QString getFilePath(); + ~ItemMaker(); + +private slots: + void on_browseButton_clicked(); + + void on_buttonBox_accepted(); + +private: + Ui::ItemMaker *ui; +}; + +#endif // ITEMMAKER_H diff --git a/thephotolist/photolist/itemmaker.ui b/thephotolist/photolist/itemmaker.ui new file mode 100644 index 0000000..1525567 --- /dev/null +++ b/thephotolist/photolist/itemmaker.ui @@ -0,0 +1,103 @@ + + + ItemMaker + + + + 0 + 0 + 352 + 132 + + + + Dialog + + + + + + + + + + Picture + + + + + + + + + + Browse + + + + + + + + + + + Title + + + + + + + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + + + buttonBox + accepted() + ItemMaker + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + ItemMaker + reject() + + + 316 + 260 + + + 286 + 274 + + + + + diff --git a/thephotolist/photolist/mainwindow.cpp b/thephotolist/photolist/mainwindow.cpp index 1021e89..50ebe1d 100644 --- a/thephotolist/photolist/mainwindow.cpp +++ b/thephotolist/photolist/mainwindow.cpp @@ -100,6 +100,8 @@ void MainWindow::refreshTable() for (int i = 0; i < items->size(); i++) { ImageWidget *temp = new ImageWidget(); // Copy all information over + temp->setImage(items->at(i)->path); + temp->setTitle(items->at(i)->title); itemsCopy->append(temp); } @@ -163,3 +165,33 @@ void MainWindow::on_deleteItemButton_clicked() refreshTable(); } } + +void MainWindow::on_editButton_clicked() +{ + QItemSelectionModel *select = ui->photoListTable->selectionModel(); + QModelIndexList selected = select->selectedIndexes(); + + if (select->hasSelection() && selected.length() == 1) { + // Makes an edit dialog + ItemMaker *editDialog = new ItemMaker(); + editDialog->setModal(true); + editDialog->setWindowTitle("Edit"); + + // Starts the dialog + editDialog->exec(); + + // If okay was pressed in the edit dialog + if (editDialog->accepted) { + QList::iterator i = selected.begin(); + int selectedIndex = (i->row())*colCount + i->column(); // gets the selected index + + // Gets information from edit dialog + QString title = editDialog->getTitle(); + QString filePath = editDialog->getFilePath(); + + // Sets item information + items->at(selectedIndex)->setTitle(title); + items->at(selectedIndex)->setImage(filePath); + } + } +} diff --git a/thephotolist/photolist/mainwindow.h b/thephotolist/photolist/mainwindow.h index 298af67..8fb0fb1 100644 --- a/thephotolist/photolist/mainwindow.h +++ b/thephotolist/photolist/mainwindow.h @@ -9,6 +9,7 @@ #include #include #include +#include namespace Ui { class MainWindow; @@ -27,6 +28,8 @@ private slots: void on_deleteItemButton_clicked(); + void on_editButton_clicked(); + protected: void resizeEvent(QResizeEvent *e); void resizeTable(); diff --git a/thephotolist/photolist/mainwindow.ui b/thephotolist/photolist/mainwindow.ui index 7099a79..8783ae6 100644 --- a/thephotolist/photolist/mainwindow.ui +++ b/thephotolist/photolist/mainwindow.ui @@ -26,6 +26,13 @@ + + + + Edit + + + @@ -84,7 +91,7 @@ 0 0 700 - 21 + 22 diff --git a/thephotolist/photolist/photolist.pro b/thephotolist/photolist/photolist.pro index 4e96c31..4f06df7 100644 --- a/thephotolist/photolist/photolist.pro +++ b/thephotolist/photolist/photolist.pro @@ -14,13 +14,16 @@ TEMPLATE = app SOURCES += main.cpp\ mainwindow.cpp \ - imagewidget.cpp + imagewidget.cpp \ + itemmaker.cpp HEADERS += mainwindow.h \ - imagewidget.h + imagewidget.h \ + itemmaker.h FORMS += mainwindow.ui \ - imagewidget.ui + imagewidget.ui \ + itemmaker.ui RESOURCES += \ resources.qrc diff --git a/thephotolist/photolist/photolist.pro.user b/thephotolist/photolist/photolist.pro.user index 3d8a049..a19717c 100644 --- a/thephotolist/photolist/photolist.pro.user +++ b/thephotolist/photolist/photolist.pro.user @@ -1,10 +1,10 @@ - + EnvironmentId - {365378cf-fa4f-40ce-a14f-2021ed7b3e00} + {1c95e52a-df6f-4def-81f6-8ace3d76d9d7} ProjectExplorer.Project.ActiveTarget @@ -58,14 +58,14 @@ ProjectExplorer.Project.Target.0 - Desktop Qt 5.4.0 MinGW 32bit - Desktop Qt 5.4.0 MinGW 32bit - qt.54.win32_mingw491_kit + Desktop Qt 5.4.0 clang 64bit + Desktop Qt 5.4.0 clang 64bit + qt.54.clang_64_kit 0 0 0 - C:/Users/Davis Wu/Desktop/Photolist/build-photolist-Desktop_Qt_5_4_0_MinGW_32bit-Debug + /Users/LuChen/Documents/groundstation/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Debug true @@ -83,7 +83,10 @@ Make Qt4ProjectManager.MakeStep - + + -w + -r + false @@ -99,7 +102,10 @@ Make Qt4ProjectManager.MakeStep - + + -w + -r + true clean @@ -119,7 +125,7 @@ true - C:/Users/Davis Wu/Desktop/Photolist/build-photolist-Desktop_Qt_5_4_0_MinGW_32bit-Release + /Users/LuChen/Documents/groundstation/thephotolist/build-photolist-Desktop_Qt_5_4_0_clang_64bit-Release true @@ -137,7 +143,10 @@ Make Qt4ProjectManager.MakeStep - + + -w + -r + false @@ -153,7 +162,10 @@ Make Qt4ProjectManager.MakeStep - + + -w + -r + true clean @@ -226,7 +238,7 @@ photolist - Qt4ProjectManager.Qt4RunConfiguration:C:/Users/Davis Wu/Desktop/Photolist/photolist/photolist.pro + Qt4ProjectManager.Qt4RunConfiguration:/Users/LuChen/Documents/groundstation/thephotolist/photolist/photolist.pro photolist.pro false @@ -242,195 +254,9 @@ 1 - - ProjectExplorer.Project.Target.1 - - Desktop Qt 5.3 MinGW 32bit - Desktop Qt 5.3 MinGW 32bit - qt.53.win32_mingw482_kit - 0 - 0 - 0 - - C:/Users/Davis Wu/Desktop/Photolist/build-photolist-Desktop_Qt_5_3_MinGW_32bit-Debug - - - true - qmake - - QtProjectManager.QMakeBuildStep - false - true - - false - false - - - true - Make - - Qt4ProjectManager.MakeStep - - false - - - - 2 - Build - - ProjectExplorer.BuildSteps.Build - - - - true - Make - - Qt4ProjectManager.MakeStep - - true - clean - - - 1 - Clean - - ProjectExplorer.BuildSteps.Clean - - 2 - false - - Debug - - Qt4ProjectManager.Qt4BuildConfiguration - 2 - true - - - C:/Users/Davis Wu/Desktop/Photolist/build-photolist-Desktop_Qt_5_3_MinGW_32bit-Release - - - true - qmake - - QtProjectManager.QMakeBuildStep - false - true - - false - false - - - true - Make - - Qt4ProjectManager.MakeStep - - false - - - - 2 - Build - - ProjectExplorer.BuildSteps.Build - - - - true - Make - - Qt4ProjectManager.MakeStep - - true - clean - - - 1 - Clean - - ProjectExplorer.BuildSteps.Clean - - 2 - false - - Release - - Qt4ProjectManager.Qt4BuildConfiguration - 0 - true - - 2 - - - 0 - Deploy - - ProjectExplorer.BuildSteps.Deploy - - 1 - Deploy locally - - ProjectExplorer.DefaultDeployConfiguration - - 1 - - - - false - false - false - false - true - 0.01 - 10 - true - 1 - 25 - - 1 - true - false - true - valgrind - - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - - -1 - - - - false - %{buildDir} - Custom Executable - - ProjectExplorer.CustomExecutableRunConfiguration - 3768 - false - true - false - false - true - - 1 - - ProjectExplorer.Project.TargetCount - 2 + 1 ProjectExplorer.Project.Updater.FileVersion diff --git a/thephotolist/photolist/photolist.pro.user.365378c b/thephotolist/photolist/photolist.pro.user.365378c new file mode 100644 index 0000000..3d8a049 --- /dev/null +++ b/thephotolist/photolist/photolist.pro.user.365378c @@ -0,0 +1,443 @@ + + + + + + EnvironmentId + {365378cf-fa4f-40ce-a14f-2021ed7b3e00} + + + ProjectExplorer.Project.ActiveTarget + 0 + + + ProjectExplorer.Project.EditorSettings + + true + false + true + + Cpp + + CppGlobal + + + + QmlJS + + QmlJSGlobal + + + 2 + UTF-8 + false + 4 + false + 80 + true + true + 1 + true + false + 0 + true + 0 + 8 + true + 1 + true + true + true + false + + + + ProjectExplorer.Project.PluginSettings + + + + ProjectExplorer.Project.Target.0 + + Desktop Qt 5.4.0 MinGW 32bit + Desktop Qt 5.4.0 MinGW 32bit + qt.54.win32_mingw491_kit + 0 + 0 + 0 + + C:/Users/Davis Wu/Desktop/Photolist/build-photolist-Desktop_Qt_5_4_0_MinGW_32bit-Debug + + + true + qmake + + QtProjectManager.QMakeBuildStep + false + true + + false + false + + + true + Make + + Qt4ProjectManager.MakeStep + + false + + + + 2 + Build + + ProjectExplorer.BuildSteps.Build + + + + true + Make + + Qt4ProjectManager.MakeStep + + true + clean + + + 1 + Clean + + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Debug + + Qt4ProjectManager.Qt4BuildConfiguration + 2 + true + + + C:/Users/Davis Wu/Desktop/Photolist/build-photolist-Desktop_Qt_5_4_0_MinGW_32bit-Release + + + true + qmake + + QtProjectManager.QMakeBuildStep + false + true + + false + false + + + true + Make + + Qt4ProjectManager.MakeStep + + false + + + + 2 + Build + + ProjectExplorer.BuildSteps.Build + + + + true + Make + + Qt4ProjectManager.MakeStep + + true + clean + + + 1 + Clean + + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Release + + Qt4ProjectManager.Qt4BuildConfiguration + 0 + true + + 2 + + + 0 + Deploy + + ProjectExplorer.BuildSteps.Deploy + + 1 + Deploy locally + + ProjectExplorer.DefaultDeployConfiguration + + 1 + + + + false + false + false + false + true + 0.01 + 10 + true + 1 + 25 + + 1 + true + false + true + valgrind + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + + 2 + + photolist + + Qt4ProjectManager.Qt4RunConfiguration:C:/Users/Davis Wu/Desktop/Photolist/photolist/photolist.pro + + photolist.pro + false + false + + 3768 + false + true + false + false + true + + 1 + + + + ProjectExplorer.Project.Target.1 + + Desktop Qt 5.3 MinGW 32bit + Desktop Qt 5.3 MinGW 32bit + qt.53.win32_mingw482_kit + 0 + 0 + 0 + + C:/Users/Davis Wu/Desktop/Photolist/build-photolist-Desktop_Qt_5_3_MinGW_32bit-Debug + + + true + qmake + + QtProjectManager.QMakeBuildStep + false + true + + false + false + + + true + Make + + Qt4ProjectManager.MakeStep + + false + + + + 2 + Build + + ProjectExplorer.BuildSteps.Build + + + + true + Make + + Qt4ProjectManager.MakeStep + + true + clean + + + 1 + Clean + + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Debug + + Qt4ProjectManager.Qt4BuildConfiguration + 2 + true + + + C:/Users/Davis Wu/Desktop/Photolist/build-photolist-Desktop_Qt_5_3_MinGW_32bit-Release + + + true + qmake + + QtProjectManager.QMakeBuildStep + false + true + + false + false + + + true + Make + + Qt4ProjectManager.MakeStep + + false + + + + 2 + Build + + ProjectExplorer.BuildSteps.Build + + + + true + Make + + Qt4ProjectManager.MakeStep + + true + clean + + + 1 + Clean + + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Release + + Qt4ProjectManager.Qt4BuildConfiguration + 0 + true + + 2 + + + 0 + Deploy + + ProjectExplorer.BuildSteps.Deploy + + 1 + Deploy locally + + ProjectExplorer.DefaultDeployConfiguration + + 1 + + + + false + false + false + false + true + 0.01 + 10 + true + 1 + 25 + + 1 + true + false + true + valgrind + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + + -1 + + + + false + %{buildDir} + Custom Executable + + ProjectExplorer.CustomExecutableRunConfiguration + 3768 + false + true + false + false + true + + 1 + + + + ProjectExplorer.Project.TargetCount + 2 + + + ProjectExplorer.Project.Updater.FileVersion + 18 + + + Version + 18 + +