From b67132ba9224805e9dd0bd9c252b4dc783a2f449 Mon Sep 17 00:00:00 2001 From: Peter Mackenzie-Helnwein Date: Thu, 1 Nov 2018 23:22:20 -0700 Subject: [PATCH 1/3] Moving to v2.1 * fixing spinbox update bug - in progress * moving hint to Quick Tips popup in help * introducing SCtrInputGroup widget as combined spinbox+slider widget --- InstallScripts/makeInstallPackagePGT.sh | 4 +- Makefile | 2178 ++++++++++----------- PileGroupTool.pro | 247 +-- help/About/PGTabout.html | 2 +- help/QuickTips/QuickTips.html | 31 + includes/pilegrouptool_parameters.h | 15 +- mainWindow/mainwindow.cpp | 75 +- mainWindow/mainwindow.h | 39 +- mainWindow/mainwindow.ui | 2360 +++++++++++------------ qtpileresources.qrc | 1 + utilWindows/dialogquicktips.cpp | 14 + utilWindows/dialogquicktips.h | 22 + utilWindows/dialogquicktips.ui | 117 ++ widgets/sctrinputgroup.cpp | 53 + widgets/sctrinputgroup.h | 33 + widgets/sctrinputgroup.ui | 58 + 16 files changed, 2760 insertions(+), 2489 deletions(-) create mode 100644 help/QuickTips/QuickTips.html create mode 100644 utilWindows/dialogquicktips.cpp create mode 100644 utilWindows/dialogquicktips.h create mode 100644 utilWindows/dialogquicktips.ui create mode 100644 widgets/sctrinputgroup.cpp create mode 100644 widgets/sctrinputgroup.h create mode 100644 widgets/sctrinputgroup.ui diff --git a/InstallScripts/makeInstallPackagePGT.sh b/InstallScripts/makeInstallPackagePGT.sh index 242fcd2..12aaf63 100644 --- a/InstallScripts/makeInstallPackagePGT.sh +++ b/InstallScripts/makeInstallPackagePGT.sh @@ -6,9 +6,9 @@ APP=PileGroupTool QWT_FRAMEWORK=qwt.framework -QWT_FRAMEWORK_PATH=/usr/local/qwt-6.2.0-svn/lib/ +QWT_FRAMEWORK_PATH=/usr/local/qwt-6.1.4-svn/lib/ -QT_DEPLOY=/Users/pmackenz/Qt/5.11.1/clang_64/bin/macdeployqt +QT_DEPLOY=/Users/pmackenz/Qt/5.11.2/clang_64/bin/macdeployqt # # ---- do not change anything below this line ----------------------------------- # diff --git a/Makefile b/Makefile index 23446d6..f276a1e 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ ############################################################################# # Makefile for building: PileGroupTool.app/Contents/MacOS/PileGroupTool -# Generated by qmake (3.1) (Qt 5.10.0) +# Generated by qmake (3.1) (Qt 5.11.2) # Project: PileGroupTool.pro # Template: app -# Command: /Users/pmackenz/Qt/5.10.0/clang_64/bin/qmake -o Makefile PileGroupTool.pro +# Command: /Users/pmackenz/Qt/5.11.2/clang_64/bin/qmake -o Makefile PileGroupTool.pro ############################################################################# MAKEFILE = Makefile @@ -12,11 +12,11 @@ MAKEFILE = Makefile CC = /Library/Developer/CommandLineTools/usr/bin/clang CXX = /Library/Developer/CommandLineTools/usr/bin/clang++ -DEFINES = -DAPP_VERSION=\"1.99.2\" -D_bool_h -D_MacOSX -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -CFLAGS = -pipe -O2 $(EXPORT_ARCH_ARGS) -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk -mmacosx-version-min=10.10 -Wall -W -fPIC $(DEFINES) -CXXFLAGS = -pipe -stdlib=libc++ -O2 -std=gnu++11 $(EXPORT_ARCH_ARGS) -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk -mmacosx-version-min=10.10 -Wall -Wno-unused-variable -std=c++11 -fPIC $(DEFINES) -INCPATH = -I. -I.include -Iops -Iqwt-6.2/src -Iincludes -ImainWindow -Idialogs -Iplots -IFEA -Iqwt-6.2/src -I../../../Qt/5.10.0/clang_64/lib/QtPrintSupport.framework/Headers -I../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers -I../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers -I../../../Qt/5.10.0/clang_64/lib/QtNetwork.framework/Headers -I../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers -I. -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/OpenGL.framework/Headers -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/AGL.framework/Headers -I. -I../../../Qt/5.10.0/clang_64/mkspecs/macx-clang -F/Users/pmackenz/Qt/5.10.0/clang_64/lib -QMAKE = /Users/pmackenz/Qt/5.10.0/clang_64/bin/qmake +DEFINES = -DAPP_VERSION=\"2.0.4\" -DQWT_DLL -D_bool_h -D_MacOSX -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB +CFLAGS = -pipe -O2 $(EXPORT_ARCH_ARGS) -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -mmacosx-version-min=10.11 -Wall -W -fPIC $(DEFINES) +CXXFLAGS = -pipe -stdlib=libc++ -O2 -std=gnu++11 $(EXPORT_ARCH_ARGS) -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -mmacosx-version-min=10.11 -Wall -Wno-unused-variable -std=c++11 -fPIC $(DEFINES) +INCPATH = -I. -I/usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers -I.include -Iops -Iincludes -ImainWindow -Idialogs -Iplots -IFEA -I../../../Qt/5.11.2/clang_64/lib/QtSvg.framework/Headers -I../../../Qt/5.11.2/clang_64/lib/QtOpenGL.framework/Headers -I../../../Qt/5.11.2/clang_64/lib/QtPrintSupport.framework/Headers -I../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers -I../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers -I../../../Qt/5.11.2/clang_64/lib/QtConcurrent.framework/Headers -I../../../Qt/5.11.2/clang_64/lib/QtNetwork.framework/Headers -I../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AGL.framework/Headers -I. -I../../../Qt/5.11.2/clang_64/mkspecs/macx-clang -F/Users/pmackenz/Qt/5.11.2/clang_64/lib +QMAKE = /Users/pmackenz/Qt/5.11.2/clang_64/bin/qmake DEL_FILE = rm -f CHK_DIR_EXISTS= test -d MKDIR = mkdir -p @@ -26,19 +26,19 @@ COPY_DIR = cp -f -R INSTALL_FILE = install -m 644 -p INSTALL_PROGRAM = install -m 755 -p INSTALL_DIR = cp -f -R -QINSTALL = /Users/pmackenz/Qt/5.10.0/clang_64/bin/qmake -install qinstall -QINSTALL_PROGRAM = /Users/pmackenz/Qt/5.10.0/clang_64/bin/qmake -install qinstall -exe +QINSTALL = /Users/pmackenz/Qt/5.11.2/clang_64/bin/qmake -install qinstall +QINSTALL_PROGRAM = /Users/pmackenz/Qt/5.11.2/clang_64/bin/qmake -install qinstall -exe DEL_FILE = rm -f SYMLINK = ln -f -s DEL_DIR = rmdir MOVE = mv -f TAR = tar -cf COMPRESS = gzip -9f -DISTNAME = PileGroupTool1.99.2 -DISTDIR = /Users/pmackenz/Development/SimCenter/PileGroupTool/.tmp/PileGroupTool1.99.2 +DISTNAME = PileGroupTool2.0.4 +DISTDIR = /Users/pmackenz/Development/SimCenter/PileGroupTool/.tmp/PileGroupTool2.0.4 LINK = /Library/Developer/CommandLineTools/usr/bin/clang++ -LFLAGS = -stdlib=libc++ -headerpad_max_install_names $(EXPORT_ARCH_ARGS) -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk -mmacosx-version-min=10.10 -Wl,-rpath,@executable_path/Frameworks -Wl,-rpath,/Users/pmackenz/Qt/5.10.0/clang_64/lib -LIBS = $(SUBLIBS) -F/Users/pmackenz/Qt/5.10.0/clang_64/lib -llapack -lblas -L$(HOME)/Development/SimCenter/PileGroupTool/qwt-6.2/lib -L$(HOME)/Documents/GitHub/PileGroupTool/qwt-6.2/lib -lqwt -framework QtPrintSupport -framework QtWidgets -framework QtGui -framework QtCore -framework DiskArbitration -framework IOKit -framework QtNetwork -framework OpenGL -framework AGL +LFLAGS = -stdlib=libc++ -headerpad_max_install_names $(EXPORT_ARCH_ARGS) -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -mmacosx-version-min=10.11 -Wl,-rpath,@executable_path/Frameworks -Wl,-rpath,/Users/pmackenz/Qt/5.11.2/clang_64/lib +LIBS = $(SUBLIBS) -F/Users/pmackenz/Qt/5.11.2/clang_64/lib -F/usr/local/qwt-6.1.4-svn/lib -framework qwt -llapack -lblas -framework QtSvg -framework QtWidgets -framework QtGui -framework QtCore -framework DiskArbitration -framework IOKit -framework QtOpenGL -framework QtPrintSupport -framework QtConcurrent -framework QtNetwork -framework OpenGL -framework AGL AR = /Library/Developer/CommandLineTools/usr/bin/ar cq RANLIB = /Library/Developer/CommandLineTools/usr/bin/ranlib -s SED = sed @@ -149,7 +149,6 @@ SOURCES = ops/Domain.cpp \ FEA/soilmat.cpp \ FEA/pilefeamodeler.cpp \ dialogs/materialdbinterface.cpp \ - dialogs/surveysplashscreen.cpp \ utilWindows/copyrightdialog.cpp \ utilWindows/dialogabout.cpp \ utilWindows/dialogpreferences.cpp \ @@ -158,11 +157,10 @@ SOURCES = ops/Domain.cpp \ plots/systemplotqwt.cpp \ plots/resultplotsuper.cpp \ plots/resultplotqwt.cpp \ - ../widgets/Common/FooterWidget.cpp \ - ../widgets/Common/HeaderWidget.cpp qrc_qtpileresources.cpp \ + ../SimCenterCommon/Common/FooterWidget.cpp \ + ../SimCenterCommon/Common/HeaderWidget.cpp qrc_qtpileresources.cpp \ moc_mainwindow.cpp \ moc_materialdbinterface.cpp \ - moc_surveysplashscreen.cpp \ moc_copyrightdialog.cpp \ moc_dialogabout.cpp \ moc_dialogpreferences.cpp \ @@ -270,7 +268,6 @@ OBJECTS = Domain.o \ soilmat.o \ pilefeamodeler.o \ materialdbinterface.o \ - surveysplashscreen.o \ copyrightdialog.o \ dialogabout.o \ dialogpreferences.o \ @@ -284,7 +281,6 @@ OBJECTS = Domain.o \ qrc_qtpileresources.o \ moc_mainwindow.o \ moc_materialdbinterface.o \ - moc_surveysplashscreen.o \ moc_copyrightdialog.o \ moc_dialogabout.o \ moc_dialogpreferences.o \ @@ -293,179 +289,186 @@ OBJECTS = Domain.o \ moc_resultplotsuper.o \ moc_FooterWidget.o \ moc_HeaderWidget.o -DIST = ../../../Qt/5.10.0/clang_64/mkspecs/features/spec_pre.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/qdevice.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/device_config.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/common/unix.conf \ - ../../../Qt/5.10.0/clang_64/mkspecs/common/mac.conf \ - ../../../Qt/5.10.0/clang_64/mkspecs/common/macx.conf \ - ../../../Qt/5.10.0/clang_64/mkspecs/common/sanitize.conf \ - ../../../Qt/5.10.0/clang_64/mkspecs/common/gcc-base.conf \ - ../../../Qt/5.10.0/clang_64/mkspecs/common/gcc-base-mac.conf \ - ../../../Qt/5.10.0/clang_64/mkspecs/common/clang.conf \ - ../../../Qt/5.10.0/clang_64/mkspecs/common/clang-mac.conf \ - ../../../Qt/5.10.0/clang_64/mkspecs/qconfig.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3danimation.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3danimation_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dcore.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dcore_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dextras.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dextras_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dinput.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dinput_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dlogic.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dlogic_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquick.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquick_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickanimation.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickanimation_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickextras.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickextras_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickinput.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickinput_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickrender.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickrender_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickscene2d.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickscene2d_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3drender.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3drender_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_accessibility_support_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_bluetooth.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_bluetooth_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_bootstrap_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_charts.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_charts_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_clipboard_support_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_concurrent.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_concurrent_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_core.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_core_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_datavisualization.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_datavisualization_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_dbus.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_dbus_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_designer.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_designer_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_designercomponents_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_devicediscovery_support_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_edid_support_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_fb_support_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_fontdatabase_support_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_gamepad.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_gamepad_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_graphics_support_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_gui.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_gui_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_help.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_help_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_location.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_location_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_macextras.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_macextras_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_multimedia.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_multimedia_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_multimediawidgets.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_network.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_network_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_nfc.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_nfc_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_opengl.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_opengl_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_openglextensions.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_openglextensions_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_packetprotocol_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_platformcompositor_support_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_positioning.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_positioning_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_printsupport.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_printsupport_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_qml.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_qml_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_qmldebug_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_qmldevtools_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_qmltest.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_qmltest_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_quick.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_quick_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_quickcontrols2.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_quickcontrols2_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_quickparticles_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_quicktemplates2_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_quickwidgets.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_quickwidgets_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_scxml.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_scxml_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_sensors.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_sensors_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_serialbus.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_serialbus_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_serialport.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_serialport_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_sql.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_sql_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_svg.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_svg_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_testlib.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_testlib_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_texttospeech.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_texttospeech_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_theme_support_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_uiplugin.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_uitools.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_uitools_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webchannel.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webchannel_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webengine.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webengine_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webenginecore.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webenginecore_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webenginewidgets.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_websockets.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_websockets_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webview.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webview_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_widgets.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_widgets_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_xml.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_xml_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_xmlpatterns.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/qt_functions.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/qt_config.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/macx-clang/qmake.conf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/spec_post.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/exclusive_builds.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/mac/sdk.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/toolchain.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/mac/toolchain.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/default_pre.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/mac/default_pre.prf \ +DIST = ../../../Qt/5.11.2/clang_64/mkspecs/features/spec_pre.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/qdevice.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/device_config.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/common/unix.conf \ + ../../../Qt/5.11.2/clang_64/mkspecs/common/mac.conf \ + ../../../Qt/5.11.2/clang_64/mkspecs/common/macx.conf \ + ../../../Qt/5.11.2/clang_64/mkspecs/common/sanitize.conf \ + ../../../Qt/5.11.2/clang_64/mkspecs/common/gcc-base.conf \ + ../../../Qt/5.11.2/clang_64/mkspecs/common/gcc-base-mac.conf \ + ../../../Qt/5.11.2/clang_64/mkspecs/common/clang.conf \ + ../../../Qt/5.11.2/clang_64/mkspecs/common/clang-mac.conf \ + ../../../Qt/5.11.2/clang_64/mkspecs/qconfig.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3danimation.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3danimation_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dcore.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dcore_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dextras.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dextras_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dinput.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dinput_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dlogic.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dlogic_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquick.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquick_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickanimation.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickanimation_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickextras.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickextras_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickinput.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickinput_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickrender.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickrender_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickscene2d.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickscene2d_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3drender.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3drender_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_accessibility_support_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_bluetooth.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_bluetooth_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_bootstrap_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_charts.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_charts_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_clipboard_support_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_concurrent.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_concurrent_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_core.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_core_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_datavisualization.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_datavisualization_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_dbus.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_dbus_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_designer.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_designer_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_designercomponents_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_devicediscovery_support_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_edid_support_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_fb_support_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_fontdatabase_support_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_gamepad.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_gamepad_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_graphics_support_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_gui.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_gui_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_help.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_help_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_location.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_location_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_macextras.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_macextras_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_multimedia.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_multimedia_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_multimediawidgets.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_network.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_network_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_nfc.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_nfc_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_opengl.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_opengl_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_openglextensions.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_openglextensions_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_packetprotocol_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_platformcompositor_support_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_positioning.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_positioning_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_positioningquick.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_positioningquick_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_printsupport.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_printsupport_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_qml.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_qml_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_qmldebug_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_qmldevtools_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_qmltest.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_qmltest_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_quick.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_quick_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_quickcontrols2.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_quickcontrols2_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_quickparticles_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_quicktemplates2_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_quickwidgets.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_quickwidgets_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_scxml.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_scxml_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_sensors.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_sensors_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_serialbus.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_serialbus_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_serialport.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_serialport_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_service_support_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_sql.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_sql_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_svg.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_svg_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_testlib.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_testlib_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_texttospeech.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_texttospeech_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_theme_support_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_uiplugin.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_uitools.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_uitools_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webchannel.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webchannel_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webengine.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webengine_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webenginecore.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webenginecore_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webenginewidgets.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_websockets.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_websockets_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webview.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webview_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_widgets.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_widgets_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_xml.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_xml_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_xmlpatterns.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/qt_functions.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/qt_config.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/macx-clang/qmake.conf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/spec_post.prf \ + .qmake.stash \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/exclusive_builds.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/mac/sdk.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/toolchain.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/mac/toolchain.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/default_pre.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/mac/default_pre.prf \ + /usr/local/qwt-6.1.4-svn/features/qwtconfig.pri \ + /usr/local/qwt-6.1.4-svn/features/qwtfunctions.pri \ + /usr/local/qwt-6.1.4-svn/features/qwt.prf \ OPS_includes.pro \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/resolve_config.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/default_post.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/mac/default_post.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/mac/objective_c.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/mac/mac.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/warn_on.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/qt.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/resources.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/moc.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/unix/opengl.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/uic.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/unix/thread.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/qmake_use.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/file_copies.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/mac/rez.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/mac/asset_catalogs.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/testcase_targets.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/exceptions.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/yacc.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/lex.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/resolve_config.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/default_post.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/mac/default_post.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/mac/objective_c.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/mac/mac.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/warn_on.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/qt.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/resources.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/moc.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/unix/opengl.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/uic.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/unix/thread.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/qmake_use.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/file_copies.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/mac/rez.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/mac/asset_catalogs.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/testcase_targets.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/exceptions.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/yacc.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/lex.prf \ PileGroupTool.pro ops/Analysis.h \ ops/AnalysisModel.h \ ops/ArrayOfTaggedObjects.h \ @@ -607,7 +610,6 @@ DIST = ../../../Qt/5.10.0/clang_64/mkspecs/features/spec_pre.prf \ FEA/soilmat.h \ FEA/pilefeamodeler.h \ dialogs/materialdbinterface.h \ - dialogs/surveysplashscreen.h \ utilWindows/copyrightdialog.h \ utilWindows/dialogabout.h \ utilWindows/dialogpreferences.h \ @@ -616,8 +618,8 @@ DIST = ../../../Qt/5.10.0/clang_64/mkspecs/features/spec_pre.prf \ plots/systemplotqwt.h \ plots/resultplotsuper.h \ plots/resultplotqwt.h \ - ../widgets/Common/FooterWidget.h \ - ../widgets/Common/HeaderWidget.h ops/Domain.cpp \ + ../SimCenterCommon/Common/FooterWidget.h \ + ../SimCenterCommon/Common/HeaderWidget.h ops/Domain.cpp \ ops/Subdomain.cpp \ ops/DomainComponent.cpp \ ops/ArrayOfTaggedObjects.cpp \ @@ -716,7 +718,6 @@ DIST = ../../../Qt/5.10.0/clang_64/mkspecs/features/spec_pre.prf \ FEA/soilmat.cpp \ FEA/pilefeamodeler.cpp \ dialogs/materialdbinterface.cpp \ - dialogs/surveysplashscreen.cpp \ utilWindows/copyrightdialog.cpp \ utilWindows/dialogabout.cpp \ utilWindows/dialogpreferences.cpp \ @@ -725,386 +726,409 @@ DIST = ../../../Qt/5.10.0/clang_64/mkspecs/features/spec_pre.prf \ plots/systemplotqwt.cpp \ plots/resultplotsuper.cpp \ plots/resultplotqwt.cpp \ - ../widgets/Common/FooterWidget.cpp \ - ../widgets/Common/HeaderWidget.cpp + ../SimCenterCommon/Common/FooterWidget.cpp \ + ../SimCenterCommon/Common/HeaderWidget.cpp QMAKE_TARGET = PileGroupTool DESTDIR = TARGET = PileGroupTool.app/Contents/MacOS/PileGroupTool ####### Custom Variables +EXPORT_QMAKE_MAC_SDK = macosx +EXPORT_QMAKE_MAC_SDK_VERSION = 10.14 EXPORT_VALID_ARCHS = x86_64 EXPORT_ACTIVE_ARCHS = $(filter $(EXPORT_VALID_ARCHS), $(ARCHS)) EXPORT_ARCH_ARGS = $(foreach arch, $(if $(EXPORT_ACTIVE_ARCHS), $(EXPORT_ACTIVE_ARCHS), $(EXPORT_VALID_ARCHS)), -arch $(arch)) +include /Users/pmackenz/Qt/5.11.2/clang_64/mkspecs/features/mac/sdk.mk first: all ####### Build rules -$(TARGET): ui_mainwindow.h ui_materialdbinterface.h ui_surveysplashscreen.h ui_copyrightdialog.h ui_dialogabout.h ui_dialogpreferences.h ui_dialogfuturefeature.h $(OBJECTS) +$(TARGET): ui_mainwindow.h ui_materialdbinterface.h ui_copyrightdialog.h ui_dialogabout.h ui_dialogpreferences.h ui_dialogfuturefeature.h $(OBJECTS) @test -d PileGroupTool.app/Contents/MacOS/ || mkdir -p PileGroupTool.app/Contents/MacOS/ $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS) -Makefile: PileGroupTool.pro ../../../Qt/5.10.0/clang_64/mkspecs/macx-clang/qmake.conf ../../../Qt/5.10.0/clang_64/mkspecs/features/spec_pre.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/qdevice.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/device_config.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/common/unix.conf \ - ../../../Qt/5.10.0/clang_64/mkspecs/common/mac.conf \ - ../../../Qt/5.10.0/clang_64/mkspecs/common/macx.conf \ - ../../../Qt/5.10.0/clang_64/mkspecs/common/sanitize.conf \ - ../../../Qt/5.10.0/clang_64/mkspecs/common/gcc-base.conf \ - ../../../Qt/5.10.0/clang_64/mkspecs/common/gcc-base-mac.conf \ - ../../../Qt/5.10.0/clang_64/mkspecs/common/clang.conf \ - ../../../Qt/5.10.0/clang_64/mkspecs/common/clang-mac.conf \ - ../../../Qt/5.10.0/clang_64/mkspecs/qconfig.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3danimation.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3danimation_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dcore.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dcore_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dextras.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dextras_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dinput.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dinput_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dlogic.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dlogic_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquick.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquick_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickanimation.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickanimation_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickextras.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickextras_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickinput.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickinput_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickrender.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickrender_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickscene2d.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickscene2d_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3drender.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3drender_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_accessibility_support_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_bluetooth.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_bluetooth_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_bootstrap_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_charts.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_charts_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_clipboard_support_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_concurrent.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_concurrent_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_core.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_core_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_datavisualization.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_datavisualization_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_dbus.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_dbus_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_designer.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_designer_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_designercomponents_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_devicediscovery_support_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_edid_support_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_fb_support_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_fontdatabase_support_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_gamepad.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_gamepad_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_graphics_support_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_gui.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_gui_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_help.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_help_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_location.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_location_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_macextras.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_macextras_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_multimedia.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_multimedia_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_multimediawidgets.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_network.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_network_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_nfc.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_nfc_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_opengl.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_opengl_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_openglextensions.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_openglextensions_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_packetprotocol_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_platformcompositor_support_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_positioning.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_positioning_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_printsupport.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_printsupport_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_qml.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_qml_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_qmldebug_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_qmldevtools_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_qmltest.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_qmltest_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_quick.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_quick_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_quickcontrols2.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_quickcontrols2_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_quickparticles_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_quicktemplates2_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_quickwidgets.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_quickwidgets_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_scxml.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_scxml_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_sensors.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_sensors_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_serialbus.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_serialbus_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_serialport.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_serialport_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_sql.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_sql_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_svg.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_svg_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_testlib.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_testlib_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_texttospeech.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_texttospeech_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_theme_support_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_uiplugin.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_uitools.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_uitools_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webchannel.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webchannel_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webengine.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webengine_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webenginecore.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webenginecore_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webenginewidgets.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_websockets.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_websockets_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webview.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webview_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_widgets.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_widgets_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_xml.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_xml_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_xmlpatterns.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/qt_functions.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/qt_config.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/macx-clang/qmake.conf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/spec_post.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/exclusive_builds.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/mac/sdk.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/toolchain.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/mac/toolchain.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/default_pre.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/mac/default_pre.prf \ +Makefile: PileGroupTool.pro ../../../Qt/5.11.2/clang_64/mkspecs/macx-clang/qmake.conf ../../../Qt/5.11.2/clang_64/mkspecs/features/spec_pre.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/qdevice.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/device_config.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/common/unix.conf \ + ../../../Qt/5.11.2/clang_64/mkspecs/common/mac.conf \ + ../../../Qt/5.11.2/clang_64/mkspecs/common/macx.conf \ + ../../../Qt/5.11.2/clang_64/mkspecs/common/sanitize.conf \ + ../../../Qt/5.11.2/clang_64/mkspecs/common/gcc-base.conf \ + ../../../Qt/5.11.2/clang_64/mkspecs/common/gcc-base-mac.conf \ + ../../../Qt/5.11.2/clang_64/mkspecs/common/clang.conf \ + ../../../Qt/5.11.2/clang_64/mkspecs/common/clang-mac.conf \ + ../../../Qt/5.11.2/clang_64/mkspecs/qconfig.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3danimation.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3danimation_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dcore.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dcore_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dextras.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dextras_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dinput.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dinput_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dlogic.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dlogic_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquick.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquick_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickanimation.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickanimation_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickextras.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickextras_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickinput.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickinput_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickrender.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickrender_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickscene2d.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickscene2d_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3drender.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3drender_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_accessibility_support_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_bluetooth.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_bluetooth_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_bootstrap_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_charts.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_charts_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_clipboard_support_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_concurrent.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_concurrent_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_core.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_core_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_datavisualization.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_datavisualization_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_dbus.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_dbus_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_designer.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_designer_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_designercomponents_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_devicediscovery_support_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_edid_support_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_fb_support_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_fontdatabase_support_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_gamepad.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_gamepad_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_graphics_support_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_gui.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_gui_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_help.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_help_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_location.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_location_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_macextras.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_macextras_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_multimedia.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_multimedia_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_multimediawidgets.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_network.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_network_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_nfc.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_nfc_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_opengl.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_opengl_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_openglextensions.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_openglextensions_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_packetprotocol_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_platformcompositor_support_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_positioning.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_positioning_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_positioningquick.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_positioningquick_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_printsupport.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_printsupport_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_qml.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_qml_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_qmldebug_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_qmldevtools_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_qmltest.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_qmltest_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_quick.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_quick_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_quickcontrols2.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_quickcontrols2_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_quickparticles_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_quicktemplates2_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_quickwidgets.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_quickwidgets_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_scxml.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_scxml_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_sensors.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_sensors_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_serialbus.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_serialbus_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_serialport.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_serialport_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_service_support_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_sql.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_sql_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_svg.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_svg_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_testlib.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_testlib_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_texttospeech.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_texttospeech_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_theme_support_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_uiplugin.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_uitools.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_uitools_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webchannel.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webchannel_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webengine.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webengine_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webenginecore.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webenginecore_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webenginewidgets.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_websockets.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_websockets_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webview.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webview_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_widgets.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_widgets_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_xml.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_xml_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_xmlpatterns.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/qt_functions.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/qt_config.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/macx-clang/qmake.conf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/spec_post.prf \ + .qmake.stash \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/exclusive_builds.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/mac/sdk.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/toolchain.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/mac/toolchain.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/default_pre.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/mac/default_pre.prf \ + /usr/local/qwt-6.1.4-svn/features/qwtconfig.pri \ + /usr/local/qwt-6.1.4-svn/features/qwtfunctions.pri \ + /usr/local/qwt-6.1.4-svn/features/qwt.prf \ OPS_includes.pro \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/resolve_config.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/default_post.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/mac/default_post.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/mac/objective_c.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/mac/mac.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/warn_on.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/qt.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/resources.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/moc.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/unix/opengl.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/uic.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/unix/thread.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/qmake_use.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/file_copies.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/mac/rez.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/mac/asset_catalogs.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/testcase_targets.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/exceptions.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/yacc.prf \ - ../../../Qt/5.10.0/clang_64/mkspecs/features/lex.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/resolve_config.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/default_post.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/mac/default_post.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/mac/objective_c.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/mac/mac.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/warn_on.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/qt.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/resources.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/moc.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/unix/opengl.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/uic.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/unix/thread.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/qmake_use.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/file_copies.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/mac/rez.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/mac/asset_catalogs.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/testcase_targets.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/exceptions.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/yacc.prf \ + ../../../Qt/5.11.2/clang_64/mkspecs/features/lex.prf \ PileGroupTool.pro \ qtpileresources.qrc \ - ../../../Qt/5.10.0/clang_64/lib/QtPrintSupport.framework/QtPrintSupport.prl \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/QtWidgets.prl \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/QtGui.prl \ - ../../../Qt/5.10.0/clang_64/lib/QtNetwork.framework/QtNetwork.prl \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/QtCore.prl + ../../../Qt/5.11.2/clang_64/lib/QtSvg.framework/QtSvg.prl \ + ../../../Qt/5.11.2/clang_64/lib/QtOpenGL.framework/QtOpenGL.prl \ + ../../../Qt/5.11.2/clang_64/lib/QtPrintSupport.framework/QtPrintSupport.prl \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/QtWidgets.prl \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/QtGui.prl \ + ../../../Qt/5.11.2/clang_64/lib/QtConcurrent.framework/QtConcurrent.prl \ + ../../../Qt/5.11.2/clang_64/lib/QtNetwork.framework/QtNetwork.prl \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/QtCore.prl $(QMAKE) -o Makefile PileGroupTool.pro -../../../Qt/5.10.0/clang_64/mkspecs/features/spec_pre.prf: -../../../Qt/5.10.0/clang_64/mkspecs/qdevice.pri: -../../../Qt/5.10.0/clang_64/mkspecs/features/device_config.prf: -../../../Qt/5.10.0/clang_64/mkspecs/common/unix.conf: -../../../Qt/5.10.0/clang_64/mkspecs/common/mac.conf: -../../../Qt/5.10.0/clang_64/mkspecs/common/macx.conf: -../../../Qt/5.10.0/clang_64/mkspecs/common/sanitize.conf: -../../../Qt/5.10.0/clang_64/mkspecs/common/gcc-base.conf: -../../../Qt/5.10.0/clang_64/mkspecs/common/gcc-base-mac.conf: -../../../Qt/5.10.0/clang_64/mkspecs/common/clang.conf: -../../../Qt/5.10.0/clang_64/mkspecs/common/clang-mac.conf: -../../../Qt/5.10.0/clang_64/mkspecs/qconfig.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3danimation.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3danimation_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dcore.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dcore_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dextras.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dextras_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dinput.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dinput_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dlogic.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dlogic_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquick.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquick_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickanimation.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickanimation_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickextras.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickextras_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickinput.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickinput_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickrender.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickrender_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickscene2d.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3dquickscene2d_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3drender.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_3drender_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_accessibility_support_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_bluetooth.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_bluetooth_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_bootstrap_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_charts.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_charts_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_clipboard_support_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_concurrent.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_concurrent_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_core.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_core_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_datavisualization.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_datavisualization_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_dbus.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_dbus_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_designer.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_designer_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_designercomponents_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_devicediscovery_support_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_edid_support_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_fb_support_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_fontdatabase_support_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_gamepad.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_gamepad_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_graphics_support_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_gui.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_gui_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_help.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_help_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_location.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_location_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_macextras.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_macextras_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_multimedia.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_multimedia_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_multimediawidgets.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_network.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_network_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_nfc.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_nfc_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_opengl.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_opengl_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_openglextensions.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_openglextensions_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_packetprotocol_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_platformcompositor_support_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_positioning.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_positioning_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_printsupport.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_printsupport_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_qml.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_qml_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_qmldebug_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_qmldevtools_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_qmltest.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_qmltest_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_quick.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_quick_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_quickcontrols2.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_quickcontrols2_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_quickparticles_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_quicktemplates2_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_quickwidgets.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_quickwidgets_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_scxml.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_scxml_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_sensors.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_sensors_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_serialbus.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_serialbus_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_serialport.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_serialport_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_sql.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_sql_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_svg.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_svg_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_testlib.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_testlib_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_texttospeech.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_texttospeech_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_theme_support_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_uiplugin.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_uitools.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_uitools_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webchannel.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webchannel_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webengine.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webengine_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webenginecore.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webenginecore_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webenginewidgets.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_websockets.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_websockets_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webview.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_webview_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_widgets.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_widgets_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_xml.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_xml_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_xmlpatterns.pri: -../../../Qt/5.10.0/clang_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri: -../../../Qt/5.10.0/clang_64/mkspecs/features/qt_functions.prf: -../../../Qt/5.10.0/clang_64/mkspecs/features/qt_config.prf: -../../../Qt/5.10.0/clang_64/mkspecs/macx-clang/qmake.conf: -../../../Qt/5.10.0/clang_64/mkspecs/features/spec_post.prf: -../../../Qt/5.10.0/clang_64/mkspecs/features/exclusive_builds.prf: -../../../Qt/5.10.0/clang_64/mkspecs/features/mac/sdk.prf: -../../../Qt/5.10.0/clang_64/mkspecs/features/toolchain.prf: -../../../Qt/5.10.0/clang_64/mkspecs/features/mac/toolchain.prf: -../../../Qt/5.10.0/clang_64/mkspecs/features/default_pre.prf: -../../../Qt/5.10.0/clang_64/mkspecs/features/mac/default_pre.prf: +../../../Qt/5.11.2/clang_64/mkspecs/features/spec_pre.prf: +../../../Qt/5.11.2/clang_64/mkspecs/qdevice.pri: +../../../Qt/5.11.2/clang_64/mkspecs/features/device_config.prf: +../../../Qt/5.11.2/clang_64/mkspecs/common/unix.conf: +../../../Qt/5.11.2/clang_64/mkspecs/common/mac.conf: +../../../Qt/5.11.2/clang_64/mkspecs/common/macx.conf: +../../../Qt/5.11.2/clang_64/mkspecs/common/sanitize.conf: +../../../Qt/5.11.2/clang_64/mkspecs/common/gcc-base.conf: +../../../Qt/5.11.2/clang_64/mkspecs/common/gcc-base-mac.conf: +../../../Qt/5.11.2/clang_64/mkspecs/common/clang.conf: +../../../Qt/5.11.2/clang_64/mkspecs/common/clang-mac.conf: +../../../Qt/5.11.2/clang_64/mkspecs/qconfig.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3danimation.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3danimation_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dcore.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dcore_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dextras.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dextras_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dinput.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dinput_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dlogic.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dlogic_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquick.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquick_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickanimation.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickanimation_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickextras.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickextras_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickinput.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickinput_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickrender.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickrender_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickscene2d.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3dquickscene2d_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3drender.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_3drender_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_accessibility_support_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_bluetooth.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_bluetooth_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_bootstrap_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_charts.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_charts_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_clipboard_support_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_concurrent.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_concurrent_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_core.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_core_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_datavisualization.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_datavisualization_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_dbus.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_dbus_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_designer.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_designer_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_designercomponents_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_devicediscovery_support_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_edid_support_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_fb_support_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_fontdatabase_support_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_gamepad.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_gamepad_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_graphics_support_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_gui.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_gui_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_help.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_help_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_location.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_location_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_macextras.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_macextras_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_multimedia.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_multimedia_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_multimediawidgets.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_network.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_network_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_nfc.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_nfc_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_opengl.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_opengl_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_openglextensions.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_openglextensions_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_packetprotocol_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_platformcompositor_support_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_positioning.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_positioning_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_positioningquick.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_positioningquick_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_printsupport.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_printsupport_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_qml.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_qml_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_qmldebug_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_qmldevtools_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_qmltest.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_qmltest_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_quick.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_quick_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_quickcontrols2.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_quickcontrols2_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_quickparticles_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_quicktemplates2_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_quickwidgets.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_quickwidgets_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_scxml.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_scxml_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_sensors.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_sensors_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_serialbus.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_serialbus_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_serialport.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_serialport_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_service_support_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_sql.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_sql_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_svg.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_svg_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_testlib.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_testlib_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_texttospeech.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_texttospeech_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_theme_support_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_uiplugin.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_uitools.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_uitools_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webchannel.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webchannel_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webengine.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webengine_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webenginecore.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webenginecore_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webenginewidgets.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_websockets.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_websockets_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webview.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_webview_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_widgets.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_widgets_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_xml.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_xml_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_xmlpatterns.pri: +../../../Qt/5.11.2/clang_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri: +../../../Qt/5.11.2/clang_64/mkspecs/features/qt_functions.prf: +../../../Qt/5.11.2/clang_64/mkspecs/features/qt_config.prf: +../../../Qt/5.11.2/clang_64/mkspecs/macx-clang/qmake.conf: +../../../Qt/5.11.2/clang_64/mkspecs/features/spec_post.prf: +.qmake.stash: +../../../Qt/5.11.2/clang_64/mkspecs/features/exclusive_builds.prf: +../../../Qt/5.11.2/clang_64/mkspecs/features/mac/sdk.prf: +../../../Qt/5.11.2/clang_64/mkspecs/features/toolchain.prf: +../../../Qt/5.11.2/clang_64/mkspecs/features/mac/toolchain.prf: +../../../Qt/5.11.2/clang_64/mkspecs/features/default_pre.prf: +../../../Qt/5.11.2/clang_64/mkspecs/features/mac/default_pre.prf: +/usr/local/qwt-6.1.4-svn/features/qwtconfig.pri: +/usr/local/qwt-6.1.4-svn/features/qwtfunctions.pri: +/usr/local/qwt-6.1.4-svn/features/qwt.prf: OPS_includes.pro: -../../../Qt/5.10.0/clang_64/mkspecs/features/resolve_config.prf: -../../../Qt/5.10.0/clang_64/mkspecs/features/default_post.prf: -../../../Qt/5.10.0/clang_64/mkspecs/features/mac/default_post.prf: -../../../Qt/5.10.0/clang_64/mkspecs/features/mac/objective_c.prf: -../../../Qt/5.10.0/clang_64/mkspecs/features/mac/mac.prf: -../../../Qt/5.10.0/clang_64/mkspecs/features/warn_on.prf: -../../../Qt/5.10.0/clang_64/mkspecs/features/qt.prf: -../../../Qt/5.10.0/clang_64/mkspecs/features/resources.prf: -../../../Qt/5.10.0/clang_64/mkspecs/features/moc.prf: -../../../Qt/5.10.0/clang_64/mkspecs/features/unix/opengl.prf: -../../../Qt/5.10.0/clang_64/mkspecs/features/uic.prf: -../../../Qt/5.10.0/clang_64/mkspecs/features/unix/thread.prf: -../../../Qt/5.10.0/clang_64/mkspecs/features/qmake_use.prf: -../../../Qt/5.10.0/clang_64/mkspecs/features/file_copies.prf: -../../../Qt/5.10.0/clang_64/mkspecs/features/mac/rez.prf: -../../../Qt/5.10.0/clang_64/mkspecs/features/mac/asset_catalogs.prf: -../../../Qt/5.10.0/clang_64/mkspecs/features/testcase_targets.prf: -../../../Qt/5.10.0/clang_64/mkspecs/features/exceptions.prf: -../../../Qt/5.10.0/clang_64/mkspecs/features/yacc.prf: -../../../Qt/5.10.0/clang_64/mkspecs/features/lex.prf: +../../../Qt/5.11.2/clang_64/mkspecs/features/resolve_config.prf: +../../../Qt/5.11.2/clang_64/mkspecs/features/default_post.prf: +../../../Qt/5.11.2/clang_64/mkspecs/features/mac/default_post.prf: +../../../Qt/5.11.2/clang_64/mkspecs/features/mac/objective_c.prf: +../../../Qt/5.11.2/clang_64/mkspecs/features/mac/mac.prf: +../../../Qt/5.11.2/clang_64/mkspecs/features/warn_on.prf: +../../../Qt/5.11.2/clang_64/mkspecs/features/qt.prf: +../../../Qt/5.11.2/clang_64/mkspecs/features/resources.prf: +../../../Qt/5.11.2/clang_64/mkspecs/features/moc.prf: +../../../Qt/5.11.2/clang_64/mkspecs/features/unix/opengl.prf: +../../../Qt/5.11.2/clang_64/mkspecs/features/uic.prf: +../../../Qt/5.11.2/clang_64/mkspecs/features/unix/thread.prf: +../../../Qt/5.11.2/clang_64/mkspecs/features/qmake_use.prf: +../../../Qt/5.11.2/clang_64/mkspecs/features/file_copies.prf: +../../../Qt/5.11.2/clang_64/mkspecs/features/mac/rez.prf: +../../../Qt/5.11.2/clang_64/mkspecs/features/mac/asset_catalogs.prf: +../../../Qt/5.11.2/clang_64/mkspecs/features/testcase_targets.prf: +../../../Qt/5.11.2/clang_64/mkspecs/features/exceptions.prf: +../../../Qt/5.11.2/clang_64/mkspecs/features/yacc.prf: +../../../Qt/5.11.2/clang_64/mkspecs/features/lex.prf: PileGroupTool.pro: qtpileresources.qrc: -../../../Qt/5.10.0/clang_64/lib/QtPrintSupport.framework/QtPrintSupport.prl: -../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/QtWidgets.prl: -../../../Qt/5.10.0/clang_64/lib/QtGui.framework/QtGui.prl: -../../../Qt/5.10.0/clang_64/lib/QtNetwork.framework/QtNetwork.prl: -../../../Qt/5.10.0/clang_64/lib/QtCore.framework/QtCore.prl: +../../../Qt/5.11.2/clang_64/lib/QtSvg.framework/QtSvg.prl: +../../../Qt/5.11.2/clang_64/lib/QtOpenGL.framework/QtOpenGL.prl: +../../../Qt/5.11.2/clang_64/lib/QtPrintSupport.framework/QtPrintSupport.prl: +../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/QtWidgets.prl: +../../../Qt/5.11.2/clang_64/lib/QtGui.framework/QtGui.prl: +../../../Qt/5.11.2/clang_64/lib/QtConcurrent.framework/QtConcurrent.prl: +../../../Qt/5.11.2/clang_64/lib/QtNetwork.framework/QtNetwork.prl: +../../../Qt/5.11.2/clang_64/lib/QtCore.framework/QtCore.prl: qmake: FORCE @$(QMAKE) -o Makefile PileGroupTool.pro @@ -1121,7 +1145,7 @@ PileGroupTool.app/Contents/Resources/empty.lproj: PileGroupTool.app/Contents/Info.plist: @test -d PileGroupTool.app/Contents || mkdir -p PileGroupTool.app/Contents @$(DEL_FILE) PileGroupTool.app/Contents/Info.plist - @sed -e "s,@SHORT_VERSION@,1.99,g" -e "s,@FULL_VERSION@,1.99.2,g" -e "s,@TYPEINFO@,????,g" -e "s,@BUNDLEIDENTIFIER@,com.yourcompany.PileGroupTool,g" -e "s,@ICON@,,g" -e "s,@EXECUTABLE@,PileGroupTool,g" -e "s,@LIBRARY@,PileGroupTool,g" -e "s,@TYPEINFO@,????,g" ../../../Qt/5.10.0/clang_64/mkspecs/macx-clang/Info.plist.app >PileGroupTool.app/Contents/Info.plist + @sed -e "s,@SHORT_VERSION@,2.0,g" -e "s,\$${QMAKE_SHORT_VERSION},2.0,g" -e "s,@FULL_VERSION@,2.0.4,g" -e "s,\$${QMAKE_FULL_VERSION},2.0.4,g" -e "s,@TYPEINFO@,????,g" -e "s,\$${QMAKE_PKGINFO_TYPEINFO},????,g" -e "s,@BUNDLEIDENTIFIER@,com.yourcompany.PileGroupTool,g" -e "s,\$${PRODUCT_BUNDLE_IDENTIFIER},com.yourcompany.PileGroupTool,g" -e "s,\$${MACOSX_DEPLOYMENT_TARGET},10.11,g" -e "s,\$${IPHONEOS_DEPLOYMENT_TARGET},,g" -e "s,\$${TVOS_DEPLOYMENT_TARGET},,g" -e "s,\$${WATCHOS_DEPLOYMENT_TARGET},,g" -e "s,@ICON@,,g" -e "s,\$${ASSETCATALOG_COMPILER_APPICON_NAME},,g" -e "s,@EXECUTABLE@,PileGroupTool,g" -e "s,@LIBRARY@,PileGroupTool,g" -e "s,\$${EXECUTABLE_NAME},PileGroupTool,g" -e "s,@TYPEINFO@,????,g" -e "s,\$${QMAKE_PKGINFO_TYPEINFO},????,g" ../../../Qt/5.11.2/clang_64/mkspecs/macx-clang/Info.plist.app >PileGroupTool.app/Contents/Info.plist all: Makefile \ PileGroupTool.app/Contents/PkgInfo \ @@ -1135,10 +1159,10 @@ distdir: FORCE @test -d $(DISTDIR) || mkdir -p $(DISTDIR) $(COPY_FILE) --parents $(DIST) $(DISTDIR)/ $(COPY_FILE) --parents qtpileresources.qrc $(DISTDIR)/ - $(COPY_FILE) --parents ../../../Qt/5.10.0/clang_64/mkspecs/features/data/dummy.cpp $(DISTDIR)/ - $(COPY_FILE) --parents ops/Analysis.h ops/AnalysisModel.h ops/ArrayOfTaggedObjects.h ops/ArrayOfTaggedObjectsIter.h ops/BandGenLinLapackSolver.h ops/BandGenLinSOE.h ops/BandGenLinSolver.h ops/BeamFiberMaterial.h ops/BeamFiberMaterial2d.h ops/BeamIntegration.h ops/BinaryFileStream.h ops/CTestNormDispIncr.h ops/Channel.h ops/ColorMap.h ops/CompositeResponse.h ops/ConstraintHandler.h ops/ConvergenceTest.h ops/CrdTransf.h ops/DOF_Group.h ops/DOF_GrpIter.h ops/DOF_Numberer.h ops/DataFileStream.h ops/DispBeamColumn3d.h ops/DispBeamColumn3dWithSensitivity.h ops/Domain.h ops/DomainComponent.h ops/DomainDecompositionAnalysis.h ops/DummyStream.h ops/EigenSOE.h ops/EigenSolver.h ops/ElasticSection3d.h ops/Element.h ops/ElementIter.h ops/ElementResponse.h ops/ElementalLoad.h ops/ElementalLoadIter.h ops/EquiSolnAlgo.h ops/FEM_ObjectBroker.h ops/FE_Datastore.h ops/FE_EleIter.h ops/FE_Element.h ops/Fiber.h ops/FiberResponse.h ops/File.h ops/FileIter.h ops/FrictionModel.h ops/FrictionResponse.h ops/G3Globals.h ops/Graph.h ops/GraphNumberer.h ops/ID.h ops/IncrementalIntegrator.h ops/Information.h ops/Integrator.h ops/LegendreBeamIntegration.h ops/LinearCrdTransf3d.h ops/LinearSOE.h ops/LinearSOESolver.h ops/LinearSeries.h ops/Load.h ops/LoadControl.h ops/LoadPattern.h ops/LoadPatternIter.h ops/MP_Constraint.h ops/MP_ConstraintIter.h ops/MapOfTaggedObjects.h ops/MapOfTaggedObjectsIter.h ops/Material.h ops/MaterialResponse.h ops/Matrix.h ops/MatrixUtil.h ops/MeshRegion.h ops/Message.h ops/MovableObject.h ops/NDMaterial.h ops/NewtonRaphson.h ops/NodalLoad.h ops/NodalLoadIter.h ops/Node.h ops/NodeIter.h ops/OPS_Globals.h ops/OPS_Stream.h ops/ObjectBroker.h ops/Parameter.h ops/ParameterIter.h ops/PenaltyConstraintHandler.h ops/PenaltyMP_FE.h ops/PenaltySP_FE.h ops/PlainMap.h ops/PlainNumberer.h ops/PlaneStrainMaterial.h ops/PlaneStressMaterial.h ops/PlateFiberMaterial.h ops/Pressure_Constraint.h ops/Pressure_ConstraintIter.h ops/PySimple1.h ops/QzSimple1.h ops/RCM.h ops/Recorder.h ops/Renderer.h ops/Response.h ops/SP_Constraint.h ops/SP_ConstraintIter.h ops/SectionForceDeformation.h ops/SimulationInformation.h ops/SingleDomAllSP_Iter.h ops/SingleDomEleIter.h ops/SingleDomLC_Iter.h ops/SingleDomMP_Iter.h ops/SingleDomNodIter.h ops/SingleDomPC_Iter.h ops/SingleDomParamIter.h ops/SingleDomSP_Iter.h ops/SolutionAlgorithm.h ops/StandardStream.h ops/StaticAnalysis.h ops/StaticIntegrator.h ops/StringContainer.h ops/Subdomain.h ops/SubdomainNodIter.h ops/TaggedObject.h ops/TaggedObjectIter.h ops/TaggedObjectStorage.h ops/TimeSeries.h ops/TransformationConstraintHandler.h ops/TransformationDOF_Group.h ops/TransformationFE.h ops/TransientIntegrator.h ops/TzSimple1.h ops/UniaxialMaterial.h ops/Vector.h ops/Vertex.h ops/VertexIter.h ops/ZeroLength.h ops/classTags.h ops/elementAPI.h mainWindow/mainwindow.h includes/pilegrouptool_parameters.h FEA/soilmat.h FEA/pilefeamodeler.h dialogs/materialdbinterface.h dialogs/surveysplashscreen.h utilWindows/copyrightdialog.h utilWindows/dialogabout.h utilWindows/dialogpreferences.h utilWindows/dialogfuturefeature.h plots/systemplotsuper.h plots/systemplotqwt.h plots/resultplotsuper.h plots/resultplotqwt.h ../widgets/Common/FooterWidget.h ../widgets/Common/HeaderWidget.h $(DISTDIR)/ - $(COPY_FILE) --parents ops/Domain.cpp ops/Subdomain.cpp ops/DomainComponent.cpp ops/ArrayOfTaggedObjects.cpp ops/ArrayOfTaggedObjectsIter.cpp ops/MapOfTaggedObjects.cpp ops/MapOfTaggedObjectsIter.cpp ops/SingleDomSP_Iter.cpp ops/SingleDomMP_Iter.cpp ops/SingleDomNodIter.cpp ops/SubdomainNodIter.cpp ops/SingleDomEleIter.cpp ops/SingleDomParamIter.cpp ops/SingleDomAllSP_Iter.cpp ops/SingleDomPC_Iter.cpp ops/LoadPatternIter.cpp ops/NodalLoadIter.cpp ops/FE_EleIter.cpp ops/DOF_GrpIter.cpp ops/ElementalLoadIter.cpp ops/SP_Constraint.cpp ops/MP_Constraint.cpp ops/TaggedObject.cpp ops/ZeroLength.cpp ops/Element.cpp ops/Information.cpp ops/ElasticSection3d.cpp ops/SectionForceDeformation.cpp ops/LinearSeries.cpp ops/TimeSeries.cpp ops/MovableObject.cpp ops/Channel.cpp ops/Node.cpp ops/NodalLoad.cpp ops/Load.cpp ops/LoadPattern.cpp ops/DispBeamColumn3d.cpp ops/CrdTransf.cpp ops/LinearCrdTransf3d.cpp ops/LegendreBeamIntegration.cpp ops/BeamIntegration.cpp ops/Response.cpp ops/ElementResponse.cpp ops/MaterialResponse.cpp ops/CompositeResponse.cpp ops/Matrix.cpp ops/MatrixUtil.cpp ops/ID.cpp ops/Vector.cpp ops/Graph.cpp ops/Vertex.cpp ops/VertexIter.cpp ops/RCM.cpp ops/GraphNumberer.cpp ops/LoadControl.cpp ops/PenaltyConstraintHandler.cpp ops/TransformationConstraintHandler.cpp ops/TransformationDOF_Group.cpp ops/TransformationFE.cpp ops/PenaltySP_FE.cpp ops/PenaltyMP_FE.cpp ops/ConstraintHandler.cpp ops/IncrementalIntegrator.cpp ops/StaticIntegrator.cpp ops/Integrator.cpp ops/PlainNumberer.cpp ops/DOF_Numberer.cpp ops/StaticAnalysis.cpp ops/Analysis.cpp ops/NewtonRaphson.cpp ops/EquiSolnAlgo.cpp ops/SolutionAlgorithm.cpp ops/AnalysisModel.cpp ops/CTestNormDispIncr.cpp ops/ConvergenceTest.cpp ops/LinearSOE.cpp ops/LinearSOESolver.cpp ops/BandGenLinSOE.cpp ops/BandGenLinSolver.cpp ops/BandGenLinLapackSolver.cpp ops/FE_Element.cpp ops/DOF_Group.cpp ops/PySimple1.cpp ops/TzSimple1.cpp ops/QzSimple1.cpp ops/UniaxialMaterial.cpp ops/Material.cpp ops/StandardStream.cpp ops/DummyStream.cpp ops/DummyElementAPI.cpp ops/OPS_Stream.cpp main.cpp mainWindow/mainwindow.cpp FEA/getPyParam.cpp FEA/getQzParam.cpp FEA/getTZParam.cpp FEA/soilmat.cpp FEA/pilefeamodeler.cpp dialogs/materialdbinterface.cpp dialogs/surveysplashscreen.cpp utilWindows/copyrightdialog.cpp utilWindows/dialogabout.cpp utilWindows/dialogpreferences.cpp utilWindows/dialogfuturefeature.cpp plots/systemplotsuper.cpp plots/systemplotqwt.cpp plots/resultplotsuper.cpp plots/resultplotqwt.cpp ../widgets/Common/FooterWidget.cpp ../widgets/Common/HeaderWidget.cpp $(DISTDIR)/ - $(COPY_FILE) --parents mainWindow/mainwindow.ui dialogs/materialdbinterface.ui dialogs/surveysplashscreen.ui utilWindows/copyrightdialog.ui utilWindows/dialogabout.ui utilWindows/dialogpreferences.ui utilWindows/dialogfuturefeature.ui $(DISTDIR)/ + $(COPY_FILE) --parents ../../../Qt/5.11.2/clang_64/mkspecs/features/data/dummy.cpp $(DISTDIR)/ + $(COPY_FILE) --parents ops/Analysis.h ops/AnalysisModel.h ops/ArrayOfTaggedObjects.h ops/ArrayOfTaggedObjectsIter.h ops/BandGenLinLapackSolver.h ops/BandGenLinSOE.h ops/BandGenLinSolver.h ops/BeamFiberMaterial.h ops/BeamFiberMaterial2d.h ops/BeamIntegration.h ops/BinaryFileStream.h ops/CTestNormDispIncr.h ops/Channel.h ops/ColorMap.h ops/CompositeResponse.h ops/ConstraintHandler.h ops/ConvergenceTest.h ops/CrdTransf.h ops/DOF_Group.h ops/DOF_GrpIter.h ops/DOF_Numberer.h ops/DataFileStream.h ops/DispBeamColumn3d.h ops/DispBeamColumn3dWithSensitivity.h ops/Domain.h ops/DomainComponent.h ops/DomainDecompositionAnalysis.h ops/DummyStream.h ops/EigenSOE.h ops/EigenSolver.h ops/ElasticSection3d.h ops/Element.h ops/ElementIter.h ops/ElementResponse.h ops/ElementalLoad.h ops/ElementalLoadIter.h ops/EquiSolnAlgo.h ops/FEM_ObjectBroker.h ops/FE_Datastore.h ops/FE_EleIter.h ops/FE_Element.h ops/Fiber.h ops/FiberResponse.h ops/File.h ops/FileIter.h ops/FrictionModel.h ops/FrictionResponse.h ops/G3Globals.h ops/Graph.h ops/GraphNumberer.h ops/ID.h ops/IncrementalIntegrator.h ops/Information.h ops/Integrator.h ops/LegendreBeamIntegration.h ops/LinearCrdTransf3d.h ops/LinearSOE.h ops/LinearSOESolver.h ops/LinearSeries.h ops/Load.h ops/LoadControl.h ops/LoadPattern.h ops/LoadPatternIter.h ops/MP_Constraint.h ops/MP_ConstraintIter.h ops/MapOfTaggedObjects.h ops/MapOfTaggedObjectsIter.h ops/Material.h ops/MaterialResponse.h ops/Matrix.h ops/MatrixUtil.h ops/MeshRegion.h ops/Message.h ops/MovableObject.h ops/NDMaterial.h ops/NewtonRaphson.h ops/NodalLoad.h ops/NodalLoadIter.h ops/Node.h ops/NodeIter.h ops/OPS_Globals.h ops/OPS_Stream.h ops/ObjectBroker.h ops/Parameter.h ops/ParameterIter.h ops/PenaltyConstraintHandler.h ops/PenaltyMP_FE.h ops/PenaltySP_FE.h ops/PlainMap.h ops/PlainNumberer.h ops/PlaneStrainMaterial.h ops/PlaneStressMaterial.h ops/PlateFiberMaterial.h ops/Pressure_Constraint.h ops/Pressure_ConstraintIter.h ops/PySimple1.h ops/QzSimple1.h ops/RCM.h ops/Recorder.h ops/Renderer.h ops/Response.h ops/SP_Constraint.h ops/SP_ConstraintIter.h ops/SectionForceDeformation.h ops/SimulationInformation.h ops/SingleDomAllSP_Iter.h ops/SingleDomEleIter.h ops/SingleDomLC_Iter.h ops/SingleDomMP_Iter.h ops/SingleDomNodIter.h ops/SingleDomPC_Iter.h ops/SingleDomParamIter.h ops/SingleDomSP_Iter.h ops/SolutionAlgorithm.h ops/StandardStream.h ops/StaticAnalysis.h ops/StaticIntegrator.h ops/StringContainer.h ops/Subdomain.h ops/SubdomainNodIter.h ops/TaggedObject.h ops/TaggedObjectIter.h ops/TaggedObjectStorage.h ops/TimeSeries.h ops/TransformationConstraintHandler.h ops/TransformationDOF_Group.h ops/TransformationFE.h ops/TransientIntegrator.h ops/TzSimple1.h ops/UniaxialMaterial.h ops/Vector.h ops/Vertex.h ops/VertexIter.h ops/ZeroLength.h ops/classTags.h ops/elementAPI.h mainWindow/mainwindow.h includes/pilegrouptool_parameters.h FEA/soilmat.h FEA/pilefeamodeler.h dialogs/materialdbinterface.h utilWindows/copyrightdialog.h utilWindows/dialogabout.h utilWindows/dialogpreferences.h utilWindows/dialogfuturefeature.h plots/systemplotsuper.h plots/systemplotqwt.h plots/resultplotsuper.h plots/resultplotqwt.h ../SimCenterCommon/Common/FooterWidget.h ../SimCenterCommon/Common/HeaderWidget.h $(DISTDIR)/ + $(COPY_FILE) --parents ops/Domain.cpp ops/Subdomain.cpp ops/DomainComponent.cpp ops/ArrayOfTaggedObjects.cpp ops/ArrayOfTaggedObjectsIter.cpp ops/MapOfTaggedObjects.cpp ops/MapOfTaggedObjectsIter.cpp ops/SingleDomSP_Iter.cpp ops/SingleDomMP_Iter.cpp ops/SingleDomNodIter.cpp ops/SubdomainNodIter.cpp ops/SingleDomEleIter.cpp ops/SingleDomParamIter.cpp ops/SingleDomAllSP_Iter.cpp ops/SingleDomPC_Iter.cpp ops/LoadPatternIter.cpp ops/NodalLoadIter.cpp ops/FE_EleIter.cpp ops/DOF_GrpIter.cpp ops/ElementalLoadIter.cpp ops/SP_Constraint.cpp ops/MP_Constraint.cpp ops/TaggedObject.cpp ops/ZeroLength.cpp ops/Element.cpp ops/Information.cpp ops/ElasticSection3d.cpp ops/SectionForceDeformation.cpp ops/LinearSeries.cpp ops/TimeSeries.cpp ops/MovableObject.cpp ops/Channel.cpp ops/Node.cpp ops/NodalLoad.cpp ops/Load.cpp ops/LoadPattern.cpp ops/DispBeamColumn3d.cpp ops/CrdTransf.cpp ops/LinearCrdTransf3d.cpp ops/LegendreBeamIntegration.cpp ops/BeamIntegration.cpp ops/Response.cpp ops/ElementResponse.cpp ops/MaterialResponse.cpp ops/CompositeResponse.cpp ops/Matrix.cpp ops/MatrixUtil.cpp ops/ID.cpp ops/Vector.cpp ops/Graph.cpp ops/Vertex.cpp ops/VertexIter.cpp ops/RCM.cpp ops/GraphNumberer.cpp ops/LoadControl.cpp ops/PenaltyConstraintHandler.cpp ops/TransformationConstraintHandler.cpp ops/TransformationDOF_Group.cpp ops/TransformationFE.cpp ops/PenaltySP_FE.cpp ops/PenaltyMP_FE.cpp ops/ConstraintHandler.cpp ops/IncrementalIntegrator.cpp ops/StaticIntegrator.cpp ops/Integrator.cpp ops/PlainNumberer.cpp ops/DOF_Numberer.cpp ops/StaticAnalysis.cpp ops/Analysis.cpp ops/NewtonRaphson.cpp ops/EquiSolnAlgo.cpp ops/SolutionAlgorithm.cpp ops/AnalysisModel.cpp ops/CTestNormDispIncr.cpp ops/ConvergenceTest.cpp ops/LinearSOE.cpp ops/LinearSOESolver.cpp ops/BandGenLinSOE.cpp ops/BandGenLinSolver.cpp ops/BandGenLinLapackSolver.cpp ops/FE_Element.cpp ops/DOF_Group.cpp ops/PySimple1.cpp ops/TzSimple1.cpp ops/QzSimple1.cpp ops/UniaxialMaterial.cpp ops/Material.cpp ops/StandardStream.cpp ops/DummyStream.cpp ops/DummyElementAPI.cpp ops/OPS_Stream.cpp main.cpp mainWindow/mainwindow.cpp FEA/getPyParam.cpp FEA/getQzParam.cpp FEA/getTZParam.cpp FEA/soilmat.cpp FEA/pilefeamodeler.cpp dialogs/materialdbinterface.cpp utilWindows/copyrightdialog.cpp utilWindows/dialogabout.cpp utilWindows/dialogpreferences.cpp utilWindows/dialogfuturefeature.cpp plots/systemplotsuper.cpp plots/systemplotqwt.cpp plots/resultplotsuper.cpp plots/resultplotqwt.cpp ../SimCenterCommon/Common/FooterWidget.cpp ../SimCenterCommon/Common/HeaderWidget.cpp $(DISTDIR)/ + $(COPY_FILE) --parents mainWindow/mainwindow.ui dialogs/materialdbinterface.ui utilWindows/copyrightdialog.ui utilWindows/dialogabout.ui utilWindows/dialogpreferences.ui utilWindows/dialogfuturefeature.ui $(DISTDIR)/ clean: compiler_clean @@ -1148,6 +1172,7 @@ clean: compiler_clean distclean: clean -$(DEL_FILE) -r PileGroupTool.app + -$(DEL_FILE) .qmake.stash -$(DEL_FILE) Makefile @@ -1165,172 +1190,166 @@ compiler_rcc_make_all: qrc_qtpileresources.cpp compiler_rcc_clean: -$(DEL_FILE) qrc_qtpileresources.cpp qrc_qtpileresources.cpp: qtpileresources.qrc \ - ../../../Qt/5.10.0/clang_64/bin/rcc \ - style.qss \ - images/PileSchematic@0,5x.png \ - images/LayerSchematic@0,5x.png \ - images/LayerSchematic@1x.png \ - images/PileSchematic@1x.png \ - images/PileSchematic.png \ + ../../../Qt/5.11.2/clang_64/bin/rcc \ + help/About/Tatsu.png \ + help/About/Mackenzie-Helnwein-Peter.png \ + help/About/McKenna-Frank.png \ + help/About/PGTabout.html \ + help/About/Arduino-Pedro.png \ + help/About/Ghofrani-Alborz.png \ + resources/PileGroupToolLICENSE.txt \ resources/NHERI-PGT-Icon.icns \ + resources/styleSheets/pgtLinux.qss \ + resources/styleSheets/pgtWin.qss \ + resources/styleSheets/pgtMac.qss \ + resources/styleSheets/pgtStyles.qss \ imagesCommon/sim_logo_footer.png \ imagesCommon/nsf.gif - /Users/pmackenz/Qt/5.10.0/clang_64/bin/rcc -name qtpileresources qtpileresources.qrc -o qrc_qtpileresources.cpp + /Users/pmackenz/Qt/5.11.2/clang_64/bin/rcc -name qtpileresources qtpileresources.qrc -o qrc_qtpileresources.cpp compiler_moc_predefs_make_all: moc_predefs.h compiler_moc_predefs_clean: -$(DEL_FILE) moc_predefs.h -moc_predefs.h: ../../../Qt/5.10.0/clang_64/mkspecs/features/data/dummy.cpp - /Library/Developer/CommandLineTools/usr/bin/clang++ -pipe -stdlib=libc++ -O2 -std=gnu++11 $(EXPORT_ARCH_ARGS) -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk -mmacosx-version-min=10.10 -Wall -Wno-unused-variable -std=c++11 -dM -E -o moc_predefs.h ../../../Qt/5.10.0/clang_64/mkspecs/features/data/dummy.cpp +moc_predefs.h: ../../../Qt/5.11.2/clang_64/mkspecs/features/data/dummy.cpp + /Library/Developer/CommandLineTools/usr/bin/clang++ -pipe -stdlib=libc++ -O2 -std=gnu++11 $(EXPORT_ARCH_ARGS) -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -mmacosx-version-min=10.11 -Wall -Wno-unused-variable -std=c++11 -dM -E -o moc_predefs.h ../../../Qt/5.11.2/clang_64/mkspecs/features/data/dummy.cpp -compiler_moc_header_make_all: moc_mainwindow.cpp moc_materialdbinterface.cpp moc_surveysplashscreen.cpp moc_copyrightdialog.cpp moc_dialogabout.cpp moc_dialogpreferences.cpp moc_dialogfuturefeature.cpp moc_systemplotqwt.cpp moc_resultplotsuper.cpp moc_FooterWidget.cpp moc_HeaderWidget.cpp +compiler_moc_header_make_all: moc_mainwindow.cpp moc_materialdbinterface.cpp moc_copyrightdialog.cpp moc_dialogabout.cpp moc_dialogpreferences.cpp moc_dialogfuturefeature.cpp moc_systemplotqwt.cpp moc_resultplotsuper.cpp moc_FooterWidget.cpp moc_HeaderWidget.cpp compiler_moc_header_clean: - -$(DEL_FILE) moc_mainwindow.cpp moc_materialdbinterface.cpp moc_surveysplashscreen.cpp moc_copyrightdialog.cpp moc_dialogabout.cpp moc_dialogpreferences.cpp moc_dialogfuturefeature.cpp moc_systemplotqwt.cpp moc_resultplotsuper.cpp moc_FooterWidget.cpp moc_HeaderWidget.cpp -moc_mainwindow.cpp: ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QMainWindow \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qmainwindow.h \ + -$(DEL_FILE) moc_mainwindow.cpp moc_materialdbinterface.cpp moc_copyrightdialog.cpp moc_dialogabout.cpp moc_dialogpreferences.cpp moc_dialogfuturefeature.cpp moc_systemplotqwt.cpp moc_resultplotsuper.cpp moc_FooterWidget.cpp moc_HeaderWidget.cpp +moc_mainwindow.cpp: ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QMainWindow \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qmainwindow.h \ includes/pilegrouptool_parameters.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QVector \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qvector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/QColor \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qcolor.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QVector \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qvector.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/QColor \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qcolor.h \ mainWindow/mainwindow.h \ moc_predefs.h \ - ../../../Qt/5.10.0/clang_64/bin/moc - /Users/pmackenz/Qt/5.10.0/clang_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/Users/pmackenz/Qt/5.10.0/clang_64/mkspecs/macx-clang -I/Users/pmackenz/Development/SimCenter/PileGroupTool -I/Users/pmackenz/Development/SimCenter/PileGroupTool/.include -I/Users/pmackenz/Development/SimCenter/PileGroupTool/ops -I/Users/pmackenz/Development/SimCenter/PileGroupTool/qwt-6.2/src -I/Users/pmackenz/Development/SimCenter/PileGroupTool/includes -I/Users/pmackenz/Development/SimCenter/PileGroupTool/mainWindow -I/Users/pmackenz/Development/SimCenter/PileGroupTool/dialogs -I/Users/pmackenz/Development/SimCenter/PileGroupTool/plots -I/Users/pmackenz/Development/SimCenter/PileGroupTool/FEA -I/Users/pmackenz/Development/SimCenter/PileGroupTool/qwt-6.2/src -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtPrintSupport.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtGui.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtNetwork.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtCore.framework/Headers -I/Library/Developer/CommandLineTools/usr/include/c++/v1 -I/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include -I/Library/Developer/CommandLineTools/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk/usr/include -F/Users/pmackenz/Qt/5.10.0/clang_64/lib mainWindow/mainwindow.h -o moc_mainwindow.cpp + ../../../Qt/5.11.2/clang_64/bin/moc + /Users/pmackenz/Qt/5.11.2/clang_64/bin/moc $(DEFINES) --include /Users/pmackenz/Development/SimCenter/PileGroupTool/moc_predefs.h -I/Users/pmackenz/Qt/5.11.2/clang_64/mkspecs/macx-clang -I/Users/pmackenz/Development/SimCenter/PileGroupTool -I/usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers -I/Users/pmackenz/Development/SimCenter/PileGroupTool/.include -I/Users/pmackenz/Development/SimCenter/PileGroupTool/ops -I/Users/pmackenz/Development/SimCenter/PileGroupTool/includes -I/Users/pmackenz/Development/SimCenter/PileGroupTool/mainWindow -I/Users/pmackenz/Development/SimCenter/PileGroupTool/dialogs -I/Users/pmackenz/Development/SimCenter/PileGroupTool/plots -I/Users/pmackenz/Development/SimCenter/PileGroupTool/FEA -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtSvg.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtOpenGL.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtPrintSupport.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtGui.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtConcurrent.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtNetwork.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtCore.framework/Headers -I/Library/Developer/CommandLineTools/usr/include/c++/v1 -I/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include -I/Library/Developer/CommandLineTools/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk/usr/include -F/Users/pmackenz/Qt/5.11.2/clang_64/lib mainWindow/mainwindow.h -o moc_mainwindow.cpp -moc_materialdbinterface.cpp: ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QWidget \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qwidget.h \ +moc_materialdbinterface.cpp: ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QWidget \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qwidget.h \ dialogs/materialdbinterface.h \ moc_predefs.h \ - ../../../Qt/5.10.0/clang_64/bin/moc - /Users/pmackenz/Qt/5.10.0/clang_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/Users/pmackenz/Qt/5.10.0/clang_64/mkspecs/macx-clang -I/Users/pmackenz/Development/SimCenter/PileGroupTool -I/Users/pmackenz/Development/SimCenter/PileGroupTool/.include -I/Users/pmackenz/Development/SimCenter/PileGroupTool/ops -I/Users/pmackenz/Development/SimCenter/PileGroupTool/qwt-6.2/src -I/Users/pmackenz/Development/SimCenter/PileGroupTool/includes -I/Users/pmackenz/Development/SimCenter/PileGroupTool/mainWindow -I/Users/pmackenz/Development/SimCenter/PileGroupTool/dialogs -I/Users/pmackenz/Development/SimCenter/PileGroupTool/plots -I/Users/pmackenz/Development/SimCenter/PileGroupTool/FEA -I/Users/pmackenz/Development/SimCenter/PileGroupTool/qwt-6.2/src -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtPrintSupport.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtGui.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtNetwork.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtCore.framework/Headers -I/Library/Developer/CommandLineTools/usr/include/c++/v1 -I/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include -I/Library/Developer/CommandLineTools/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk/usr/include -F/Users/pmackenz/Qt/5.10.0/clang_64/lib dialogs/materialdbinterface.h -o moc_materialdbinterface.cpp + ../../../Qt/5.11.2/clang_64/bin/moc + /Users/pmackenz/Qt/5.11.2/clang_64/bin/moc $(DEFINES) --include /Users/pmackenz/Development/SimCenter/PileGroupTool/moc_predefs.h -I/Users/pmackenz/Qt/5.11.2/clang_64/mkspecs/macx-clang -I/Users/pmackenz/Development/SimCenter/PileGroupTool -I/usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers -I/Users/pmackenz/Development/SimCenter/PileGroupTool/.include -I/Users/pmackenz/Development/SimCenter/PileGroupTool/ops -I/Users/pmackenz/Development/SimCenter/PileGroupTool/includes -I/Users/pmackenz/Development/SimCenter/PileGroupTool/mainWindow -I/Users/pmackenz/Development/SimCenter/PileGroupTool/dialogs -I/Users/pmackenz/Development/SimCenter/PileGroupTool/plots -I/Users/pmackenz/Development/SimCenter/PileGroupTool/FEA -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtSvg.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtOpenGL.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtPrintSupport.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtGui.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtConcurrent.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtNetwork.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtCore.framework/Headers -I/Library/Developer/CommandLineTools/usr/include/c++/v1 -I/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include -I/Library/Developer/CommandLineTools/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk/usr/include -F/Users/pmackenz/Qt/5.11.2/clang_64/lib dialogs/materialdbinterface.h -o moc_materialdbinterface.cpp -moc_surveysplashscreen.cpp: ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QDialog \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qdialog.h \ - dialogs/surveysplashscreen.h \ - moc_predefs.h \ - ../../../Qt/5.10.0/clang_64/bin/moc - /Users/pmackenz/Qt/5.10.0/clang_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/Users/pmackenz/Qt/5.10.0/clang_64/mkspecs/macx-clang -I/Users/pmackenz/Development/SimCenter/PileGroupTool -I/Users/pmackenz/Development/SimCenter/PileGroupTool/.include -I/Users/pmackenz/Development/SimCenter/PileGroupTool/ops -I/Users/pmackenz/Development/SimCenter/PileGroupTool/qwt-6.2/src -I/Users/pmackenz/Development/SimCenter/PileGroupTool/includes -I/Users/pmackenz/Development/SimCenter/PileGroupTool/mainWindow -I/Users/pmackenz/Development/SimCenter/PileGroupTool/dialogs -I/Users/pmackenz/Development/SimCenter/PileGroupTool/plots -I/Users/pmackenz/Development/SimCenter/PileGroupTool/FEA -I/Users/pmackenz/Development/SimCenter/PileGroupTool/qwt-6.2/src -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtPrintSupport.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtGui.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtNetwork.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtCore.framework/Headers -I/Library/Developer/CommandLineTools/usr/include/c++/v1 -I/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include -I/Library/Developer/CommandLineTools/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk/usr/include -F/Users/pmackenz/Qt/5.10.0/clang_64/lib dialogs/surveysplashscreen.h -o moc_surveysplashscreen.cpp - -moc_copyrightdialog.cpp: ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QDialog \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qdialog.h \ +moc_copyrightdialog.cpp: ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QDialog \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qdialog.h \ utilWindows/copyrightdialog.h \ moc_predefs.h \ - ../../../Qt/5.10.0/clang_64/bin/moc - /Users/pmackenz/Qt/5.10.0/clang_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/Users/pmackenz/Qt/5.10.0/clang_64/mkspecs/macx-clang -I/Users/pmackenz/Development/SimCenter/PileGroupTool -I/Users/pmackenz/Development/SimCenter/PileGroupTool/.include -I/Users/pmackenz/Development/SimCenter/PileGroupTool/ops -I/Users/pmackenz/Development/SimCenter/PileGroupTool/qwt-6.2/src -I/Users/pmackenz/Development/SimCenter/PileGroupTool/includes -I/Users/pmackenz/Development/SimCenter/PileGroupTool/mainWindow -I/Users/pmackenz/Development/SimCenter/PileGroupTool/dialogs -I/Users/pmackenz/Development/SimCenter/PileGroupTool/plots -I/Users/pmackenz/Development/SimCenter/PileGroupTool/FEA -I/Users/pmackenz/Development/SimCenter/PileGroupTool/qwt-6.2/src -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtPrintSupport.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtGui.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtNetwork.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtCore.framework/Headers -I/Library/Developer/CommandLineTools/usr/include/c++/v1 -I/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include -I/Library/Developer/CommandLineTools/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk/usr/include -F/Users/pmackenz/Qt/5.10.0/clang_64/lib utilWindows/copyrightdialog.h -o moc_copyrightdialog.cpp + ../../../Qt/5.11.2/clang_64/bin/moc + /Users/pmackenz/Qt/5.11.2/clang_64/bin/moc $(DEFINES) --include /Users/pmackenz/Development/SimCenter/PileGroupTool/moc_predefs.h -I/Users/pmackenz/Qt/5.11.2/clang_64/mkspecs/macx-clang -I/Users/pmackenz/Development/SimCenter/PileGroupTool -I/usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers -I/Users/pmackenz/Development/SimCenter/PileGroupTool/.include -I/Users/pmackenz/Development/SimCenter/PileGroupTool/ops -I/Users/pmackenz/Development/SimCenter/PileGroupTool/includes -I/Users/pmackenz/Development/SimCenter/PileGroupTool/mainWindow -I/Users/pmackenz/Development/SimCenter/PileGroupTool/dialogs -I/Users/pmackenz/Development/SimCenter/PileGroupTool/plots -I/Users/pmackenz/Development/SimCenter/PileGroupTool/FEA -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtSvg.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtOpenGL.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtPrintSupport.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtGui.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtConcurrent.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtNetwork.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtCore.framework/Headers -I/Library/Developer/CommandLineTools/usr/include/c++/v1 -I/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include -I/Library/Developer/CommandLineTools/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk/usr/include -F/Users/pmackenz/Qt/5.11.2/clang_64/lib utilWindows/copyrightdialog.h -o moc_copyrightdialog.cpp -moc_dialogabout.cpp: ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QDialog \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qdialog.h \ +moc_dialogabout.cpp: ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QDialog \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qdialog.h \ utilWindows/dialogabout.h \ moc_predefs.h \ - ../../../Qt/5.10.0/clang_64/bin/moc - /Users/pmackenz/Qt/5.10.0/clang_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/Users/pmackenz/Qt/5.10.0/clang_64/mkspecs/macx-clang -I/Users/pmackenz/Development/SimCenter/PileGroupTool -I/Users/pmackenz/Development/SimCenter/PileGroupTool/.include -I/Users/pmackenz/Development/SimCenter/PileGroupTool/ops -I/Users/pmackenz/Development/SimCenter/PileGroupTool/qwt-6.2/src -I/Users/pmackenz/Development/SimCenter/PileGroupTool/includes -I/Users/pmackenz/Development/SimCenter/PileGroupTool/mainWindow -I/Users/pmackenz/Development/SimCenter/PileGroupTool/dialogs -I/Users/pmackenz/Development/SimCenter/PileGroupTool/plots -I/Users/pmackenz/Development/SimCenter/PileGroupTool/FEA -I/Users/pmackenz/Development/SimCenter/PileGroupTool/qwt-6.2/src -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtPrintSupport.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtGui.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtNetwork.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtCore.framework/Headers -I/Library/Developer/CommandLineTools/usr/include/c++/v1 -I/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include -I/Library/Developer/CommandLineTools/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk/usr/include -F/Users/pmackenz/Qt/5.10.0/clang_64/lib utilWindows/dialogabout.h -o moc_dialogabout.cpp - -moc_dialogpreferences.cpp: ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QDialog \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qdialog.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QAbstractButton \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qabstractbutton.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QSettings \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qsettings.h \ + ../../../Qt/5.11.2/clang_64/bin/moc + /Users/pmackenz/Qt/5.11.2/clang_64/bin/moc $(DEFINES) --include /Users/pmackenz/Development/SimCenter/PileGroupTool/moc_predefs.h -I/Users/pmackenz/Qt/5.11.2/clang_64/mkspecs/macx-clang -I/Users/pmackenz/Development/SimCenter/PileGroupTool -I/usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers -I/Users/pmackenz/Development/SimCenter/PileGroupTool/.include -I/Users/pmackenz/Development/SimCenter/PileGroupTool/ops -I/Users/pmackenz/Development/SimCenter/PileGroupTool/includes -I/Users/pmackenz/Development/SimCenter/PileGroupTool/mainWindow -I/Users/pmackenz/Development/SimCenter/PileGroupTool/dialogs -I/Users/pmackenz/Development/SimCenter/PileGroupTool/plots -I/Users/pmackenz/Development/SimCenter/PileGroupTool/FEA -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtSvg.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtOpenGL.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtPrintSupport.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtGui.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtConcurrent.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtNetwork.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtCore.framework/Headers -I/Library/Developer/CommandLineTools/usr/include/c++/v1 -I/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include -I/Library/Developer/CommandLineTools/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk/usr/include -F/Users/pmackenz/Qt/5.11.2/clang_64/lib utilWindows/dialogabout.h -o moc_dialogabout.cpp + +moc_dialogpreferences.cpp: ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QDialog \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qdialog.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QAbstractButton \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qabstractbutton.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QSettings \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qsettings.h \ utilWindows/dialogpreferences.h \ moc_predefs.h \ - ../../../Qt/5.10.0/clang_64/bin/moc - /Users/pmackenz/Qt/5.10.0/clang_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/Users/pmackenz/Qt/5.10.0/clang_64/mkspecs/macx-clang -I/Users/pmackenz/Development/SimCenter/PileGroupTool -I/Users/pmackenz/Development/SimCenter/PileGroupTool/.include -I/Users/pmackenz/Development/SimCenter/PileGroupTool/ops -I/Users/pmackenz/Development/SimCenter/PileGroupTool/qwt-6.2/src -I/Users/pmackenz/Development/SimCenter/PileGroupTool/includes -I/Users/pmackenz/Development/SimCenter/PileGroupTool/mainWindow -I/Users/pmackenz/Development/SimCenter/PileGroupTool/dialogs -I/Users/pmackenz/Development/SimCenter/PileGroupTool/plots -I/Users/pmackenz/Development/SimCenter/PileGroupTool/FEA -I/Users/pmackenz/Development/SimCenter/PileGroupTool/qwt-6.2/src -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtPrintSupport.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtGui.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtNetwork.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtCore.framework/Headers -I/Library/Developer/CommandLineTools/usr/include/c++/v1 -I/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include -I/Library/Developer/CommandLineTools/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk/usr/include -F/Users/pmackenz/Qt/5.10.0/clang_64/lib utilWindows/dialogpreferences.h -o moc_dialogpreferences.cpp + ../../../Qt/5.11.2/clang_64/bin/moc + /Users/pmackenz/Qt/5.11.2/clang_64/bin/moc $(DEFINES) --include /Users/pmackenz/Development/SimCenter/PileGroupTool/moc_predefs.h -I/Users/pmackenz/Qt/5.11.2/clang_64/mkspecs/macx-clang -I/Users/pmackenz/Development/SimCenter/PileGroupTool -I/usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers -I/Users/pmackenz/Development/SimCenter/PileGroupTool/.include -I/Users/pmackenz/Development/SimCenter/PileGroupTool/ops -I/Users/pmackenz/Development/SimCenter/PileGroupTool/includes -I/Users/pmackenz/Development/SimCenter/PileGroupTool/mainWindow -I/Users/pmackenz/Development/SimCenter/PileGroupTool/dialogs -I/Users/pmackenz/Development/SimCenter/PileGroupTool/plots -I/Users/pmackenz/Development/SimCenter/PileGroupTool/FEA -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtSvg.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtOpenGL.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtPrintSupport.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtGui.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtConcurrent.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtNetwork.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtCore.framework/Headers -I/Library/Developer/CommandLineTools/usr/include/c++/v1 -I/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include -I/Library/Developer/CommandLineTools/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk/usr/include -F/Users/pmackenz/Qt/5.11.2/clang_64/lib utilWindows/dialogpreferences.h -o moc_dialogpreferences.cpp -moc_dialogfuturefeature.cpp: ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QDialog \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qdialog.h \ +moc_dialogfuturefeature.cpp: ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QDialog \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qdialog.h \ utilWindows/dialogfuturefeature.h \ moc_predefs.h \ - ../../../Qt/5.10.0/clang_64/bin/moc - /Users/pmackenz/Qt/5.10.0/clang_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/Users/pmackenz/Qt/5.10.0/clang_64/mkspecs/macx-clang -I/Users/pmackenz/Development/SimCenter/PileGroupTool -I/Users/pmackenz/Development/SimCenter/PileGroupTool/.include -I/Users/pmackenz/Development/SimCenter/PileGroupTool/ops -I/Users/pmackenz/Development/SimCenter/PileGroupTool/qwt-6.2/src -I/Users/pmackenz/Development/SimCenter/PileGroupTool/includes -I/Users/pmackenz/Development/SimCenter/PileGroupTool/mainWindow -I/Users/pmackenz/Development/SimCenter/PileGroupTool/dialogs -I/Users/pmackenz/Development/SimCenter/PileGroupTool/plots -I/Users/pmackenz/Development/SimCenter/PileGroupTool/FEA -I/Users/pmackenz/Development/SimCenter/PileGroupTool/qwt-6.2/src -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtPrintSupport.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtGui.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtNetwork.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtCore.framework/Headers -I/Library/Developer/CommandLineTools/usr/include/c++/v1 -I/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include -I/Library/Developer/CommandLineTools/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk/usr/include -F/Users/pmackenz/Qt/5.10.0/clang_64/lib utilWindows/dialogfuturefeature.h -o moc_dialogfuturefeature.cpp + ../../../Qt/5.11.2/clang_64/bin/moc + /Users/pmackenz/Qt/5.11.2/clang_64/bin/moc $(DEFINES) --include /Users/pmackenz/Development/SimCenter/PileGroupTool/moc_predefs.h -I/Users/pmackenz/Qt/5.11.2/clang_64/mkspecs/macx-clang -I/Users/pmackenz/Development/SimCenter/PileGroupTool -I/usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers -I/Users/pmackenz/Development/SimCenter/PileGroupTool/.include -I/Users/pmackenz/Development/SimCenter/PileGroupTool/ops -I/Users/pmackenz/Development/SimCenter/PileGroupTool/includes -I/Users/pmackenz/Development/SimCenter/PileGroupTool/mainWindow -I/Users/pmackenz/Development/SimCenter/PileGroupTool/dialogs -I/Users/pmackenz/Development/SimCenter/PileGroupTool/plots -I/Users/pmackenz/Development/SimCenter/PileGroupTool/FEA -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtSvg.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtOpenGL.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtPrintSupport.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtGui.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtConcurrent.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtNetwork.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtCore.framework/Headers -I/Library/Developer/CommandLineTools/usr/include/c++/v1 -I/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include -I/Library/Developer/CommandLineTools/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk/usr/include -F/Users/pmackenz/Qt/5.11.2/clang_64/lib utilWindows/dialogfuturefeature.h -o moc_dialogfuturefeature.cpp -moc_systemplotqwt.cpp: ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QWidget \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qwidget.h \ +moc_systemplotqwt.cpp: ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QWidget \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qwidget.h \ includes/pilegrouptool_parameters.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QVector \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qvector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/QColor \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qcolor.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QVector \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qvector.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/QColor \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qcolor.h \ plots/systemplotsuper.h \ qcp/qcustomplot.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qmath.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qnumeric.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QtNumeric \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qmath.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qnumeric.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QtNumeric \ plots/systemplotqwt.h \ moc_predefs.h \ - ../../../Qt/5.10.0/clang_64/bin/moc - /Users/pmackenz/Qt/5.10.0/clang_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/Users/pmackenz/Qt/5.10.0/clang_64/mkspecs/macx-clang -I/Users/pmackenz/Development/SimCenter/PileGroupTool -I/Users/pmackenz/Development/SimCenter/PileGroupTool/.include -I/Users/pmackenz/Development/SimCenter/PileGroupTool/ops -I/Users/pmackenz/Development/SimCenter/PileGroupTool/qwt-6.2/src -I/Users/pmackenz/Development/SimCenter/PileGroupTool/includes -I/Users/pmackenz/Development/SimCenter/PileGroupTool/mainWindow -I/Users/pmackenz/Development/SimCenter/PileGroupTool/dialogs -I/Users/pmackenz/Development/SimCenter/PileGroupTool/plots -I/Users/pmackenz/Development/SimCenter/PileGroupTool/FEA -I/Users/pmackenz/Development/SimCenter/PileGroupTool/qwt-6.2/src -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtPrintSupport.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtGui.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtNetwork.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtCore.framework/Headers -I/Library/Developer/CommandLineTools/usr/include/c++/v1 -I/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include -I/Library/Developer/CommandLineTools/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk/usr/include -F/Users/pmackenz/Qt/5.10.0/clang_64/lib plots/systemplotqwt.h -o moc_systemplotqwt.cpp + ../../../Qt/5.11.2/clang_64/bin/moc + /Users/pmackenz/Qt/5.11.2/clang_64/bin/moc $(DEFINES) --include /Users/pmackenz/Development/SimCenter/PileGroupTool/moc_predefs.h -I/Users/pmackenz/Qt/5.11.2/clang_64/mkspecs/macx-clang -I/Users/pmackenz/Development/SimCenter/PileGroupTool -I/usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers -I/Users/pmackenz/Development/SimCenter/PileGroupTool/.include -I/Users/pmackenz/Development/SimCenter/PileGroupTool/ops -I/Users/pmackenz/Development/SimCenter/PileGroupTool/includes -I/Users/pmackenz/Development/SimCenter/PileGroupTool/mainWindow -I/Users/pmackenz/Development/SimCenter/PileGroupTool/dialogs -I/Users/pmackenz/Development/SimCenter/PileGroupTool/plots -I/Users/pmackenz/Development/SimCenter/PileGroupTool/FEA -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtSvg.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtOpenGL.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtPrintSupport.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtGui.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtConcurrent.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtNetwork.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtCore.framework/Headers -I/Library/Developer/CommandLineTools/usr/include/c++/v1 -I/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include -I/Library/Developer/CommandLineTools/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk/usr/include -F/Users/pmackenz/Qt/5.11.2/clang_64/lib plots/systemplotqwt.h -o moc_systemplotqwt.cpp -moc_resultplotsuper.cpp: ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QWidget \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qwidget.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QVector \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qvector.h \ +moc_resultplotsuper.cpp: ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QWidget \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qwidget.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QVector \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qvector.h \ includes/pilegrouptool_parameters.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/QColor \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qcolor.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/QColor \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qcolor.h \ plots/resultplotsuper.h \ moc_predefs.h \ - ../../../Qt/5.10.0/clang_64/bin/moc - /Users/pmackenz/Qt/5.10.0/clang_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/Users/pmackenz/Qt/5.10.0/clang_64/mkspecs/macx-clang -I/Users/pmackenz/Development/SimCenter/PileGroupTool -I/Users/pmackenz/Development/SimCenter/PileGroupTool/.include -I/Users/pmackenz/Development/SimCenter/PileGroupTool/ops -I/Users/pmackenz/Development/SimCenter/PileGroupTool/qwt-6.2/src -I/Users/pmackenz/Development/SimCenter/PileGroupTool/includes -I/Users/pmackenz/Development/SimCenter/PileGroupTool/mainWindow -I/Users/pmackenz/Development/SimCenter/PileGroupTool/dialogs -I/Users/pmackenz/Development/SimCenter/PileGroupTool/plots -I/Users/pmackenz/Development/SimCenter/PileGroupTool/FEA -I/Users/pmackenz/Development/SimCenter/PileGroupTool/qwt-6.2/src -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtPrintSupport.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtGui.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtNetwork.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtCore.framework/Headers -I/Library/Developer/CommandLineTools/usr/include/c++/v1 -I/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include -I/Library/Developer/CommandLineTools/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk/usr/include -F/Users/pmackenz/Qt/5.10.0/clang_64/lib plots/resultplotsuper.h -o moc_resultplotsuper.cpp + ../../../Qt/5.11.2/clang_64/bin/moc + /Users/pmackenz/Qt/5.11.2/clang_64/bin/moc $(DEFINES) --include /Users/pmackenz/Development/SimCenter/PileGroupTool/moc_predefs.h -I/Users/pmackenz/Qt/5.11.2/clang_64/mkspecs/macx-clang -I/Users/pmackenz/Development/SimCenter/PileGroupTool -I/usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers -I/Users/pmackenz/Development/SimCenter/PileGroupTool/.include -I/Users/pmackenz/Development/SimCenter/PileGroupTool/ops -I/Users/pmackenz/Development/SimCenter/PileGroupTool/includes -I/Users/pmackenz/Development/SimCenter/PileGroupTool/mainWindow -I/Users/pmackenz/Development/SimCenter/PileGroupTool/dialogs -I/Users/pmackenz/Development/SimCenter/PileGroupTool/plots -I/Users/pmackenz/Development/SimCenter/PileGroupTool/FEA -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtSvg.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtOpenGL.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtPrintSupport.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtGui.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtConcurrent.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtNetwork.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtCore.framework/Headers -I/Library/Developer/CommandLineTools/usr/include/c++/v1 -I/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include -I/Library/Developer/CommandLineTools/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk/usr/include -F/Users/pmackenz/Qt/5.11.2/clang_64/lib plots/resultplotsuper.h -o moc_resultplotsuper.cpp -moc_FooterWidget.cpp: ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QGroupBox \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qgroupbox.h \ - ../widgets/Common/FooterWidget.h \ +moc_FooterWidget.cpp: ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QGroupBox \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qgroupbox.h \ + ../SimCenterCommon/Common/FooterWidget.h \ moc_predefs.h \ - ../../../Qt/5.10.0/clang_64/bin/moc - /Users/pmackenz/Qt/5.10.0/clang_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/Users/pmackenz/Qt/5.10.0/clang_64/mkspecs/macx-clang -I/Users/pmackenz/Development/SimCenter/PileGroupTool -I/Users/pmackenz/Development/SimCenter/PileGroupTool/.include -I/Users/pmackenz/Development/SimCenter/PileGroupTool/ops -I/Users/pmackenz/Development/SimCenter/PileGroupTool/qwt-6.2/src -I/Users/pmackenz/Development/SimCenter/PileGroupTool/includes -I/Users/pmackenz/Development/SimCenter/PileGroupTool/mainWindow -I/Users/pmackenz/Development/SimCenter/PileGroupTool/dialogs -I/Users/pmackenz/Development/SimCenter/PileGroupTool/plots -I/Users/pmackenz/Development/SimCenter/PileGroupTool/FEA -I/Users/pmackenz/Development/SimCenter/PileGroupTool/qwt-6.2/src -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtPrintSupport.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtGui.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtNetwork.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtCore.framework/Headers -I/Library/Developer/CommandLineTools/usr/include/c++/v1 -I/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include -I/Library/Developer/CommandLineTools/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk/usr/include -F/Users/pmackenz/Qt/5.10.0/clang_64/lib ../widgets/Common/FooterWidget.h -o moc_FooterWidget.cpp - -moc_HeaderWidget.cpp: ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QGroupBox \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qgroupbox.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QString \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qstring.h \ - ../widgets/Common/HeaderWidget.h \ + ../../../Qt/5.11.2/clang_64/bin/moc + /Users/pmackenz/Qt/5.11.2/clang_64/bin/moc $(DEFINES) --include /Users/pmackenz/Development/SimCenter/PileGroupTool/moc_predefs.h -I/Users/pmackenz/Qt/5.11.2/clang_64/mkspecs/macx-clang -I/Users/pmackenz/Development/SimCenter/PileGroupTool -I/usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers -I/Users/pmackenz/Development/SimCenter/PileGroupTool/.include -I/Users/pmackenz/Development/SimCenter/PileGroupTool/ops -I/Users/pmackenz/Development/SimCenter/PileGroupTool/includes -I/Users/pmackenz/Development/SimCenter/PileGroupTool/mainWindow -I/Users/pmackenz/Development/SimCenter/PileGroupTool/dialogs -I/Users/pmackenz/Development/SimCenter/PileGroupTool/plots -I/Users/pmackenz/Development/SimCenter/PileGroupTool/FEA -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtSvg.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtOpenGL.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtPrintSupport.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtGui.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtConcurrent.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtNetwork.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtCore.framework/Headers -I/Library/Developer/CommandLineTools/usr/include/c++/v1 -I/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include -I/Library/Developer/CommandLineTools/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk/usr/include -F/Users/pmackenz/Qt/5.11.2/clang_64/lib ../SimCenterCommon/Common/FooterWidget.h -o moc_FooterWidget.cpp + +moc_HeaderWidget.cpp: ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QGroupBox \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qgroupbox.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QString \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qstring.h \ + ../SimCenterCommon/Common/HeaderWidget.h \ moc_predefs.h \ - ../../../Qt/5.10.0/clang_64/bin/moc - /Users/pmackenz/Qt/5.10.0/clang_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/Users/pmackenz/Qt/5.10.0/clang_64/mkspecs/macx-clang -I/Users/pmackenz/Development/SimCenter/PileGroupTool -I/Users/pmackenz/Development/SimCenter/PileGroupTool/.include -I/Users/pmackenz/Development/SimCenter/PileGroupTool/ops -I/Users/pmackenz/Development/SimCenter/PileGroupTool/qwt-6.2/src -I/Users/pmackenz/Development/SimCenter/PileGroupTool/includes -I/Users/pmackenz/Development/SimCenter/PileGroupTool/mainWindow -I/Users/pmackenz/Development/SimCenter/PileGroupTool/dialogs -I/Users/pmackenz/Development/SimCenter/PileGroupTool/plots -I/Users/pmackenz/Development/SimCenter/PileGroupTool/FEA -I/Users/pmackenz/Development/SimCenter/PileGroupTool/qwt-6.2/src -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtPrintSupport.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtGui.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtNetwork.framework/Headers -I/Users/pmackenz/Qt/5.10.0/clang_64/lib/QtCore.framework/Headers -I/Library/Developer/CommandLineTools/usr/include/c++/v1 -I/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include -I/Library/Developer/CommandLineTools/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk/usr/include -F/Users/pmackenz/Qt/5.10.0/clang_64/lib ../widgets/Common/HeaderWidget.h -o moc_HeaderWidget.cpp + ../../../Qt/5.11.2/clang_64/bin/moc + /Users/pmackenz/Qt/5.11.2/clang_64/bin/moc $(DEFINES) --include /Users/pmackenz/Development/SimCenter/PileGroupTool/moc_predefs.h -I/Users/pmackenz/Qt/5.11.2/clang_64/mkspecs/macx-clang -I/Users/pmackenz/Development/SimCenter/PileGroupTool -I/usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers -I/Users/pmackenz/Development/SimCenter/PileGroupTool/.include -I/Users/pmackenz/Development/SimCenter/PileGroupTool/ops -I/Users/pmackenz/Development/SimCenter/PileGroupTool/includes -I/Users/pmackenz/Development/SimCenter/PileGroupTool/mainWindow -I/Users/pmackenz/Development/SimCenter/PileGroupTool/dialogs -I/Users/pmackenz/Development/SimCenter/PileGroupTool/plots -I/Users/pmackenz/Development/SimCenter/PileGroupTool/FEA -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtSvg.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtOpenGL.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtPrintSupport.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtGui.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtConcurrent.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtNetwork.framework/Headers -I/Users/pmackenz/Qt/5.11.2/clang_64/lib/QtCore.framework/Headers -I/Library/Developer/CommandLineTools/usr/include/c++/v1 -I/Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include -I/Library/Developer/CommandLineTools/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk/usr/include -F/Users/pmackenz/Qt/5.11.2/clang_64/lib ../SimCenterCommon/Common/HeaderWidget.h -o moc_HeaderWidget.cpp compiler_moc_objc_header_make_all: compiler_moc_objc_header_clean: compiler_moc_source_make_all: compiler_moc_source_clean: -compiler_uic_make_all: ui_mainwindow.h ui_materialdbinterface.h ui_surveysplashscreen.h ui_copyrightdialog.h ui_dialogabout.h ui_dialogpreferences.h ui_dialogfuturefeature.h +compiler_uic_make_all: ui_mainwindow.h ui_materialdbinterface.h ui_copyrightdialog.h ui_dialogabout.h ui_dialogpreferences.h ui_dialogfuturefeature.h compiler_uic_clean: - -$(DEL_FILE) ui_mainwindow.h ui_materialdbinterface.h ui_surveysplashscreen.h ui_copyrightdialog.h ui_dialogabout.h ui_dialogpreferences.h ui_dialogfuturefeature.h + -$(DEL_FILE) ui_mainwindow.h ui_materialdbinterface.h ui_copyrightdialog.h ui_dialogabout.h ui_dialogpreferences.h ui_dialogfuturefeature.h ui_mainwindow.h: mainWindow/mainwindow.ui \ - ../../../Qt/5.10.0/clang_64/bin/uic \ - ../widgets/Common/HeaderWidget.h \ - ../widgets/Common/FooterWidget.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QGroupBox \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qgroupbox.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QString \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qstring.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QGroupBox \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qgroupbox.h - /Users/pmackenz/Qt/5.10.0/clang_64/bin/uic mainWindow/mainwindow.ui -o ui_mainwindow.h + ../../../Qt/5.11.2/clang_64/bin/uic \ + ../SimCenterCommon/Common/HeaderWidget.h \ + ../SimCenterCommon/Common/FooterWidget.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QGroupBox \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qgroupbox.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QString \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qstring.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QGroupBox \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qgroupbox.h + /Users/pmackenz/Qt/5.11.2/clang_64/bin/uic mainWindow/mainwindow.ui -o ui_mainwindow.h ui_materialdbinterface.h: dialogs/materialdbinterface.ui \ - ../../../Qt/5.10.0/clang_64/bin/uic - /Users/pmackenz/Qt/5.10.0/clang_64/bin/uic dialogs/materialdbinterface.ui -o ui_materialdbinterface.h - -ui_surveysplashscreen.h: dialogs/surveysplashscreen.ui \ - ../../../Qt/5.10.0/clang_64/bin/uic - /Users/pmackenz/Qt/5.10.0/clang_64/bin/uic dialogs/surveysplashscreen.ui -o ui_surveysplashscreen.h + ../../../Qt/5.11.2/clang_64/bin/uic + /Users/pmackenz/Qt/5.11.2/clang_64/bin/uic dialogs/materialdbinterface.ui -o ui_materialdbinterface.h ui_copyrightdialog.h: utilWindows/copyrightdialog.ui \ - ../../../Qt/5.10.0/clang_64/bin/uic - /Users/pmackenz/Qt/5.10.0/clang_64/bin/uic utilWindows/copyrightdialog.ui -o ui_copyrightdialog.h + ../../../Qt/5.11.2/clang_64/bin/uic + /Users/pmackenz/Qt/5.11.2/clang_64/bin/uic utilWindows/copyrightdialog.ui -o ui_copyrightdialog.h ui_dialogabout.h: utilWindows/dialogabout.ui \ - ../../../Qt/5.10.0/clang_64/bin/uic - /Users/pmackenz/Qt/5.10.0/clang_64/bin/uic utilWindows/dialogabout.ui -o ui_dialogabout.h + ../../../Qt/5.11.2/clang_64/bin/uic + /Users/pmackenz/Qt/5.11.2/clang_64/bin/uic utilWindows/dialogabout.ui -o ui_dialogabout.h ui_dialogpreferences.h: utilWindows/dialogpreferences.ui \ - ../../../Qt/5.10.0/clang_64/bin/uic - /Users/pmackenz/Qt/5.10.0/clang_64/bin/uic utilWindows/dialogpreferences.ui -o ui_dialogpreferences.h + ../../../Qt/5.11.2/clang_64/bin/uic + /Users/pmackenz/Qt/5.11.2/clang_64/bin/uic utilWindows/dialogpreferences.ui -o ui_dialogpreferences.h ui_dialogfuturefeature.h: utilWindows/dialogfuturefeature.ui \ - ../../../Qt/5.10.0/clang_64/bin/uic - /Users/pmackenz/Qt/5.10.0/clang_64/bin/uic utilWindows/dialogfuturefeature.ui -o ui_dialogfuturefeature.h + ../../../Qt/5.11.2/clang_64/bin/uic + /Users/pmackenz/Qt/5.11.2/clang_64/bin/uic utilWindows/dialogfuturefeature.ui -o ui_dialogfuturefeature.h compiler_rez_source_make_all: compiler_rez_source_clean: @@ -1350,8 +1369,8 @@ Domain.o: ops/Domain.cpp ops/OPS_Globals.h \ ops/classTags.h \ ops/Domain.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/DummyStream.h \ ops/ElementIter.h \ ops/NodeIter.h \ @@ -1406,8 +1425,8 @@ Subdomain.o: ops/Subdomain.cpp ops/Subdomain.h \ ops/classTags.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/Element.h \ ops/DomainComponent.h \ ops/TaggedObject.h \ @@ -1443,8 +1462,8 @@ DomainComponent.o: ops/DomainComponent.cpp ops/Domain.h \ ops/classTags.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/DomainComponent.h \ ops/TaggedObject.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o DomainComponent.o ops/DomainComponent.cpp @@ -1501,8 +1520,8 @@ SingleDomSP_Iter.o: ops/SingleDomSP_Iter.cpp ops/SingleDomSP_Iter.h \ ops/classTags.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/TaggedObjectIter.h \ ops/TaggedObjectStorage.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o SingleDomSP_Iter.o ops/SingleDomSP_Iter.cpp @@ -1517,8 +1536,8 @@ SingleDomMP_Iter.o: ops/SingleDomMP_Iter.cpp ops/SingleDomMP_Iter.h \ ops/classTags.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/TaggedObjectIter.h \ ops/TaggedObjectStorage.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o SingleDomMP_Iter.o ops/SingleDomMP_Iter.cpp @@ -1533,8 +1552,8 @@ SingleDomNodIter.o: ops/SingleDomNodIter.cpp ops/SingleDomNodIter.h \ ops/classTags.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/TaggedObjectIter.h \ ops/TaggedObjectStorage.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o SingleDomNodIter.o ops/SingleDomNodIter.cpp @@ -1548,8 +1567,8 @@ SubdomainNodIter.o: ops/SubdomainNodIter.cpp ops/SubdomainNodIter.h \ ops/classTags.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/Element.h \ ops/DomainComponent.h \ ops/TaggedObject.h \ @@ -1571,8 +1590,8 @@ SingleDomEleIter.o: ops/SingleDomEleIter.cpp ops/SingleDomEleIter.h \ ops/classTags.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/ID.h \ ops/TaggedObjectIter.h \ ops/TaggedObjectStorage.h @@ -1599,8 +1618,8 @@ SingleDomAllSP_Iter.o: ops/SingleDomAllSP_Iter.cpp ops/SingleDomAllSP_Iter.h \ ops/classTags.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/LoadPattern.h \ ops/DomainComponent.h \ ops/TaggedObject.h \ @@ -1620,8 +1639,8 @@ SingleDomPC_Iter.o: ops/SingleDomPC_Iter.cpp ops/SingleDomPC_Iter.h \ ops/classTags.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/ID.h \ ops/TaggedObjectIter.h \ ops/TaggedObjectStorage.h @@ -1636,8 +1655,8 @@ LoadPatternIter.o: ops/LoadPatternIter.cpp ops/LoadPatternIter.h \ ops/classTags.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/TaggedObjectIter.h \ ops/TaggedObjectStorage.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o LoadPatternIter.o ops/LoadPatternIter.cpp @@ -1653,8 +1672,8 @@ NodalLoadIter.o: ops/NodalLoadIter.cpp ops/NodalLoadIter.h \ ops/DomainComponent.h \ ops/TaggedObject.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/Node.h \ ops/TaggedObjectIter.h \ ops/TaggedObjectStorage.h @@ -1669,8 +1688,8 @@ FE_EleIter.o: ops/FE_EleIter.cpp ops/FE_EleIter.h \ ops/classTags.h \ ops/Matrix.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/TaggedObject.h \ ops/TaggedObjectIter.h \ ops/TaggedObjectStorage.h @@ -1699,8 +1718,8 @@ ElementalLoadIter.o: ops/ElementalLoadIter.cpp ops/ElementalLoadIter.h \ ops/DomainComponent.h \ ops/TaggedObject.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/TaggedObjectIter.h \ ops/TaggedObjectStorage.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ElementalLoadIter.o ops/ElementalLoadIter.cpp @@ -1713,8 +1732,8 @@ SP_Constraint.o: ops/SP_Constraint.cpp ops/SP_Constraint.h \ ops/classTags.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/Channel.h \ ops/FEM_ObjectBroker.h \ ops/elementAPI.h \ @@ -1731,8 +1750,8 @@ MP_Constraint.o: ops/MP_Constraint.cpp ops/MP_Constraint.h \ ops/classTags.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/Matrix.h \ ops/ID.h \ ops/Channel.h \ @@ -1756,8 +1775,8 @@ ZeroLength.o: ops/ZeroLength.cpp ops/ZeroLength.h \ ops/classTags.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/ID.h \ ops/Matrix.h \ ops/Information.h \ @@ -1781,8 +1800,8 @@ Element.o: ops/Element.cpp ops/Element.h \ ops/classTags.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/ID.h \ ops/ElementResponse.h \ ops/Response.h \ @@ -1799,8 +1818,8 @@ Information.o: ops/Information.cpp ops/Information.h \ ops/classTags.h \ ops/ID.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/Matrix.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o Information.o ops/Information.cpp @@ -1814,8 +1833,8 @@ ElasticSection3d.o: ops/ElasticSection3d.cpp ops/ElasticSection3d.h \ ops/classTags.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/Matrix.h \ ops/ID.h \ ops/Channel.h \ @@ -1835,8 +1854,8 @@ SectionForceDeformation.o: ops/SectionForceDeformation.cpp ops/SectionForceDefor ops/classTags.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/Matrix.h \ ops/ID.h \ ops/Information.h \ @@ -1857,8 +1876,8 @@ LinearSeries.o: ops/LinearSeries.cpp ops/LinearSeries.h \ ops/OPS_Globals.h \ ops/Information.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/Channel.h \ ops/elementAPI.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o LinearSeries.o ops/LinearSeries.cpp @@ -1897,8 +1916,8 @@ Node.o: ops/Node.cpp ops/Node.h \ ops/classTags.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/Element.h \ ops/ID.h \ ops/Matrix.h \ @@ -1925,8 +1944,8 @@ NodalLoad.o: ops/NodalLoad.cpp ops/NodalLoad.h \ ops/DomainComponent.h \ ops/TaggedObject.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/Node.h \ ops/Domain.h \ ops/Channel.h \ @@ -1944,8 +1963,8 @@ Load.o: ops/Load.cpp ops/Load.h \ ops/DomainComponent.h \ ops/TaggedObject.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o Load.o ops/Load.cpp LoadPattern.o: ops/LoadPattern.cpp ops/LoadPattern.h \ @@ -1956,8 +1975,8 @@ LoadPattern.o: ops/LoadPattern.cpp ops/LoadPattern.h \ ops/classTags.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/ID.h \ ops/TimeSeries.h \ ops/Information.h \ @@ -1988,8 +2007,8 @@ DispBeamColumn3d.o: ops/DispBeamColumn3d.cpp ops/DispBeamColumn3d.h \ ops/classTags.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/ID.h \ ops/Matrix.h \ ops/Node.h \ @@ -2018,8 +2037,8 @@ CrdTransf.o: ops/CrdTransf.cpp ops/CrdTransf.h \ ops/OPS_Stream.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/MapOfTaggedObjects.h \ ops/TaggedObjectStorage.h \ ops/MapOfTaggedObjectsIter.h \ @@ -2031,8 +2050,8 @@ LinearCrdTransf3d.o: ops/LinearCrdTransf3d.cpp ops/Vector.h \ ops/OPS_Stream.h \ ops/MovableObject.h \ ops/classTags.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/Matrix.h \ ops/Node.h \ ops/DomainComponent.h \ @@ -2087,8 +2106,8 @@ ElementResponse.o: ops/ElementResponse.cpp ops/ElementResponse.h \ ops/DomainComponent.h \ ops/TaggedObject.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/ID.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ElementResponse.o ops/ElementResponse.cpp @@ -2103,8 +2122,8 @@ MaterialResponse.o: ops/MaterialResponse.cpp ops/MaterialResponse.h \ ops/DomainComponent.h \ ops/TaggedObject.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o MaterialResponse.o ops/MaterialResponse.cpp CompositeResponse.o: ops/CompositeResponse.cpp ops/CompositeResponse.h \ @@ -2115,8 +2134,8 @@ CompositeResponse.o: ops/CompositeResponse.cpp ops/CompositeResponse.h \ ops/MovableObject.h \ ops/classTags.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/ID.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o CompositeResponse.o ops/CompositeResponse.cpp @@ -2126,8 +2145,8 @@ Matrix.o: ops/Matrix.cpp ops/Matrix.h \ ops/MovableObject.h \ ops/classTags.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/ID.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o Matrix.o ops/Matrix.cpp @@ -2136,8 +2155,8 @@ MatrixUtil.o: ops/MatrixUtil.cpp ops/Vector.h \ ops/OPS_Stream.h \ ops/MovableObject.h \ ops/classTags.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/MatrixUtil.h \ ops/Matrix.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o MatrixUtil.o ops/MatrixUtil.cpp @@ -2154,8 +2173,8 @@ Vector.o: ops/Vector.cpp ops/Vector.h \ ops/OPS_Stream.h \ ops/MovableObject.h \ ops/classTags.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/Matrix.h \ ops/ID.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o Vector.o ops/Vector.cpp @@ -2176,8 +2195,8 @@ Graph.o: ops/Graph.cpp ops/Graph.h \ ops/Channel.h \ ops/FEM_ObjectBroker.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o Graph.o ops/Graph.cpp Vertex.o: ops/Vertex.cpp ops/Vertex.h \ @@ -2190,8 +2209,8 @@ Vertex.o: ops/Vertex.cpp ops/Vertex.h \ ops/Channel.h \ ops/FEM_ObjectBroker.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o Vertex.o ops/Vertex.cpp VertexIter.o: ops/VertexIter.cpp ops/VertexIter.h \ @@ -2238,8 +2257,8 @@ LoadControl.o: ops/LoadControl.cpp ops/LoadControl.h \ ops/AnalysisModel.h \ ops/LinearSOE.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/Channel.h \ ops/FE_Element.h \ ops/ID.h \ @@ -2270,8 +2289,8 @@ PenaltyConstraintHandler.o: ops/PenaltyConstraintHandler.cpp ops/PenaltyConstrai ops/OPS_Stream.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/FE_Element.h \ ops/ID.h \ ops/Matrix.h \ @@ -2305,8 +2324,8 @@ TransformationConstraintHandler.o: ops/TransformationConstraintHandler.cpp ops/T ops/OPS_Stream.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/FE_Element.h \ ops/ID.h \ ops/Matrix.h \ @@ -2342,8 +2361,8 @@ TransformationDOF_Group.o: ops/TransformationDOF_Group.cpp ops/TransformationDOF ops/TaggedObject.h \ ops/Domain.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/Node.h \ ops/DomainComponent.h \ ops/Matrix.h \ @@ -2366,8 +2385,8 @@ TransformationFE.o: ops/TransformationFE.cpp ops/TransformationFE.h \ ops/classTags.h \ ops/Matrix.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/TaggedObject.h \ ops/Element.h \ ops/DomainComponent.h \ @@ -2392,8 +2411,8 @@ PenaltySP_FE.o: ops/PenaltySP_FE.cpp ops/PenaltySP_FE.h \ ops/classTags.h \ ops/Matrix.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/TaggedObject.h \ ops/Element.h \ ops/DomainComponent.h \ @@ -2417,8 +2436,8 @@ PenaltyMP_FE.o: ops/PenaltyMP_FE.cpp ops/PenaltyMP_FE.h \ ops/classTags.h \ ops/Matrix.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/TaggedObject.h \ ops/Element.h \ ops/DomainComponent.h \ @@ -2440,8 +2459,8 @@ ConstraintHandler.o: ops/ConstraintHandler.cpp ops/ConstraintHandler.h \ ops/OPS_Stream.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/AnalysisModel.h \ ops/Integrator.h \ ops/FE_EleIter.h \ @@ -2461,8 +2480,8 @@ IncrementalIntegrator.o: ops/IncrementalIntegrator.cpp ops/IncrementalIntegrator ops/ID.h \ ops/Matrix.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/TaggedObject.h \ ops/LinearSOE.h \ ops/AnalysisModel.h \ @@ -2483,8 +2502,8 @@ StaticIntegrator.o: ops/StaticIntegrator.cpp ops/StaticIntegrator.h \ ops/ID.h \ ops/Matrix.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/TaggedObject.h \ ops/LinearSOE.h \ ops/AnalysisModel.h \ @@ -2506,8 +2525,8 @@ Integrator.o: ops/Integrator.cpp ops/Integrator.h \ ops/OPS_Globals.h \ ops/OPS_Stream.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o Integrator.o ops/Integrator.cpp PlainNumberer.o: ops/PlainNumberer.cpp ops/PlainNumberer.h \ @@ -2524,8 +2543,8 @@ PlainNumberer.o: ops/PlainNumberer.cpp ops/PlainNumberer.h \ ops/FE_Element.h \ ops/Matrix.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/FE_EleIter.h \ ops/Channel.h \ ops/FEM_ObjectBroker.h \ @@ -2549,8 +2568,8 @@ DOF_Numberer.o: ops/DOF_Numberer.cpp ops/DOF_Numberer.h \ ops/FE_Element.h \ ops/Matrix.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/FE_EleIter.h \ ops/Channel.h \ ops/FEM_ObjectBroker.h \ @@ -2580,8 +2599,8 @@ StaticAnalysis.o: ops/StaticAnalysis.cpp ops/StaticAnalysis.h \ ops/ConstraintHandler.h \ ops/ConvergenceTest.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/StaticIntegrator.h \ ops/Domain.h \ ops/FE_Element.h \ @@ -2601,8 +2620,8 @@ Analysis.o: ops/Analysis.cpp ops/Analysis.h \ ops/classTags.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o Analysis.o ops/Analysis.cpp NewtonRaphson.o: ops/NewtonRaphson.cpp ops/NewtonRaphson.h \ @@ -2615,8 +2634,8 @@ NewtonRaphson.o: ops/NewtonRaphson.cpp ops/NewtonRaphson.h \ ops/OPS_Globals.h \ ops/OPS_Stream.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/AnalysisModel.h \ ops/StaticAnalysis.h \ ops/Analysis.h \ @@ -2640,8 +2659,8 @@ EquiSolnAlgo.o: ops/EquiSolnAlgo.cpp ops/EquiSolnAlgo.h \ ops/LinearSOE.h \ ops/ConvergenceTest.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o EquiSolnAlgo.o ops/EquiSolnAlgo.cpp SolutionAlgorithm.o: ops/SolutionAlgorithm.cpp ops/SolutionAlgorithm.h \ @@ -2664,8 +2683,8 @@ AnalysisModel.o: ops/AnalysisModel.cpp ops/ArrayOfTaggedObjects.h \ ops/AnalysisModel.h \ ops/Domain.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/FE_Element.h \ ops/ID.h \ ops/Matrix.h \ @@ -2690,8 +2709,8 @@ CTestNormDispIncr.o: ops/CTestNormDispIncr.cpp ops/CTestNormDispIncr.h \ ops/Vector.h \ ops/OPS_Globals.h \ ops/OPS_Stream.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/Channel.h \ ops/EquiSolnAlgo.h \ ops/SolutionAlgorithm.h \ @@ -2707,8 +2726,8 @@ ConvergenceTest.o: ops/ConvergenceTest.cpp ops/ConvergenceTest.h \ ops/Vector.h \ ops/OPS_Globals.h \ ops/OPS_Stream.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o ConvergenceTest.o ops/ConvergenceTest.cpp LinearSOE.o: ops/LinearSOE.cpp ops/LinearSOE.h \ @@ -2729,8 +2748,8 @@ BandGenLinSOE.o: ops/BandGenLinSOE.cpp ops/BandGenLinSOE.h \ ops/Vector.h \ ops/OPS_Globals.h \ ops/OPS_Stream.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/BandGenLinSolver.h \ ops/LinearSOESolver.h \ ops/Matrix.h \ @@ -2752,8 +2771,8 @@ BandGenLinSolver.o: ops/BandGenLinSolver.cpp ops/BandGenLinSolver.h \ ops/Vector.h \ ops/OPS_Globals.h \ ops/OPS_Stream.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o BandGenLinSolver.o ops/BandGenLinSolver.cpp BandGenLinLapackSolver.o: ops/BandGenLinLapackSolver.cpp ops/BandGenLinLapackSolver.h \ @@ -2766,8 +2785,8 @@ BandGenLinLapackSolver.o: ops/BandGenLinLapackSolver.cpp ops/BandGenLinLapackSol ops/Vector.h \ ops/OPS_Globals.h \ ops/OPS_Stream.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o BandGenLinLapackSolver.o ops/BandGenLinLapackSolver.cpp FE_Element.o: ops/FE_Element.cpp ops/FE_Element.h \ @@ -2778,8 +2797,8 @@ FE_Element.o: ops/FE_Element.cpp ops/FE_Element.h \ ops/classTags.h \ ops/Matrix.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/TaggedObject.h \ ops/Element.h \ ops/DomainComponent.h \ @@ -2803,8 +2822,8 @@ DOF_Group.o: ops/DOF_Group.cpp ops/DOF_Group.h \ ops/Node.h \ ops/DomainComponent.h \ ops/Vector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/Matrix.h \ ops/TransientIntegrator.h \ ops/IncrementalIntegrator.h \ @@ -2821,11 +2840,11 @@ PySimple1.o: ops/PySimple1.cpp ops/PySimple1.h \ ops/classTags.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/Channel.h \ ops/elementAPI.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qdebug.h + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qdebug.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o PySimple1.o ops/PySimple1.cpp TzSimple1.o: ops/TzSimple1.cpp ops/TzSimple1.h \ @@ -2838,8 +2857,8 @@ TzSimple1.o: ops/TzSimple1.cpp ops/TzSimple1.h \ ops/classTags.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/Channel.h \ ops/elementAPI.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o TzSimple1.o ops/TzSimple1.cpp @@ -2854,8 +2873,8 @@ QzSimple1.o: ops/QzSimple1.cpp ops/QzSimple1.h \ ops/classTags.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/Channel.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o QzSimple1.o ops/QzSimple1.cpp @@ -2868,8 +2887,8 @@ UniaxialMaterial.o: ops/UniaxialMaterial.cpp ops/UniaxialMaterial.h \ ops/classTags.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/Information.h \ ops/MaterialResponse.h \ ops/Response.h \ @@ -2887,8 +2906,8 @@ Material.o: ops/Material.cpp ops/Material.h \ ops/classTags.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o Material.o ops/Material.cpp StandardStream.o: ops/StandardStream.cpp ops/StandardStream.h \ @@ -2897,8 +2916,8 @@ StandardStream.o: ops/StandardStream.cpp ops/StandardStream.h \ ops/classTags.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o StandardStream.o ops/StandardStream.cpp DummyStream.o: ops/DummyStream.cpp ops/DummyStream.h \ @@ -2907,8 +2926,8 @@ DummyStream.o: ops/DummyStream.cpp ops/DummyStream.h \ ops/classTags.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o DummyStream.o ops/DummyStream.cpp DummyElementAPI.o: ops/DummyElementAPI.cpp ops/elementAPI.h \ @@ -2918,8 +2937,8 @@ DummyElementAPI.o: ops/DummyElementAPI.cpp ops/elementAPI.h \ ops/classTags.h \ ops/Vector.h \ ops/OPS_Globals.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ ops/Node.h \ ops/DomainComponent.h \ ops/TaggedObject.h \ @@ -2935,128 +2954,127 @@ OPS_Stream.o: ops/OPS_Stream.cpp ops/OPS_Stream.h \ $(CXX) -c $(CXXFLAGS) $(INCPATH) -o OPS_Stream.o ops/OPS_Stream.cpp main.o: main.cpp mainWindow/mainwindow.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QMainWindow \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qmainwindow.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QMainWindow \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qmainwindow.h \ includes/pilegrouptool_parameters.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QVector \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qvector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/QColor \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qcolor.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QApplication \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qapplication.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QFile \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qfile.h \ - dialogs/surveysplashscreen.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QDialog \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qdialog.h + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QVector \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qvector.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/QColor \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qcolor.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QApplication \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qapplication.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QResource \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qresource.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QFile \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qfile.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o main.cpp mainwindow.o: mainWindow/mainwindow.cpp mainWindow/mainwindow.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QMainWindow \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qmainwindow.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QMainWindow \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qmainwindow.h \ includes/pilegrouptool_parameters.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QVector \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qvector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/QColor \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qcolor.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QVector \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qvector.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/QColor \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qcolor.h \ ui_mainwindow.h \ utilWindows/copyrightdialog.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QDialog \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qdialog.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QDialog \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qdialog.h \ utilWindows/dialogpreferences.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QAbstractButton \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qabstractbutton.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QSettings \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qsettings.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QAbstractButton \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qabstractbutton.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QSettings \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qsettings.h \ utilWindows/dialogabout.h \ utilWindows/dialogfuturefeature.h \ FEA/pilefeamodeler.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QMap \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qmap.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QFile \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qfile.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QMap \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qmap.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QFile \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qfile.h \ FEA/soilmat.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QString \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qstring.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QString \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qstring.h \ plots/systemplotsuper.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QWidget \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qwidget.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QWidget \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qwidget.h \ qcp/qcustomplot.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qmath.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qnumeric.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QtNumeric \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qmath.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qnumeric.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QtNumeric \ plots/systemplotqcp.h \ plots/systemplotqwt.h \ plots/resultplotsuper.h \ plots/resultplotqcp.h \ plots/resultplotqwt.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QApplication \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qapplication.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QDateTime \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qdatetime.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QFileDialog \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qfiledialog.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QDir \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qdir.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QJsonDocument \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qjsondocument.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QJsonArray \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qjsonarray.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QJsonObject \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qjsonobject.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QJsonValue \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qjsonvalue.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QApplication \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qapplication.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QDateTime \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qdatetime.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QFileDialog \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qfiledialog.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QDir \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qdir.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QJsonDocument \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qjsondocument.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QJsonArray \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qjsonarray.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QJsonObject \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qjsonobject.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QJsonValue \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qjsonvalue.h \ ops/StandardStream.h \ ops/OPS_Stream.h \ ops/MovableObject.h \ ops/classTags.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mainwindow.o mainWindow/mainwindow.cpp -getPyParam.o: FEA/getPyParam.cpp ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QDebug \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qdebug.h +getPyParam.o: FEA/getPyParam.cpp ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QDebug \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qdebug.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o getPyParam.o FEA/getPyParam.cpp -getQzParam.o: FEA/getQzParam.cpp ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QDebug \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qdebug.h +getQzParam.o: FEA/getQzParam.cpp ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QDebug \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qdebug.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o getQzParam.o FEA/getQzParam.cpp getTZParam.o: FEA/getTZParam.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o getTZParam.o FEA/getTZParam.cpp soilmat.o: FEA/soilmat.cpp FEA/soilmat.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QString \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qstring.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/QColor \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qcolor.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QString \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qstring.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/QColor \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qcolor.h \ mainWindow/mainwindow.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QMainWindow \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qmainwindow.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QMainWindow \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qmainwindow.h \ includes/pilegrouptool_parameters.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QVector \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qvector.h + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QVector \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qvector.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o soilmat.o FEA/soilmat.cpp pilefeamodeler.o: FEA/pilefeamodeler.cpp FEA/pilefeamodeler.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QMap \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qmap.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QFile \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qfile.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QMap \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qmap.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QFile \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qfile.h \ includes/pilegrouptool_parameters.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QVector \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qvector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/QColor \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qcolor.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QVector \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qvector.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/QColor \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qcolor.h \ FEA/soilmat.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QString \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qstring.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/QList \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qevent.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QListIterator \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qlist.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTextStream \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QDateTime \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qdatetime.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QString \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qstring.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/QList \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qevent.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QListIterator \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qlist.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTextStream \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qtextstream.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QDateTime \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qdatetime.h \ ops/Node.h \ ops/DomainComponent.h \ ops/TaggedObject.h \ @@ -3123,235 +3141,236 @@ pilefeamodeler.o: FEA/pilefeamodeler.cpp FEA/pilefeamodeler.h \ ops/StaticAnalysis.h \ ops/Analysis.h \ ops/AnalysisModel.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QDebug \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qdebug.h + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QDebug \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qdebug.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o pilefeamodeler.o FEA/pilefeamodeler.cpp materialdbinterface.o: dialogs/materialdbinterface.cpp dialogs/materialdbinterface.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QWidget \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qwidget.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QWidget \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qwidget.h \ ui_materialdbinterface.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o materialdbinterface.o dialogs/materialdbinterface.cpp -surveysplashscreen.o: dialogs/surveysplashscreen.cpp dialogs/surveysplashscreen.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QDialog \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qdialog.h \ - ui_surveysplashscreen.h - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o surveysplashscreen.o dialogs/surveysplashscreen.cpp - copyrightdialog.o: utilWindows/copyrightdialog.cpp utilWindows/copyrightdialog.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QDialog \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qdialog.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QDialog \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qdialog.h \ ui_copyrightdialog.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o copyrightdialog.o utilWindows/copyrightdialog.cpp dialogabout.o: utilWindows/dialogabout.cpp utilWindows/dialogabout.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QDialog \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qdialog.h \ - ui_dialogabout.h + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QDialog \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qdialog.h \ + ui_dialogabout.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QApplication \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qapplication.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QFile \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qfile.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dialogabout.o utilWindows/dialogabout.cpp dialogpreferences.o: utilWindows/dialogpreferences.cpp utilWindows/dialogpreferences.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QDialog \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qdialog.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QAbstractButton \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qabstractbutton.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QSettings \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qsettings.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QDialog \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qdialog.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QAbstractButton \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qabstractbutton.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QSettings \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qsettings.h \ ui_dialogpreferences.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QApplication \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qapplication.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qdebug.h + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QApplication \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qapplication.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QTabBar \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qtabbar.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qdebug.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dialogpreferences.o utilWindows/dialogpreferences.cpp dialogfuturefeature.o: utilWindows/dialogfuturefeature.cpp utilWindows/dialogfuturefeature.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QDialog \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qdialog.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QDialog \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qdialog.h \ ui_dialogfuturefeature.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o dialogfuturefeature.o utilWindows/dialogfuturefeature.cpp systemplotsuper.o: plots/systemplotsuper.cpp plots/systemplotsuper.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QWidget \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qwidget.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QVector \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qvector.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QWidget \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qwidget.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QVector \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qvector.h \ includes/pilegrouptool_parameters.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/QColor \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qcolor.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/QColor \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qcolor.h \ qcp/qcustomplot.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qmath.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qnumeric.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QtNumeric + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qmath.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qnumeric.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QtNumeric $(CXX) -c $(CXXFLAGS) $(INCPATH) -o systemplotsuper.o plots/systemplotsuper.cpp systemplotqwt.o: plots/systemplotqwt.cpp plots/systemplotqwt.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QWidget \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qwidget.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QWidget \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qwidget.h \ includes/pilegrouptool_parameters.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QVector \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qvector.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/QColor \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qcolor.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QVector \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qvector.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/QColor \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qcolor.h \ plots/systemplotsuper.h \ qcp/qcustomplot.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qmath.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qnumeric.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QtNumeric \ - qwt-6.2/src/qwt_plot.h \ - qwt-6.2/src/qwt_global.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qglobal.h \ - qwt-6.2/src/qwt_text.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qstring.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qsize.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qfont.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qmetatype.h \ - qwt-6.2/src/qwt_plot_dict.h \ - qwt-6.2/src/qwt_plot_item.h \ - qwt-6.2/src/qwt_legend_data.h \ - qwt-6.2/src/qwt_graphic.h \ - qwt-6.2/src/qwt_null_paintdevice.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qpaintdevice.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qpaintengine.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qimage.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qpixmap.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qvariant.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qmap.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qrect.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qlist.h \ - qwt-6.2/src/qwt_scale_map.h \ - qwt-6.2/src/qwt_transform.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qdebug.h \ - qwt-6.2/src/qwt_interval.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qframe.h \ - qwt-6.2/src/qwt_legend.h \ - qwt-6.2/src/qwt_abstract_legend.h \ - qwt-6.2/src/qwt_plot_curve.h \ - qwt-6.2/src/qwt_plot_seriesitem.h \ - qwt-6.2/src/qwt_scale_div.h \ - qwt-6.2/src/qwt_series_data.h \ - qwt-6.2/src/qwt_samples.h \ - qwt-6.2/src/qwt_point_3d.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qpoint.h \ - qwt-6.2/src/qwt_point_polar.h \ - qwt-6.2/src/qwt_math.h \ - qwt-6.2/src/qwt_series_store.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qpen.h \ - qwt-6.2/src/qwt_plot_grid.h \ - qwt-6.2/src/qwt_symbol.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qpolygon.h \ - qwt-6.2/src/qwt_plot_shapeitem.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qpainterpath.h \ - qwt-6.2/src/qwt_plot_textlabel.h \ - qwt-6.2/src/qwt_picker.h \ - qwt-6.2/src/qwt_event_pattern.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qnamespace.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qobject.h \ - qwt-6.2/src/qwt_plot_picker.h \ - qwt-6.2/src/qwt_picker_machine.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QDebug \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QTime \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qdatetime.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/QFont + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qmath.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qnumeric.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QtNumeric \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_plot.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_global.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qglobal.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_text.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qstring.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qsize.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qfont.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qmetatype.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_plot_dict.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_plot_item.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_legend_data.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_graphic.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_null_paintdevice.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qpaintdevice.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qpaintengine.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qimage.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qpixmap.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qvariant.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qmap.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qrect.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qlist.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_scale_map.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_transform.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qdebug.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_interval.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qframe.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_legend.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_abstract_legend.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_plot_curve.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_plot_seriesitem.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_scale_div.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_series_data.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_samples.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_point_3d.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qpoint.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_point_polar.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_math.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_series_store.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qpen.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_plot_grid.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_symbol.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qpolygon.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_plot_shapeitem.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qpainterpath.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_plot_textlabel.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_picker.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_event_pattern.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qnamespace.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qobject.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_plot_picker.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_picker_machine.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QDebug \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QTime \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qdatetime.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/QFont $(CXX) -c $(CXXFLAGS) $(INCPATH) -o systemplotqwt.o plots/systemplotqwt.cpp resultplotsuper.o: plots/resultplotsuper.cpp plots/resultplotsuper.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QWidget \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qwidget.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QVector \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qvector.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QWidget \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qwidget.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QVector \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qvector.h \ includes/pilegrouptool_parameters.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/QColor \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qcolor.h + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/QColor \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qcolor.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o resultplotsuper.o plots/resultplotsuper.cpp resultplotqwt.o: plots/resultplotqwt.cpp plots/resultplotqwt.h \ plots/resultplotsuper.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QWidget \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qwidget.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QVector \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qvector.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QWidget \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qwidget.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QVector \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qvector.h \ includes/pilegrouptool_parameters.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/QColor \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qcolor.h \ - qwt-6.2/src/qwt_plot.h \ - qwt-6.2/src/qwt_global.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qglobal.h \ - qwt-6.2/src/qwt_text.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qstring.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qsize.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qfont.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qmetatype.h \ - qwt-6.2/src/qwt_plot_dict.h \ - qwt-6.2/src/qwt_plot_item.h \ - qwt-6.2/src/qwt_legend_data.h \ - qwt-6.2/src/qwt_graphic.h \ - qwt-6.2/src/qwt_null_paintdevice.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qpaintdevice.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qpaintengine.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qimage.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qpixmap.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qvariant.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qmap.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qrect.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qlist.h \ - qwt-6.2/src/qwt_scale_map.h \ - qwt-6.2/src/qwt_transform.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qdebug.h \ - qwt-6.2/src/qwt_interval.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qframe.h \ - qwt-6.2/src/qwt_plot_curve.h \ - qwt-6.2/src/qwt_plot_seriesitem.h \ - qwt-6.2/src/qwt_scale_div.h \ - qwt-6.2/src/qwt_series_data.h \ - qwt-6.2/src/qwt_samples.h \ - qwt-6.2/src/qwt_point_3d.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qpoint.h \ - qwt-6.2/src/qwt_point_polar.h \ - qwt-6.2/src/qwt_math.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qmath.h \ - qwt-6.2/src/qwt_series_store.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qpen.h \ - qwt-6.2/src/qwt_legend.h \ - qwt-6.2/src/qwt_abstract_legend.h \ - qwt-6.2/src/qwt_plot_shapeitem.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qpainterpath.h \ - qwt-6.2/src/qwt_plot_grid.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/QPolygonF \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qpolygon.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QPointF \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QGridLayout \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qgridlayout.h + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/QColor \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qcolor.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_plot.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_global.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qglobal.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_text.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qstring.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qsize.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qfont.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qmetatype.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_plot_dict.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_plot_item.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_legend_data.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_graphic.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_null_paintdevice.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qpaintdevice.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qpaintengine.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qimage.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qpixmap.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qvariant.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qmap.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qrect.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qlist.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_scale_map.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_transform.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qdebug.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_interval.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qframe.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_plot_curve.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_plot_seriesitem.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_scale_div.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_series_data.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_samples.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_point_3d.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qpoint.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_point_polar.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_math.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qmath.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_series_store.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qpen.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_legend.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_abstract_legend.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_plot_shapeitem.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qpainterpath.h \ + /usr/local/qwt-6.1.4-svn/lib/qwt.framework/Headers/qwt_plot_grid.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/QPolygonF \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qpolygon.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QPointF \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QGridLayout \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qgridlayout.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/QPen $(CXX) -c $(CXXFLAGS) $(INCPATH) -o resultplotqwt.o plots/resultplotqwt.cpp -FooterWidget.o: ../widgets/Common/FooterWidget.cpp ../widgets/Common/FooterWidget.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QGroupBox \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qgroupbox.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QHBoxLayout \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qboxlayout.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QLabel \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qlabel.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QLineEdit \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qlineedit.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/QPixmap \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qpixmap.h \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/QBitmap \ - ../../../Qt/5.10.0/clang_64/lib/QtGui.framework/Headers/qbitmap.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QDebug \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qdebug.h - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o FooterWidget.o ../widgets/Common/FooterWidget.cpp - -HeaderWidget.o: ../widgets/Common/HeaderWidget.cpp ../widgets/Common/HeaderWidget.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QGroupBox \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qgroupbox.h \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/QString \ - ../../../Qt/5.10.0/clang_64/lib/QtCore.framework/Headers/qstring.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QHBoxLayout \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qboxlayout.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QLabel \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qlabel.h \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/QLineEdit \ - ../../../Qt/5.10.0/clang_64/lib/QtWidgets.framework/Headers/qlineedit.h - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o HeaderWidget.o ../widgets/Common/HeaderWidget.cpp +FooterWidget.o: ../SimCenterCommon/Common/FooterWidget.cpp ../SimCenterCommon/Common/FooterWidget.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QGroupBox \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qgroupbox.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QHBoxLayout \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qboxlayout.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QLabel \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qlabel.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QLineEdit \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qlineedit.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/QPixmap \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qpixmap.h \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/QBitmap \ + ../../../Qt/5.11.2/clang_64/lib/QtGui.framework/Headers/qbitmap.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QDebug \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qdebug.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o FooterWidget.o ../SimCenterCommon/Common/FooterWidget.cpp + +HeaderWidget.o: ../SimCenterCommon/Common/HeaderWidget.cpp ../SimCenterCommon/Common/HeaderWidget.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QGroupBox \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qgroupbox.h \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/QString \ + ../../../Qt/5.11.2/clang_64/lib/QtCore.framework/Headers/qstring.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QHBoxLayout \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qboxlayout.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QLabel \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qlabel.h \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/QLineEdit \ + ../../../Qt/5.11.2/clang_64/lib/QtWidgets.framework/Headers/qlineedit.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o HeaderWidget.o ../SimCenterCommon/Common/HeaderWidget.cpp qrc_qtpileresources.o: qrc_qtpileresources.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o qrc_qtpileresources.o qrc_qtpileresources.cpp @@ -3362,9 +3381,6 @@ moc_mainwindow.o: moc_mainwindow.cpp moc_materialdbinterface.o: moc_materialdbinterface.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_materialdbinterface.o moc_materialdbinterface.cpp -moc_surveysplashscreen.o: moc_surveysplashscreen.cpp - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_surveysplashscreen.o moc_surveysplashscreen.cpp - moc_copyrightdialog.o: moc_copyrightdialog.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_copyrightdialog.o moc_copyrightdialog.cpp diff --git a/PileGroupTool.pro b/PileGroupTool.pro index f577fc5..3fb8050 100755 --- a/PileGroupTool.pro +++ b/PileGroupTool.pro @@ -1,120 +1,127 @@ -#------------------------------------------------- -# -# Project created by QtCreator 2016-02-17T19:23:56 -# -#------------------------------------------------- - -## common compile issues -# -# -- Windows 10 -# -# * missing lapack.lib and/or blas.lib: -# -# download and install Intel MKL (math kernel library). -# it is free from intel's web site, easy to install, and efficient. -# -# * LNK1104: cannot open file 'qwt.lib' -# -# - in Qt Creator, open existing project PileGroupTool\qwt-6.2\qwt.pro -# - configure the kit to compile in "[your_path]\build-qwt-[....]" (the full path is important) -# - adjust the path in the LIBS line below to reflect your build directory -# - in Qt Creator, PileGroupTool, rerun QMake and Build -# -# -- MacOS -# -# * cannot open file 'qwt.lib' -# -# first time compile only: -# - open Terminal, navigate to your source folder -# - cd qwt-6.1 -# - ~/Qt/5.10.0/clang_64/bin/qmake qwt.pro -# - make -# -# now, and with future updates, work as usual: -# - return to Qt Creator and Build the PileGroupTool. -# -# -- Linux -# - -QT += core gui -unix: QT += svg opengl concurrent - - -greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport network - -TARGET = PileGroupTool -TEMPLATE = app -VERSION = 2.0.4 - -#M_REV = $Rev: $ - -PRODUCT_NAME = 'PileGroupTool' - -#DEFINES += APPLICATION_NAME=\"\\\"$$PRODUCT_NAME\\\"\" -#DEFINES += APPLICATION_VERSION=\"\\\"$$M_VERSION$$member(M_REV, 1)\\\"\" -DEFINES += APP_VERSION=\\\"$$VERSION\\\" - -unix: QMAKE_CXXFLAGS_WARN_ON = -Wall -Wno-unused-variable -std=c++11 -win32: QMAKE_CXXFLAGS += /Y- -wd"4100" - -unix: DEPENDPATH += /usr/local/qwt-6.1.4-svn -win32: DEPENDPATH += C:\Qwt-6.1.3 - -win32: include(C:\qwt-6.1.3\features\qwt.prf) -unix: include(/usr/local/qwt-6.1.4-svn/features/qwt.prf) - -include(OPS_includes.pro) - -INCLUDEPATH += includes -INCLUDEPATH += mainWindow -INCLUDEPATH += dialogs -INCLUDEPATH += plots -INCLUDEPATH += FEA - -SOURCES += main.cpp \ - mainWindow/mainwindow.cpp \ - FEA/getPyParam.cpp \ - FEA/getQzParam.cpp \ - FEA/getTZParam.cpp \ - FEA/soilmat.cpp \ - FEA/pilefeamodeler.cpp \ - dialogs/materialdbinterface.cpp \ - utilWindows/copyrightdialog.cpp \ - utilWindows/dialogabout.cpp \ - utilWindows/dialogpreferences.cpp \ - utilWindows/dialogfuturefeature.cpp \ - plots/systemplotsuper.cpp \ - plots/systemplotqwt.cpp \ - plots/resultplotsuper.cpp \ - plots/resultplotqwt.cpp \ - ../SimCenterCommon/Common/FooterWidget.cpp \ - ../SimCenterCommon/Common/HeaderWidget.cpp - -HEADERS += \ - mainWindow/mainwindow.h \ - includes/pilegrouptool_parameters.h \ - FEA/soilmat.h \ - FEA/pilefeamodeler.h \ - dialogs/materialdbinterface.h \ - utilWindows/copyrightdialog.h \ - utilWindows/dialogabout.h \ - utilWindows/dialogpreferences.h \ - utilWindows/dialogfuturefeature.h \ - plots/systemplotsuper.h \ - plots/systemplotqwt.h \ - plots/resultplotsuper.h \ - plots/resultplotqwt.h \ - ../SimCenterCommon/Common/FooterWidget.h \ - ../SimCenterCommon/Common/HeaderWidget.h - -FORMS += mainWindow/mainwindow.ui \ - dialogs/materialdbinterface.ui \ - utilWindows/copyrightdialog.ui \ - utilWindows/dialogabout.ui \ - utilWindows/dialogpreferences.ui \ - utilWindows/dialogfuturefeature.ui - -RESOURCES += \ - qtpileresources.qrc - -DISTFILES += +#------------------------------------------------- +# +# Project created by QtCreator 2016-02-17T19:23:56 +# +#------------------------------------------------- + +## common compile issues +# +# -- Windows 10 +# +# * missing lapack.lib and/or blas.lib: +# +# download and install Intel MKL (math kernel library). +# it is free from intel's web site, easy to install, and efficient. +# +# * LNK1104: cannot open file 'qwt.lib' +# +# - in Qt Creator, open existing project PileGroupTool\qwt-6.2\qwt.pro +# - configure the kit to compile in "[your_path]\build-qwt-[....]" (the full path is important) +# - adjust the path in the LIBS line below to reflect your build directory +# - in Qt Creator, PileGroupTool, rerun QMake and Build +# +# -- MacOS +# +# * cannot open file 'qwt.lib' +# +# first time compile only: +# - open Terminal, navigate to your source folder +# - cd qwt-6.1 +# - ~/Qt/5.10.0/clang_64/bin/qmake qwt.pro +# - make +# +# now, and with future updates, work as usual: +# - return to Qt Creator and Build the PileGroupTool. +# +# -- Linux +# + +QT += core gui +unix: QT += svg opengl concurrent + + +greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport network + +TARGET = PileGroupTool +TEMPLATE = app +VERSION = 2.0.4 + +#M_REV = $Rev: $ + +PRODUCT_NAME = 'PileGroupTool' + +#DEFINES += APPLICATION_NAME=\"\\\"$$PRODUCT_NAME\\\"\" +#DEFINES += APPLICATION_VERSION=\"\\\"$$M_VERSION$$member(M_REV, 1)\\\"\" +DEFINES += APP_VERSION=\\\"$$VERSION\\\" + +unix: QMAKE_CXXFLAGS_WARN_ON = -Wall -Wno-unused-variable -std=c++11 +win32: QMAKE_CXXFLAGS += /Y- -wd"4100" + +unix: DEPENDPATH += /usr/local/qwt-6.1.4-svn +win32: DEPENDPATH += C:\Qwt-6.1.3 + +win32: include(C:\qwt-6.1.3\features\qwt.prf) +unix: include(/usr/local/qwt-6.1.4-svn/features/qwt.prf) + +include(OPS_includes.pro) + +INCLUDEPATH += includes +INCLUDEPATH += mainWindow +INCLUDEPATH += widgets +INCLUDEPATH += dialogs +INCLUDEPATH += plots +INCLUDEPATH += FEA + +SOURCES += main.cpp \ + mainWindow/mainwindow.cpp \ + FEA/getPyParam.cpp \ + FEA/getQzParam.cpp \ + FEA/getTZParam.cpp \ + FEA/soilmat.cpp \ + FEA/pilefeamodeler.cpp \ + dialogs/materialdbinterface.cpp \ + utilWindows/copyrightdialog.cpp \ + utilWindows/dialogabout.cpp \ + utilWindows/dialogpreferences.cpp \ + utilWindows/dialogfuturefeature.cpp \ + plots/systemplotsuper.cpp \ + plots/systemplotqwt.cpp \ + plots/resultplotsuper.cpp \ + plots/resultplotqwt.cpp \ + ../SimCenterCommon/Common/FooterWidget.cpp \ + ../SimCenterCommon/Common/HeaderWidget.cpp \ + widgets/sctrinputgroup.cpp \ + utilWindows/dialogquicktips.cpp + +HEADERS += \ + mainWindow/mainwindow.h \ + includes/pilegrouptool_parameters.h \ + FEA/soilmat.h \ + FEA/pilefeamodeler.h \ + dialogs/materialdbinterface.h \ + utilWindows/copyrightdialog.h \ + utilWindows/dialogabout.h \ + utilWindows/dialogpreferences.h \ + utilWindows/dialogfuturefeature.h \ + plots/systemplotsuper.h \ + plots/systemplotqwt.h \ + plots/resultplotsuper.h \ + plots/resultplotqwt.h \ + ../SimCenterCommon/Common/FooterWidget.h \ + ../SimCenterCommon/Common/HeaderWidget.h \ + widgets/sctrinputgroup.h \ + utilWindows/dialogquicktips.h + +FORMS += mainWindow/mainwindow.ui \ + dialogs/materialdbinterface.ui \ + utilWindows/copyrightdialog.ui \ + utilWindows/dialogabout.ui \ + utilWindows/dialogpreferences.ui \ + utilWindows/dialogfuturefeature.ui \ + widgets/sctrinputgroup.ui \ + utilWindows/dialogquicktips.ui + +RESOURCES += \ + qtpileresources.qrc + +DISTFILES += diff --git a/help/About/PGTabout.html b/help/About/PGTabout.html index 0ef0aaf..9f98548 100644 --- a/help/About/PGTabout.html +++ b/help/About/PGTabout.html @@ -1,4 +1,4 @@ -

This is the SimCenter Educational Pile Group Tool Version 2.0.3

+

This is the SimCenter Educational Pile Group Tool Version 2.0.4

Please be aware that this software is not intended to be used in any commercial analysis and/or design. All contributors of NHERI SimCenter are free of responsibility and liability resulting from the use of this software. Use of this software is at your own risk. diff --git a/help/QuickTips/QuickTips.html b/help/QuickTips/QuickTips.html new file mode 100644 index 0000000..aaa09b4 --- /dev/null +++ b/help/QuickTips/QuickTips.html @@ -0,0 +1,31 @@ +

Useful Quick Tips

+

+

diff --git a/includes/pilegrouptool_parameters.h b/includes/pilegrouptool_parameters.h index 23a16fb..236317b 100644 --- a/includes/pilegrouptool_parameters.h +++ b/includes/pilegrouptool_parameters.h @@ -13,11 +13,16 @@ #define MAX_ELEMENTS_PER_LAYER 40 #define NUM_ELEMENTS_IN_AIR 4 -// #define MAX_FORCE 5000.0 -#define MAX_H_FORCE 1000.0 -#define MAX_V_FORCE 10000.0 -#define MAX_MOMENT 2500.0 -#define MAX_DISP 1.0 +/* + * force limits are given as integers to work with the sliders. + * They are converted to floats when generating the FEA model. + */ + +// #define MAX_FORCE 5000 +#define MAX_H_FORCE 1000 +#define MAX_V_FORCE 10000 +#define MAX_MOMENT 2500 +#define MAX_DISP 1 // global constants #define GAMMA_WATER 9.81 diff --git a/mainWindow/mainwindow.cpp b/mainWindow/mainwindow.cpp index b59098c..6f4db4e 100755 --- a/mainWindow/mainwindow.cpp +++ b/mainWindow/mainwindow.cpp @@ -4,6 +4,7 @@ #include "utilWindows/copyrightdialog.h" #include "utilWindows/dialogpreferences.h" #include "utilWindows/dialogabout.h" +#include "utilWindows/dialogquicktips.h" #include "utilWindows/dialogfuturefeature.h" #include "pilefeamodeler.h" @@ -102,16 +103,9 @@ MainWindow::MainWindow(bool graphicsModeQCP, QWidget *parent) : // this->updateUI(); ui->headerWidget->setHeadingText("SimCenter Pile Group Tool"); - ui->appliedHorizontalForce->setMaximum(MAX_H_FORCE); - ui->appliedHorizontalForce->setMinimum(-MAX_H_FORCE); - ui->appliedVerticalForce->setMaximum(MAX_V_FORCE); - ui->appliedVerticalForce->setMinimum(-MAX_V_FORCE); - ui->appliedMoment->setMaximum(MAX_MOMENT); - ui->appliedMoment->setMinimum(-MAX_MOMENT); - - ui->textBrowser->clear(); - - ui->textBrowser->setHtml("Hints

"); + ui->HForceCtrl->setRange(-MAX_H_FORCE, MAX_H_FORCE); + ui->VForceCtrl->setRange(-MAX_V_FORCE, MAX_V_FORCE); + ui->MomentCtrl->setRange(-MAX_MOMENT, MAX_MOMENT); /* connect a FEA modeler */ pileFEAmodel = new PileFEAmodeler(); @@ -226,7 +220,8 @@ void MainWindow::refreshUI() { ui->appliedVerticalForce->setValue(PV); ui->appliedMoment->setValue(PMom); - this->on_appliedHorizontalForce_editingFinished(); + // TODO + //this->on_appliedHorizontalForce_editingFinished(); this->on_appliedVerticalForce_editingFinished(); this->on_appliedMoment_editingFinished(); @@ -1559,7 +1554,8 @@ void MainWindow::on_forceTypeSelector_activated(int index) { loadControlType = LoadControlType::ForceControl; ui->appliedHorizontalForce->setValue(P); - this->on_appliedHorizontalForce_editingFinished(); + // TODO + //this->on_appliedHorizontalForce_editingFinished(); ui->appliedVerticalForce->setValue(P); this->on_appliedVerticalForce_editingFinished(); ui->appliedMoment->setValue(P); @@ -1578,11 +1574,11 @@ void MainWindow::on_forceTypeSelector_activated(int index) loadControlType = LoadControlType::SoilMotion; ui->surfaceDisplacement->setValue(surfaceDisp); this->on_surfaceDisplacement_editingFinished(); - ui->Interface12->setValue(100.0*percentage12); + ui->Interface12->setValue(std::nearbyint(100.0*percentage12)); this->on_Interface12_editingFinished(); - ui->Interface23->setValue(100.0*percentage23); + ui->Interface23->setValue(std::nearbyint(100.0*percentage23)); this->on_Interface23_editingFinished(); - ui->BaseDisplacement->setValue(100.0*percentageBase); + ui->BaseDisplacement->setValue(std::nearbyint(100.0*percentageBase)); this->on_BaseDisplacement_editingFinished(); } @@ -1594,15 +1590,19 @@ void MainWindow::on_forceTypeSelector_activated(int index) /* ***** loading parameter changes ***** */ -void MainWindow::on_appliedHorizontalForce_editingFinished() +void MainWindow::on_appliedHorizontalForce_valueChanged(double arg) { - P = ui->appliedHorizontalForce->value(); + //P = ui->appliedHorizontalForce->value(); + if (P != arg) + { + P = arg; - int sliderPosition = nearbyint(100.*P/MAX_H_FORCE); - if (sliderPosition > 100) sliderPosition= 100; - if (sliderPosition < -100) sliderPosition=-100; + int sliderPosition = std::nearbyint(100.*P/MAX_H_FORCE); + if (sliderPosition > 100) sliderPosition= 100; + if (sliderPosition < -100) sliderPosition=-100; - ui->horizontalForceSlider->setSliderPosition(sliderPosition); + ui->horizontalForceSlider->setSliderPosition(sliderPosition); + } } void MainWindow::on_horizontalForceSlider_valueChanged(int value) @@ -1624,7 +1624,7 @@ void MainWindow::on_appliedVerticalForce_editingFinished() { PV = ui->appliedHorizontalForce->value(); - int sliderPosition = nearbyint(100.*PV/MAX_V_FORCE); + int sliderPosition = std::nearbyint(100.*PV/MAX_V_FORCE); if (sliderPosition > 100) sliderPosition= 100; if (sliderPosition < -100) sliderPosition=-100; @@ -1650,7 +1650,7 @@ void MainWindow::on_appliedMoment_editingFinished() { PMom = ui->appliedMoment->value(); - int sliderPosition = nearbyint(100.*PMom/MAX_MOMENT); + int sliderPosition = std::nearbyint(100.*PMom/MAX_MOMENT); if (sliderPosition > 100) sliderPosition= 100; if (sliderPosition < -100) sliderPosition=-100; @@ -1680,7 +1680,7 @@ void MainWindow::on_pushoverDisplacement_editingFinished() { HDisp = ui->pushoverDisplacement->value(); - int sliderPosition = nearbyint(100.*HDisp/MAX_DISP); + int sliderPosition = std::nearbyint(100.*HDisp/MAX_DISP); if (sliderPosition > 100) sliderPosition= 100; if (sliderPosition < -100) sliderPosition=-100; @@ -1708,7 +1708,7 @@ void MainWindow::on_pulloutDisplacement_editingFinished() { VDisp = ui->pulloutDisplacement->value(); - int sliderPosition = nearbyint(100.*VDisp/MAX_DISP); + int sliderPosition = std::nearbyint(100.*VDisp/MAX_DISP); if (sliderPosition > 100) sliderPosition= 100; if (sliderPosition < -100) sliderPosition=-100; @@ -1736,7 +1736,7 @@ void MainWindow::on_surfaceDisplacement_editingFinished() { surfaceDisp = ui->surfaceDisplacement->value(); - int sliderPosition = nearbyint(100.*surfaceDisp/MAX_DISP); + int sliderPosition = std::nearbyint(100.*surfaceDisp/MAX_DISP); if (sliderPosition > 100) sliderPosition= 100; if (sliderPosition < -100) sliderPosition=-100; @@ -1764,7 +1764,7 @@ void MainWindow::on_Interface12_editingFinished() { percentage12 = ui->Interface12->value()/100.00; - int sliderPosition = nearbyint(percentage12*100.0); + int sliderPosition = std::nearbyint(percentage12*100.0); if (sliderPosition > 100) sliderPosition= 100; if (sliderPosition < -100) sliderPosition=-100; @@ -1792,7 +1792,7 @@ void MainWindow::on_Interface23_editingFinished() { percentage23 = ui->Interface23->value()/100.0; - int sliderPosition = nearbyint(percentage23*100.0); + int sliderPosition = std::nearbyint(percentage23*100.0); if (sliderPosition > 100) sliderPosition= 100; if (sliderPosition < -100) sliderPosition=-100; @@ -1820,7 +1820,7 @@ void MainWindow::on_BaseDisplacement_editingFinished() { percentageBase = ui->BaseDisplacement->value()/100.0; - int sliderPosition = nearbyint(percentageBase*100.0); + int sliderPosition = std::nearbyint(percentageBase*100.0); if (sliderPosition > 100) sliderPosition= 100; if (sliderPosition < -100) sliderPosition=-100; @@ -1843,3 +1843,20 @@ void MainWindow::on_BaseDisplacementSlider_valueChanged(int value) this->doAnalysis(); this->updateSystemPlot(); } + + +void MainWindow::on_actionQuick_Tips_triggered() +{ + DialogQuickTips *dlg = new DialogQuickTips(); + + // + // adjust size of application window to the available display + // + QRect rec = QApplication::desktop()->screenGeometry(); + int height = 0.50*rec.height(); + int width = 0.50*rec.width(); + dlg->resize(width, height); + + dlg->exec(); + delete dlg; +} diff --git a/mainWindow/mainwindow.h b/mainWindow/mainwindow.h index 2a8a22f..02d7355 100755 --- a/mainWindow/mainwindow.h +++ b/mainWindow/mainwindow.h @@ -59,6 +59,7 @@ private slots: void on_actionProvide_Feedback_triggered(); void on_action_About_triggered(); + void on_actionQuick_Tips_triggered(); void on_actionPreferences_triggered(); // check boxes @@ -78,13 +79,13 @@ private slots: void on_btn_newPile_clicked(); // material table slots - void on_horizontalForceSlider_valueChanged(int value); - void on_verticalForceSlider_valueChanged(int value); - void on_momentSlider_valueChanged(int value); + void on_horizontalForceSlider_valueChanged(int value); // depricated + void on_verticalForceSlider_valueChanged(int value); // depricated + void on_momentSlider_valueChanged(int value); // depricated - void on_appliedHorizontalForce_editingFinished(); - void on_appliedVerticalForce_editingFinished(); - void on_appliedMoment_editingFinished(); + void on_appliedHorizontalForce_valueChanged(double arg1); // depricated + void on_appliedVerticalForce_editingFinished(); // depricated + void on_appliedMoment_editingFinished(); // depricated // layer selection slots void on_chkBox_layer1_clicked(); @@ -105,18 +106,20 @@ private slots: void replyFinished(QNetworkReply*); void on_forceTypeSelector_activated(int index); - void on_pushoverDisplacement_editingFinished(); - void on_pulloutDisplacement_editingFinished(); - void on_pushoverDisplacementSlider_valueChanged(int value); - void on_pulloutDisplacementSlider_valueChanged(int value); - void on_surfaceDisplacement_editingFinished(); - void on_surfaceDisplacementSlider_valueChanged(int value); - void on_Interface12_editingFinished(); - void on_Interface12Slider_valueChanged(int value); - void on_Interface23_editingFinished(); - void on_Interface23Slider_valueChanged(int value); - void on_BaseDisplacement_editingFinished(); - void on_BaseDisplacementSlider_valueChanged(int value); + + void on_pushoverDisplacement_editingFinished(); // depricated + void on_pulloutDisplacement_editingFinished(); // depricated + void on_pushoverDisplacementSlider_valueChanged(int value); // depricated + void on_pulloutDisplacementSlider_valueChanged(int value); // depricated + + void on_surfaceDisplacement_editingFinished(); // depricated + void on_surfaceDisplacementSlider_valueChanged(int value); // depricated + void on_Interface12_editingFinished(); // depricated + void on_Interface12Slider_valueChanged(int value); // depricated + void on_Interface23_editingFinished(); // depricated + void on_Interface23Slider_valueChanged(int value); // depricated + void on_BaseDisplacement_editingFinished(); // depricated + void on_BaseDisplacementSlider_valueChanged(int value); // depricated // response to signals from systemPlot void onSystemPlot_pileSelected(int ); diff --git a/mainWindow/mainwindow.ui b/mainWindow/mainwindow.ui index c1375f4..18ab03d 100755 --- a/mainWindow/mainwindow.ui +++ b/mainWindow/mainwindow.ui @@ -27,7 +27,17 @@ - + + + + + 0 + 0 + + + + + @@ -65,1287 +75,1169 @@ - - - - 10 + + + + + 2 + 3 + - - 6 + + + 300 + 200 + - - 6 + + QTabWidget::West - - 6 + + 2 - - 6 + + false - - - - - 0 - 1 - + + + Pile(s) Configuration + + + + 0 - - - 12 - + + 0 - - false + + 0 - - - - - - - 1 - 3 - + + 0 - - - 300 - 200 - + + + + + 1 + 2 + + + + QFrame::StyledPanel + + + QFrame::Raised + + + + QLayout::SetDefaultConstraint + + + 12 + + + 8 + + + 12 + + + 12 + + + 6 + + + + + 1 + + + 5 + + + + + + + + 0 + 0 + + + + + 0 + 30 + + + + Include toe resistance + + + + + + + + 0 + 0 + + + + + 0 + 30 + + + + Assume rigid connection at pile cap + + + + + + + Embedded length: + + + + + + + GPa + + + + + + + m + + + + + + + 0 + + + 1.000000000000000 + + + 1000.000000000000000 + + + 1.000000000000000 + + + 20.000000000000000 + + + + + + + Young's modulus (E) + + + + + + + Length above ground: + + + + + + + x (offset): + + + + + + + Pile Diameter: + + + + + + + m + + + + + + + + 0 + 0 + + + + + 16777215 + 100 + + + + + 75 + true + + + + Pile properties + + + + + + + Delete this Pile + + + + + + + + + + -99.989999999999995 + + + + + + + Add New Pile + + + + + + + m + + + + + + + 0.050000000000000 + + + 0.050000000000000 + + + 1.000000000000000 + + + + + + + + + + Qt::Horizontal + + + + + + + m + + + + + + + Pile number: + + + + + + + Qt::Vertical + + + + 20 + 1 + + + + + + + + + + + + + 1 + 0 + + + + Site Configuration + + + + 0 - - QTabWidget::West + + 0 - + 0 - - false + + 0 - - - Pile(s) Configuration - - - - 0 + + + + QFrame::StyledPanel - - 0 - - - 0 + + QFrame::Raised - - 0 - - - - - - 0 - 2 - - - - QFrame::StyledPanel - - - QFrame::Raised - - - - QLayout::SetDefaultConstraint - - - 12 - - - 8 + + + + + + 0 + 20 + - - 12 + + + 16777215 + 100 + - - 12 + + + 75 + true + - - 6 + + Ground water table - - - - 1 - - - 5 - - - - - - - - 0 - 0 - - - - - 0 - 30 - - - - Include toe resistance - - - - - - - - 0 - 0 - - - - - 0 - 30 - - - - Assume rigid connection at pile cap - - - - - - - Embedded length: - - - - - - - GPa - - - - - - - m - - - - - - - 0 - - - 1.000000000000000 - - - 1000.000000000000000 - - - 1.000000000000000 - - - 20.000000000000000 - - - - - - - Young's modulus (E) - - - - - - - Length above ground: - - - - - - - x (offset): - - - - - - - Pile Diameter: - - - - - - - m - - - - - - - - 0 - 0 - - - - - 16777215 - 100 - - - - - 75 - true - - - - Pile properties - - - - - - - Delete this Pile - - - - - - - - - - -99.989999999999995 - - - - - + + + + + + - Add New Pile + Depth below surface: - - - - - - m + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - 0.050000000000000 - - - 0.050000000000000 - - - 1.000000000000000 - - - - - - - - - - Qt::Horizontal - - + + - - + + m - - - - Pile number: - - - - - - - Qt::Vertical - - - - 20 - 1 - - - - - - - - - - - - 1 - 0 - - - - Site Configuration - - - - 0 - - - 0 + + + + + + 0 + 20 + + + + + 16777215 + 100 + + + + + 75 + true + + + + Soil Layers + + + + + + + + 0 + + + 0 + + + 0 + + + 0 + + + + + #2 + + + true + + + + + + + #1 + + + true + + + + + + + #3 + + + true + + + + + + + Changing layer + + + + + + + + + + + 6 + + + 6 + + + 12 + + + + + + + + thickness + + + + + + + 1 + + + 1000.000000000000000 + + + 10.000000000000000 + + + + + + + kN/m3 + + + + + + + kN/m3 + + + + + + + + + + friction angle + + + + + + + deg + + + + + + + m + + + + + + + + + + Shear modulus + + + + + + + 1 + + + 60.000000000000000 + + + + + + + MPa + + + + + + + dry unit weight + + + + + + + + 0 + 0 + + + + saturated weight + + + + + + + Layer Properties + + + + + + + + + + Qt::Vertical + + + + 20 + 1 + + + + + + + + + + + + Load Options + + + + 2 + + + 0 + + + 0 + + + 0 + + + 0 + + + + + QFrame::StyledPanel - - 0 + + QFrame::Raised - + + + 6 + + + 6 + + + 6 + + + 6 + + + + + + 75 + true + + + + Load control + + + + + + + + Force control + + + + + Push-over analysis + + + + + Soil motion profile + + + + + + + + + + 0 - - - - QFrame::StyledPanel + + + + 0 + + + 0 + + + 0 + + + 0 + + + + + + 0 + 0 + + + + QFrame::StyledPanel + + + QFrame::Raised + + + + + + Vertical force: + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop + + + + + + + kN + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop + + + + + + + kN + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop + + + + + + + Horizontal force: + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + kN.m + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop + + + + + + + + 1 + 0 + + + + QFrame::NoFrame + + + QFrame::Raised + + + + + + + + 1 + 0 + + + + QFrame::NoFrame + + + QFrame::Raised + + + + + + + + 1 + 0 + + + + QFrame::NoFrame + + + QFrame::Plain + + + + + + + Moment: + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop + + + + + + + + + + + + 0 + + + 0 + + + 0 - - QFrame::Raised + + 0 - - - - - - 0 - 20 - - - - - 16777215 - 100 - - - - - 75 - true - - - - Ground water table - - - - - - - + + + + QFrame::StyledPanel + + + QFrame::Raised + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + - Depth below surface: + m + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop + + + + + + + Pull-out +displacement - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop - - + + + + + 1 + 0 + + + + QFrame::NoFrame + + + QFrame::Raised + + + + + + + + 1 + 0 + + + + QFrame::NoFrame + + + QFrame::Raised + + - - + + m + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop + + + + + + + Push-over +displacement + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop + - - - - - - 0 - 20 - - - - - 16777215 - 100 - - - - - 75 - true - - - - Soil Layers - - - - - - - - 0 - - - 0 - - - 0 - - - 0 - - - - - #2 - - - true - - - - - - - #1 - - - true - - - - - - - #3 - - - true - - - - - - - Changing layer - - - - - - - - - - - 6 - - - 6 - - - 12 - - - - - - - - thickness - - - - - - - 1 - - - 1000.000000000000000 - - - 10.000000000000000 - - - - - - - kN/m3 - - - - - - - kN/m3 - - - - - - - - - - friction angle - - - - - - - deg - - - - - - - m - - - - - - - - - - Shear modulus - - - - - - - 1 - - - 60.000000000000000 - - - - - - - MPa - - - - - - - dry unit weight - - - - - - - - 0 - 0 - - - - saturated weight - - - - - - - Layer Properties - - - - - - - - - - Qt::Vertical - - - - 20 - 1 - - - - - - - - - - - - Load Options - - - - 2 - - - 0 - - - 0 - - - 0 - - - 0 - - - - - QFrame::StyledPanel + + + + + + + + 0 - - QFrame::Raised + + 0 - - - 6 - - - 6 - - - 6 - - - 6 - - - - - - 75 - true - - - - Load control - - - - - - - - Force control - - - - - Push-over analysis - - - - - Soil motion profile - - - - - - - - - - + 0 - - - - 0 - - - 0 - - - 0 - - - 0 - - - - - - 0 - 0 - - - - QFrame::StyledPanel - - - QFrame::Raised - - - - - - Vertical force: - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - kN - - - - - - - - 0 - 0 - - - - - 0 - 30 - - - - -100 - - - 100 - - - Qt::Horizontal - - - QSlider::NoTicks - - - - - - - kN - - - - - - - -100 - - - 100 - - - Qt::Horizontal - - - - - - - Horizontal force: - - - - - - - - 0 - 0 - - - - -10000.000000000000000 - - - 100000.000000000000000 - - - 100.000000000000000 - - - - - - - kN.m - - - - - - - - 0 - 0 - - - - -5000.000000000000000 - - - 5000.000000000000000 - - - 50.000000000000000 - - - - - - - Moment: - - - - - - - - 2 - 0 - - - - 1 - - - -10000.000000000000000 - - - 10000.000000000000000 - - - 100.000000000000000 - - - 0.000000000000000 - - - - - - - -100 - - - 100 - - - Qt::Horizontal - - - - - - - - - - - - 0 - - - 0 - - - 0 - - - 0 - - - - - QFrame::StyledPanel - - - QFrame::Raised - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - Pull-out -displacement - - - - - - - m - - - - - - - -1.000000000000000 - - - 1.000000000000000 - - - 0.050000000000000 - - - - - - - - 0 - 2 - - - - -1.000000000000000 - - - 1.000000000000000 - - - - - - - Push-over -displacement - - - - - - - -100 - - - 100 - - - Qt::Horizontal - - - - - - - m - - - - - - - -100 - - - 100 - - - Qt::Horizontal - - - - - - - - - - - - 0 - - - 0 - - - 0 + + 0 + + + + + QFrame::StyledPanel - - 0 + + QFrame::Raised - - - - QFrame::StyledPanel - - - QFrame::Raised - - - - - - Base + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + Interface +Layers 1 & 2: + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop + + + + + + + Surface displacement: - - - - - - - Interface -Layers 2 & 3: - - - - - - - Surface + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop + + + + + + + % + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop + + + + + + + Base displacement: - - - - - - - 100 - - - 5 - - - - - - - Interface -Layers 1 & 2: - - - - - - - - 0 - 0 - - - - -1.000000000000000 - - - 1.000000000000000 - - - 0.050000000000000 - - - - - - - 100 - - - 5 - - - 100 - - - - - - - 100 - - - 5 - - - - - - - 100 - - - 5 - - - 100 - - - Qt::Horizontal - - - - - - - % - - - - - - - m - - - - - - - -100 - - - 100 - - - Qt::Horizontal - - - - - - - % - - - - - - - 100 - - - 5 - - - Qt::Horizontal - - - - - - - 100 - - - 5 - - - Qt::Horizontal - - - - - - - % - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - - - - - - - - - + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop + + + + + + + + 1 + 0 + + + + QFrame::NoFrame + + + QFrame::Raised + + + + + + + + 1 + 0 + + + + QFrame::NoFrame + + + QFrame::Raised + + + + + + + + 1 + 0 + + + + QFrame::NoFrame + + + QFrame::Raised + + + + + + + + 1 + 0 + + + + QFrame::NoFrame + + + QFrame::Raised + + + + + + + Interface +Layers 2 & 3: + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop + + + + + + + m + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop + + + + + + + % + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop + + + + + + + % + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop + + + + + + + + + + + + + - + @@ -1563,17 +1455,7 @@ Layers 1 & 2: - - - - - 0 - 0 - - - - - + @@ -1616,6 +1498,7 @@ Layers 1 & 2: Help + @@ -1710,6 +1593,11 @@ Layers 1 & 2: License + + + Quick Tips + + @@ -1725,6 +1613,12 @@ Layers 1 & 2:
../SimCenterCommon/Common/FooterWidget.h
1 + + SCtrInputGroup + QFrame +
sctrinputgroup.h
+ 1 +
diff --git a/qtpileresources.qrc b/qtpileresources.qrc index 791b236..85d5cd8 100644 --- a/qtpileresources.qrc +++ b/qtpileresources.qrc @@ -14,5 +14,6 @@ help/About/McKenna-Frank.png help/About/PGTabout.html help/About/Tatsu.png + help/QuickTips/QuickTips.html diff --git a/utilWindows/dialogquicktips.cpp b/utilWindows/dialogquicktips.cpp new file mode 100644 index 0000000..7253b22 --- /dev/null +++ b/utilWindows/dialogquicktips.cpp @@ -0,0 +1,14 @@ +#include "dialogquicktips.h" +#include "ui_dialogquicktips.h" + +DialogQuickTips::DialogQuickTips(QWidget *parent) : + QDialog(parent), + ui(new Ui::DialogQuickTips) +{ + ui->setupUi(this); +} + +DialogQuickTips::~DialogQuickTips() +{ + delete ui; +} diff --git a/utilWindows/dialogquicktips.h b/utilWindows/dialogquicktips.h new file mode 100644 index 0000000..20f0472 --- /dev/null +++ b/utilWindows/dialogquicktips.h @@ -0,0 +1,22 @@ +#ifndef DIALOGQUICKTIPS_H +#define DIALOGQUICKTIPS_H + +#include + +namespace Ui { +class DialogQuickTips; +} + +class DialogQuickTips : public QDialog +{ + Q_OBJECT + +public: + explicit DialogQuickTips(QWidget *parent = nullptr); + ~DialogQuickTips(); + +private: + Ui::DialogQuickTips *ui; +}; + +#endif // DIALOGQUICKTIPS_H diff --git a/utilWindows/dialogquicktips.ui b/utilWindows/dialogquicktips.ui new file mode 100644 index 0000000..109d50a --- /dev/null +++ b/utilWindows/dialogquicktips.ui @@ -0,0 +1,117 @@ + + + DialogQuickTips + + + + 0 + 0 + 400 + 300 + + + + Dialog + + + + + + + 0 + 0 + + + + + + + :/resources/NHERI-PGT-Icon.icns + + + + + + + + 0 + 0 + + + + + 16 + 75 + true + + + + Quick Tips + + + Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing + + + + + + + + qrc:/help/QuickTips/QuickTips.html + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Close + + + true + + + + + + + + + + + buttonBox + accepted() + DialogQuickTips + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + DialogQuickTips + reject() + + + 316 + 260 + + + 286 + 274 + + + + + diff --git a/widgets/sctrinputgroup.cpp b/widgets/sctrinputgroup.cpp new file mode 100644 index 0000000..6fe5475 --- /dev/null +++ b/widgets/sctrinputgroup.cpp @@ -0,0 +1,53 @@ +#include "sctrinputgroup.h" +#include "ui_sctrinputgroup.h" + +SCtrInputGroup::SCtrInputGroup(QWidget *parent) : + QFrame(parent), + ui(new Ui::SCtrInputGroup) +{ + ui->setupUi(this); + this->setRange(-100,100); + + connect(ui->slider, SIGNAL(valueChanged(int)), ui->spinBox,SLOT(setValue(int))); + connect(ui->spinBox,SIGNAL(valueChanged(int)), ui->slider, SLOT(setValue(int))); + connect(ui->slider, SIGNAL(valueChanged(int)), this, SIGNAL(valueChanged(int))); +} + +SCtrInputGroup::~SCtrInputGroup() +{ + delete ui; +} + +void SCtrInputGroup::setValue(int val) +{ + ui->slider->setValue(val); + ui->spinBox->setValue(val); +} + +void SCtrInputGroup::setMinimum(int val) +{ + ui->slider->setMinimum(val); + ui->spinBox->setMinimum(val); +} + +void SCtrInputGroup::setMaximum(int val) +{ + ui->slider->setMaximum(val); + ui->spinBox->setMaximum(val); +} + +void SCtrInputGroup::setTickInterval(int val) +{ + ui->slider->setTickInterval(val); +} + +void SCtrInputGroup::setSingleStep(int val) +{ + ui->spinBox->setSingleStep(val); +} + +void SCtrInputGroup::setRange(int min, int max) +{ + ui->slider->setRange(min, max); + ui->spinBox->setRange(min,max); +} diff --git a/widgets/sctrinputgroup.h b/widgets/sctrinputgroup.h new file mode 100644 index 0000000..3fade13 --- /dev/null +++ b/widgets/sctrinputgroup.h @@ -0,0 +1,33 @@ +#ifndef SCTRINPUTGROUP_H +#define SCTRINPUTGROUP_H + +#include + +namespace Ui { +class SCtrInputGroup; +} + +class SCtrInputGroup : public QFrame +{ + Q_OBJECT + +public: + explicit SCtrInputGroup(QWidget *parent = nullptr); + ~SCtrInputGroup(); + +signals: + void valueChanged(int val); + +public slots: + void setValue(int val); + void setMinimum(int val); + void setMaximum(int val); + void setTickInterval(int val); + void setSingleStep(int val); + void setRange(int min, int max); + +private: + Ui::SCtrInputGroup *ui; +}; + +#endif // SCTRINPUTGROUP_H diff --git a/widgets/sctrinputgroup.ui b/widgets/sctrinputgroup.ui new file mode 100644 index 0000000..802acf3 --- /dev/null +++ b/widgets/sctrinputgroup.ui @@ -0,0 +1,58 @@ + + + SCtrInputGroup + + + + 0 + 0 + 415 + 55 + + + + Frame + + + QFrame::NoFrame + + + QFrame::Plain + + + 0 + + + + 0 + + + 0 + + + 1 + + + 0 + + + + + + + + + 0 + 0 + + + + Qt::Horizontal + + + + + + + + From cefb7f8eed8f3a6eb9e0eb421aed2530dd3b6691 Mon Sep 17 00:00:00 2001 From: Peter Mackenzie-Helnwein Date: Fri, 2 Nov 2018 00:02:56 -0700 Subject: [PATCH 2/3] Basic functionality restored All loading controls have been redone. Limits are incorrect for displacements. --- PileGroupTool.pro | 2 +- mainWindow/mainwindow.cpp | 252 ++++++------------------------------- mainWindow/mainwindow.h | 49 +++++--- mainWindow/mainwindow.ui | 10 +- utilWindows/dialogabout.ui | 2 +- 5 files changed, 73 insertions(+), 242 deletions(-) diff --git a/PileGroupTool.pro b/PileGroupTool.pro index 3fb8050..4f33397 100755 --- a/PileGroupTool.pro +++ b/PileGroupTool.pro @@ -44,7 +44,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport network TARGET = PileGroupTool TEMPLATE = app -VERSION = 2.0.4 +VERSION = 2.1.0 #M_REV = $Rev: $ diff --git a/mainWindow/mainwindow.cpp b/mainWindow/mainwindow.cpp index 6f4db4e..9390844 100755 --- a/mainWindow/mainwindow.cpp +++ b/mainWindow/mainwindow.cpp @@ -1,6 +1,7 @@ #include "mainwindow.h" #include "ui_mainwindow.h" #include "math.h" +#include "stdlib.h" #include "utilWindows/copyrightdialog.h" #include "utilWindows/dialogpreferences.h" #include "utilWindows/dialogabout.h" @@ -216,14 +217,14 @@ void MainWindow::refreshUI() { else if (loadControlType == LoadControlType::SoilMotion) { ui->forceTypeSelector->setCurrentIndex(2); } else { ui->forceTypeSelector->setCurrentIndex(0); } - ui->appliedHorizontalForce->setValue(P); - ui->appliedVerticalForce->setValue(PV); - ui->appliedMoment->setValue(PMom); + ui->HForceCtrl->setValue(std::nearbyint(P)); + ui->VForceCtrl->setValue(std::nearbyint(PV)); + ui->MomentCtrl->setValue(std::nearbyint(PMom)); // TODO //this->on_appliedHorizontalForce_editingFinished(); - this->on_appliedVerticalForce_editingFinished(); - this->on_appliedMoment_editingFinished(); + //this->on_appliedVerticalForce_editingFinished(); + //this->on_appliedMoment_editingFinished(); int pileIdx = ui->pileIndex->value() - 1; @@ -672,7 +673,7 @@ void MainWindow::on_actionReset_triggered() int pileIdx = ui->pileIndex->value() - 1; - ui->appliedHorizontalForce->setValue(P); + ui->HForceCtrl->setValue(std::nearbyint(P)); ui->xOffset->setValue(xOffset[pileIdx]); ui->pileDiameter->setValue(pileDiameter[pileIdx]); ui->freeLength->setValue(L1); @@ -1251,6 +1252,7 @@ bool MainWindow::ReadFile(QString s) fileTypeError = true; if (version.startsWith("1.") ) fileTypeError = false; if (version.startsWith("2.0") ) fileTypeError = false; + if (version.startsWith("2.1") ) fileTypeError = false; if (fileTypeError) { QMessageBox msg(QMessageBox::Information, "Info", "Not a valid model file."); @@ -1553,33 +1555,23 @@ void MainWindow::on_forceTypeSelector_activated(int index) if (index == 0) { loadControlType = LoadControlType::ForceControl; - ui->appliedHorizontalForce->setValue(P); - // TODO - //this->on_appliedHorizontalForce_editingFinished(); - ui->appliedVerticalForce->setValue(P); - this->on_appliedVerticalForce_editingFinished(); - ui->appliedMoment->setValue(P); - this->on_appliedMoment_editingFinished(); + ui->HForceCtrl->setValue(std::nearbyint(P)); + ui->VForceCtrl->setValue(std::nearbyint(PV)); + ui->MomentCtrl->setValue(std::nearbyint(PMom)); } if (index == 1) { loadControlType = LoadControlType::PushOver; - ui->pushoverDisplacement->setValue(HDisp); - this->on_pushoverDisplacement_editingFinished(); - ui->pulloutDisplacement->setValue(VDisp); - this->on_pulloutDisplacement_editingFinished(); + ui->PushOverCtrl->setValue(std::nearbyint(HDisp*1000)); + ui->PullOutCtrl->setValue(std::nearbyint(VDisp*1000)); } if (index == 2) { loadControlType = LoadControlType::SoilMotion; - ui->surfaceDisplacement->setValue(surfaceDisp); - this->on_surfaceDisplacement_editingFinished(); - ui->Interface12->setValue(std::nearbyint(100.0*percentage12)); - this->on_Interface12_editingFinished(); - ui->Interface23->setValue(std::nearbyint(100.0*percentage23)); - this->on_Interface23_editingFinished(); - ui->BaseDisplacement->setValue(std::nearbyint(100.0*percentageBase)); - this->on_BaseDisplacement_editingFinished(); + ui->SurfaceDisplacementCtrl->setValue(std::nearbyint(surfaceDisp*1000)); + ui->Interface12Ctrl->setValue(std::nearbyint(100.0*percentage12)); + ui->Interface23Ctrl->setValue(std::nearbyint(100.0*percentage23)); + ui->BaseDisplacementCtrl->setValue(std::nearbyint(100.0*percentageBase)); } systemPlot->setLoadType(loadControlType); @@ -1590,83 +1582,25 @@ void MainWindow::on_forceTypeSelector_activated(int index) /* ***** loading parameter changes ***** */ -void MainWindow::on_appliedHorizontalForce_valueChanged(double arg) +void MainWindow::on_HForceCtrl_valueChanged(int value) { - //P = ui->appliedHorizontalForce->value(); - if (P != arg) - { - P = arg; - - int sliderPosition = std::nearbyint(100.*P/MAX_H_FORCE); - if (sliderPosition > 100) sliderPosition= 100; - if (sliderPosition < -100) sliderPosition=-100; - - ui->horizontalForceSlider->setSliderPosition(sliderPosition); - } -} - -void MainWindow::on_horizontalForceSlider_valueChanged(int value) -{ - double sliderRatio; - - // slider moved -- the number of steps (100) is a parameter to the slider in mainwindow.ui - sliderRatio = double(value)/100.0; - - P = MAX_H_FORCE * sliderRatio; - - ui->appliedHorizontalForce->setValue(P); + P = double(value); this->doAnalysis(); this->updateSystemPlot(); } -void MainWindow::on_appliedVerticalForce_editingFinished() +void MainWindow::on_VForceCtrl_valueChanged(int value) { - PV = ui->appliedHorizontalForce->value(); - - int sliderPosition = std::nearbyint(100.*PV/MAX_V_FORCE); - if (sliderPosition > 100) sliderPosition= 100; - if (sliderPosition < -100) sliderPosition=-100; - - ui->verticalForceSlider->setSliderPosition(sliderPosition); -} - -void MainWindow::on_verticalForceSlider_valueChanged(int value) -{ - double sliderRatio; - - // slider moved -- the number of steps (100) is a parameter to the slider in mainwindow.ui - sliderRatio = double(value)/100.0; - - PV = MAX_V_FORCE * sliderRatio; - - ui->appliedVerticalForce->setValue(PV); + PV = double(value); this->doAnalysis(); this->updateSystemPlot(); } -void MainWindow::on_appliedMoment_editingFinished() -{ - PMom = ui->appliedMoment->value(); - - int sliderPosition = std::nearbyint(100.*PMom/MAX_MOMENT); - if (sliderPosition > 100) sliderPosition= 100; - if (sliderPosition < -100) sliderPosition=-100; - - ui->momentSlider->setSliderPosition(sliderPosition); -} - -void MainWindow::on_momentSlider_valueChanged(int value) +void MainWindow::on_MomentCtrl_valueChanged(int value) { - double sliderRatio; - - // slider moved -- the number of steps (100) is a parameter to the slider in mainwindow.ui - sliderRatio = double(value)/100.0; - - PMom = MAX_MOMENT * sliderRatio; - - ui->appliedMoment->setValue(PMom); + PMom = double(value); this->doAnalysis(); this->updateSystemPlot(); @@ -1675,176 +1609,62 @@ void MainWindow::on_momentSlider_valueChanged(int value) - -void MainWindow::on_pushoverDisplacement_editingFinished() -{ - HDisp = ui->pushoverDisplacement->value(); - - int sliderPosition = std::nearbyint(100.*HDisp/MAX_DISP); - if (sliderPosition > 100) sliderPosition= 100; - if (sliderPosition < -100) sliderPosition=-100; - - ui->pushoverDisplacementSlider->setSliderPosition(sliderPosition); -} - -void MainWindow::on_pushoverDisplacementSlider_valueChanged(int value) +void MainWindow::on_PushOverCtrl_valueChanged(int value) { - double sliderRatio; - - // slider moved -- the number of steps (100) is a parameter to the slider in mainwindow.ui - sliderRatio = double(value)/100.0; - - HDisp = MAX_DISP * sliderRatio; - - ui->pushoverDisplacement->setValue(HDisp); - - systemPlot->updateDisplacement(HDisp, VDisp); + HDisp = double(value)/1000.; this->doAnalysis(); this->updateSystemPlot(); } -void MainWindow::on_pulloutDisplacement_editingFinished() -{ - VDisp = ui->pulloutDisplacement->value(); - - int sliderPosition = std::nearbyint(100.*VDisp/MAX_DISP); - if (sliderPosition > 100) sliderPosition= 100; - if (sliderPosition < -100) sliderPosition=-100; - - ui->pulloutDisplacementSlider->setSliderPosition(sliderPosition); -} - -void MainWindow::on_pulloutDisplacementSlider_valueChanged(int value) +void MainWindow::on_PullOutCtrl_valueChanged(int value) { - double sliderRatio; - - // slider moved -- the number of steps (100) is a parameter to the slider in mainwindow.ui - sliderRatio = double(value)/100.0; - - VDisp = MAX_DISP * sliderRatio; - - ui->pulloutDisplacement->setValue(VDisp); - - systemPlot->updateDisplacement(HDisp, VDisp); + VDisp = double(value)/1000.; this->doAnalysis(); this->updateSystemPlot(); } -void MainWindow::on_surfaceDisplacement_editingFinished() -{ - surfaceDisp = ui->surfaceDisplacement->value(); - - int sliderPosition = std::nearbyint(100.*surfaceDisp/MAX_DISP); - if (sliderPosition > 100) sliderPosition= 100; - if (sliderPosition < -100) sliderPosition=-100; - ui->surfaceDisplacementSlider->setSliderPosition(sliderPosition); -} -void MainWindow::on_surfaceDisplacementSlider_valueChanged(int value) +void MainWindow::on_SurfaceDisplacementCtrl_valueChanged(int value) { - double sliderRatio; - - // slider moved -- the number of steps (100) is a parameter to the slider in mainwindow.ui - sliderRatio = double(value)/100.0; - - surfaceDisp = MAX_DISP * sliderRatio; - - ui->surfaceDisplacement->setValue(surfaceDisp); + surfaceDisp = double(value)/1000.; systemPlot->updateDispProfile(surfaceDisp, percentage12, percentage23, percentageBase); - this->doAnalysis(); this->updateSystemPlot(); } -void MainWindow::on_Interface12_editingFinished() -{ - percentage12 = ui->Interface12->value()/100.00; - - int sliderPosition = std::nearbyint(percentage12*100.0); - if (sliderPosition > 100) sliderPosition= 100; - if (sliderPosition < -100) sliderPosition=-100; - - ui->Interface12Slider->setSliderPosition(sliderPosition); -} - -void MainWindow::on_Interface12Slider_valueChanged(int value) +void MainWindow::on_Interface12Ctrl_valueChanged(int value) { - double sliderRatio; - - // slider moved -- the number of steps (100) is a parameter to the slider in mainwindow.ui - sliderRatio = double(value)/100.0; - - percentage12 = sliderRatio; - - ui->Interface12->setValue(percentage12*100.0); + percentage12 = double(value)/100.; systemPlot->updateDispProfile(surfaceDisp, percentage12, percentage23, percentageBase); - this->doAnalysis(); this->updateSystemPlot(); } -void MainWindow::on_Interface23_editingFinished() -{ - percentage23 = ui->Interface23->value()/100.0; - - int sliderPosition = std::nearbyint(percentage23*100.0); - if (sliderPosition > 100) sliderPosition= 100; - if (sliderPosition < -100) sliderPosition=-100; - - ui->Interface23Slider->setSliderPosition(sliderPosition); -} - -void MainWindow::on_Interface23Slider_valueChanged(int value) +void MainWindow::on_Interface23Ctrl_valueChanged(int value) { - double sliderRatio; - - // slider moved -- the number of steps (100) is a parameter to the slider in mainwindow.ui - sliderRatio = double(value)/100.0; - - percentage23 = sliderRatio; - - ui->Interface23->setValue(percentage23*100.0); + percentage23 = double(value)/100.; systemPlot->updateDispProfile(surfaceDisp, percentage12, percentage23, percentageBase); - this->doAnalysis(); this->updateSystemPlot(); } -void MainWindow::on_BaseDisplacement_editingFinished() +void MainWindow::on_BaseDisplacementCtrl_valueChanged(int value) { - percentageBase = ui->BaseDisplacement->value()/100.0; - - int sliderPosition = std::nearbyint(percentageBase*100.0); - if (sliderPosition > 100) sliderPosition= 100; - if (sliderPosition < -100) sliderPosition=-100; - - ui->BaseDisplacementSlider->setSliderPosition(sliderPosition); -} - -void MainWindow::on_BaseDisplacementSlider_valueChanged(int value) -{ - double sliderRatio; - - // slider moved -- the number of steps (100) is a parameter to the slider in mainwindow.ui - sliderRatio = double(value)/100.0; - - percentageBase = sliderRatio; - - ui->BaseDisplacement->setValue(percentageBase*100.0); + percentageBase = double(value)/100.; systemPlot->updateDispProfile(surfaceDisp, percentage12, percentage23, percentageBase); - this->doAnalysis(); this->updateSystemPlot(); } + void MainWindow::on_actionQuick_Tips_triggered() { DialogQuickTips *dlg = new DialogQuickTips(); diff --git a/mainWindow/mainwindow.h b/mainWindow/mainwindow.h index 02d7355..96b04e3 100755 --- a/mainWindow/mainwindow.h +++ b/mainWindow/mainwindow.h @@ -79,13 +79,18 @@ private slots: void on_btn_newPile_clicked(); // material table slots - void on_horizontalForceSlider_valueChanged(int value); // depricated - void on_verticalForceSlider_valueChanged(int value); // depricated - void on_momentSlider_valueChanged(int value); // depricated - void on_appliedHorizontalForce_valueChanged(double arg1); // depricated - void on_appliedVerticalForce_editingFinished(); // depricated - void on_appliedMoment_editingFinished(); // depricated + void on_HForceCtrl_valueChanged(int value); + //void on_horizontalForceSlider_valueChanged(int value); // depricated + //void on_appliedHorizontalForce_valueChanged(double arg1); // depricated + + void on_VForceCtrl_valueChanged(int value); + //void on_verticalForceSlider_valueChanged(int value); // depricated + //void on_appliedVerticalForce_editingFinished(); // depricated + + void on_MomentCtrl_valueChanged(int value); + //void on_momentSlider_valueChanged(int value); // depricated + //void on_appliedMoment_editingFinished(); // depricated // layer selection slots void on_chkBox_layer1_clicked(); @@ -107,19 +112,25 @@ private slots: void on_forceTypeSelector_activated(int index); - void on_pushoverDisplacement_editingFinished(); // depricated - void on_pulloutDisplacement_editingFinished(); // depricated - void on_pushoverDisplacementSlider_valueChanged(int value); // depricated - void on_pulloutDisplacementSlider_valueChanged(int value); // depricated - - void on_surfaceDisplacement_editingFinished(); // depricated - void on_surfaceDisplacementSlider_valueChanged(int value); // depricated - void on_Interface12_editingFinished(); // depricated - void on_Interface12Slider_valueChanged(int value); // depricated - void on_Interface23_editingFinished(); // depricated - void on_Interface23Slider_valueChanged(int value); // depricated - void on_BaseDisplacement_editingFinished(); // depricated - void on_BaseDisplacementSlider_valueChanged(int value); // depricated + void on_PushOverCtrl_valueChanged(int value); + void on_PullOutCtrl_valueChanged(int value); + //void on_pushoverDisplacement_editingFinished(); // depricated + //void on_pulloutDisplacement_editingFinished(); // depricated + //void on_pushoverDisplacementSlider_valueChanged(int value); // depricated + //void on_pulloutDisplacementSlider_valueChanged(int value); // depricated + + void on_SurfaceDisplacementCtrl_valueChanged(int value); + void on_Interface12Ctrl_valueChanged(int value); + void on_Interface23Ctrl_valueChanged(int value); + void on_BaseDisplacementCtrl_valueChanged(int value); + //void on_surfaceDisplacement_editingFinished(); // depricated + //void on_surfaceDisplacementSlider_valueChanged(int value); // depricated + //void on_Interface12_editingFinished(); // depricated + //void on_Interface12Slider_valueChanged(int value); // depricated + //void on_Interface23_editingFinished(); // depricated + //void on_Interface23Slider_valueChanged(int value); // depricated + //void on_BaseDisplacement_editingFinished(); // depricated + //void on_BaseDisplacementSlider_valueChanged(int value); // depricated // response to signals from systemPlot void onSystemPlot_pileSelected(int ); diff --git a/mainWindow/mainwindow.ui b/mainWindow/mainwindow.ui index 18ab03d..7e24dda 100755 --- a/mainWindow/mainwindow.ui +++ b/mainWindow/mainwindow.ui @@ -966,7 +966,7 @@ - m + mm Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop @@ -1019,7 +1019,7 @@ displacement - m + mm Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop @@ -1122,7 +1122,7 @@ displacement: - + 1 @@ -1170,7 +1170,7 @@ displacement: - + 1 @@ -1199,7 +1199,7 @@ Layers 2 & 3: - m + mm Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop diff --git a/utilWindows/dialogabout.ui b/utilWindows/dialogabout.ui index 29554fb..ceef59b 100644 --- a/utilWindows/dialogabout.ui +++ b/utilWindows/dialogabout.ui @@ -85,7 +85,7 @@ - About Version 2.0.4 + About Version 2.1 From 244c3d06e1e37c107fb60f673f8d569009f5ed3c Mon Sep 17 00:00:00 2001 From: Peter Mackenzie-Helnwein Date: Fri, 2 Nov 2018 00:11:27 -0700 Subject: [PATCH 3/3] Range settings fixed --- mainWindow/mainwindow.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/mainWindow/mainwindow.cpp b/mainWindow/mainwindow.cpp index 9390844..c7785cb 100755 --- a/mainWindow/mainwindow.cpp +++ b/mainWindow/mainwindow.cpp @@ -104,10 +104,19 @@ MainWindow::MainWindow(bool graphicsModeQCP, QWidget *parent) : // this->updateUI(); ui->headerWidget->setHeadingText("SimCenter Pile Group Tool"); + ui->HForceCtrl->setRange(-MAX_H_FORCE, MAX_H_FORCE); ui->VForceCtrl->setRange(-MAX_V_FORCE, MAX_V_FORCE); ui->MomentCtrl->setRange(-MAX_MOMENT, MAX_MOMENT); + ui->PushOverCtrl->setRange(-MAX_DISP*1000,MAX_DISP*1000); // display unit is mm + ui->PullOutCtrl->setRange(-MAX_DISP*1000,MAX_DISP*1000); // display unit is mm + + ui->SurfaceDisplacementCtrl->setRange(-MAX_DISP*1000,MAX_DISP*1000); // display unit is mm + ui->Interface12Ctrl->setRange(-100,100); // display units is % + ui->Interface12Ctrl->setRange(-100,100); // display units is % + ui->BaseDisplacementCtrl->setRange(-100,100); // display units is % + /* connect a FEA modeler */ pileFEAmodel = new PileFEAmodeler(); loadControlType = LoadControlType::ForceControl;