microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
23.28k stars 6.43k forks source link

Error building QT5 on Windows #6833

Closed Jimmy-Hu closed 4 years ago

Jimmy-Hu commented 5 years ago

The error message as shown as below.

The following packages will be built and installed:
    qt5-base[core]:x86-windows
Starting package 1/1: qt5-base:x86-windows
Building package qt5-base[core]:x86-windows...
-- Using cached D:/GitHub/vcpkg/downloads/qtbase-everywhere-src-5.12.3.tar.xz
-- Using source at D:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1
-- Configuring x86-windows-dbg
-- Configuring x86-windows-dbg done
-- Configuring x86-windows-rel
-- Configuring x86-windows-rel done
-- Package x86-windows-dbg
-- Package x86-windows-dbg done
-- Package x86-windows-rel
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:56 (message):
    Command failed: D:/GitHub/vcpkg/downloads/tools/jom/jom-1.1.3/jom.exe;/J;12
    Working Directory: D:/GitHub/vcpkg/buildtrees/qt5-base/x86-windows-rel
    Error code: 2
    See logs for more information:
      D:\GitHub\vcpkg\buildtrees\qt5-base\build-x86-windows-rel-out.log
      D:\GitHub\vcpkg\buildtrees\qt5-base\build-x86-windows-rel-err.log

Call Stack (most recent call first):
  ports/qt5-base/install_qt.cmake:65 (vcpkg_execute_required_process)
  ports/qt5-base/portfile.cmake:147 (install_qt)
  scripts/ports.cmake:71 (include)

Error: Building package qt5-base:x86-windows failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with `.\vcpkg update`, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
  Package: qt5-base:x86-windows
  Vcpkg version: 2018.11.23-nohash

Additionally, attach any relevant sections from the log files above.

OS and Visual Studio version: Windows 10 Home 1903, Visual Studio 2019 Version 16.1.2

Does anyone has the same problem?

TheScarfix commented 5 years ago

what do these log files say?

See logs for more information: D:\GitHub\vcpkg\buildtrees\qt5-base\build-x86-windows-rel-out.log D:\GitHub\vcpkg\buildtrees\qt5-base\build-x86-windows-rel-err.log

Jimmy-Hu commented 5 years ago

@TheScarfix Thank you for your reply. The part of content in D:\GitHub\vcpkg\buildtrees\qt5-base\build-x86-windows-rel-out.log

    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qpropertyanimation.obj.12904.115031.jom
qpropertyanimation.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qanimationgroup.obj.12904.115156.jom
qanimationgroup.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qsequentialanimationgroup.obj.12904.115219.jom
qsequentialanimationgroup.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qparallelanimationgroup.obj.12904.115547.jom
qparallelanimationgroup.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qpauseanimation.obj.12904.115578.jom
qpauseanimation.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qthread.obj.12904.115656.jom
qthread.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qthreadpool.obj.12904.116735.jom
qthreadpool.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qcryptographichash.obj.12904.116797.jom
qcryptographichash.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qfuturewatcher.obj.12904.117578.jom
qfuturewatcher.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qeasingcurve.obj.12904.117750.jom
qeasingcurve.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qlocale.obj.12904.117813.jom
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qtimeline.obj.12904.117828.jom
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qbuffer.obj.12904.117844.jom
qbuffer.cpp
qtimeline.cpp
qlocale.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qfile.obj.12904.117891.jom
qfile.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qfiledevice.obj.12904.117938.jom
qfiledevice.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qiodevice.obj.12904.118141.jom
qiodevice.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qnoncontiguousbytedevice.obj.12904.118656.jom
qnoncontiguousbytedevice.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qtemporaryfile.obj.12904.119750.jom
qtemporaryfile.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qsavefile.obj.12904.119844.jom
qsavefile.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qstandardpaths.obj.12904.120266.jom
qstandardpaths.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qfileselector.obj.12904.121016.jom
qfileselector.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qfilesystemwatcher.obj.12904.121219.jom
qfilesystemwatcher.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qfilesystemwatcher_polling.obj.12904.121281.jom
qfilesystemwatcher_polling.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qprocess.obj.12904.121594.jom
qprocess.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qsettings.obj.12904.121891.jom
qsettings.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qabstractitemmodel.obj.12904.122266.jom
qabstractitemmodel.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qitemselectionmodel.obj.12904.122594.jom
qitemselectionmodel.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qabstractproxymodel.obj.12904.122750.jom
qabstractproxymodel.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qidentityproxymodel.obj.12904.124250.jom
qidentityproxymodel.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qsortfilterproxymodel.obj.12904.124594.jom
qsortfilterproxymodel.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qpluginloader.obj.12904.126313.jom
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qlibrary.obj.12904.126360.jom
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qstringlistmodel.obj.12904.126328.jom
qstringlistmodel.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qfilesystemwatcher_win.obj.12904.126391.jom
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qabstracteventdispatcher.obj.12904.126406.jom
qpluginloader.cpp
qfilesystemwatcher_win.cpp
qlibrary.cpp
qabstracteventdispatcher.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qeventloop.obj.12904.126516.jom
qeventloop.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qcoreevent.obj.12904.128203.jom
qcoreevent.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qcoreapplication.obj.12904.128406.jom
qcoreapplication.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qmimedata.obj.12904.129406.jom
qmimedata.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qsignalmapper.obj.12904.129875.jom
qsignalmapper.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qobject.obj.12904.129860.jom
qobject.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qobjectcleanuphandler.obj.12904.130203.jom
qobjectcleanuphandler.cpp
    D:\GitHub\vcpkg\buildtrees\qt5-base\x86-windows-rel\bin\moc.exe -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL --compiler-flavor=msvc --include D:/GitHub/vcpkg/buildtrees/qt5-base/x86-windows-rel/src/corelib/.moc/release/moc_predefs.h -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/mkspecs/win32-msvc -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/src/corelib -ID:/GitHub/vcpkg/buildtrees/qt5-base/x86-windows-rel/src/corelib/global -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/src/3rdparty/harfbuzz/src -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/src/3rdparty/md5 -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/src/3rdparty/md4 -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/src/3rdparty/sha3 -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/src/3rdparty/tinycbor/src -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/include -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/include/QtCore -ID:/GitHub/vcpkg/buildtrees/qt5-base/x86-windows-rel/include -ID:/GitHub/vcpkg/buildtrees/qt5-base/x86-windows-rel/include/QtCore -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/include/QtCore/5.12.3 -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/include/QtCore/5.12.3/QtCore -ID:/GitHub/vcpkg/buildtrees/qt5-base/x86-windows-rel/include/QtCore/5.12.3 -ID:/GitHub/vcpkg/buildtrees/qt5-base/x86-windows-rel/include/QtCore/5.12.3/QtCore -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/src/corelib/tmp -I. -I"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.21.27702\ATLMFC\include" -I"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.21.27702\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\cppwinrt" D:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib\kernel\qtimer.cpp -o .moc\release\qtimer.moc
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qsocketnotifier.obj.12904.131328.jom
qsocketnotifier.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qtranslator.obj.12904.131438.jom
qtranslator.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qsharedmemory.obj.12904.132531.jom
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qcborstream.obj.12904.132656.jom
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qfactoryloader.obj.12904.132672.jom
qsharedmemory.cpp
qfactoryloader.cpp
qcborstream.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qcborvalue.obj.12904.132703.jom
qcborvalue.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qtextstream.obj.12904.133281.jom
qtextstream.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qabstractstate.obj.12904.134641.jom
qabstractstate.cpp
    D:\GitHub\vcpkg\buildtrees\qt5-base\x86-windows-rel\bin\moc.exe -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL --compiler-flavor=msvc --include D:/GitHub/vcpkg/buildtrees/qt5-base/x86-windows-rel/src/corelib/.moc/release/moc_predefs.h -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/mkspecs/win32-msvc -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/src/corelib -ID:/GitHub/vcpkg/buildtrees/qt5-base/x86-windows-rel/src/corelib/global -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/src/3rdparty/harfbuzz/src -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/src/3rdparty/md5 -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/src/3rdparty/md4 -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/src/3rdparty/sha3 -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/src/3rdparty/tinycbor/src -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/include -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/include/QtCore -ID:/GitHub/vcpkg/buildtrees/qt5-base/x86-windows-rel/include -ID:/GitHub/vcpkg/buildtrees/qt5-base/x86-windows-rel/include/QtCore -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/include/QtCore/5.12.3 -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/include/QtCore/5.12.3/QtCore -ID:/GitHub/vcpkg/buildtrees/qt5-base/x86-windows-rel/include/QtCore/5.12.3 -ID:/GitHub/vcpkg/buildtrees/qt5-base/x86-windows-rel/include/QtCore/5.12.3/QtCore -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/src/corelib/tmp -I. -I"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.21.27702\ATLMFC\include" -I"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.21.27702\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\cppwinrt" D:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib\statemachine\qstatemachine.cpp -o .moc\release\qstatemachine.moc
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qfinalstate.obj.12904.135141.jom
qfinalstate.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qstate.obj.12904.136485.jom
qstate.cpp
    D:\GitHub\vcpkg\buildtrees\qt5-base\x86-windows-rel\bin\moc.exe -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL --compiler-flavor=msvc --include D:/GitHub/vcpkg/buildtrees/qt5-base/x86-windows-rel/src/corelib/.moc/release/moc_predefs.h -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/mkspecs/win32-msvc -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/src/corelib -ID:/GitHub/vcpkg/buildtrees/qt5-base/x86-windows-rel/src/corelib/global -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/src/3rdparty/harfbuzz/src -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/src/3rdparty/md5 -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/src/3rdparty/md4 -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/src/3rdparty/sha3 -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/src/3rdparty/tinycbor/src -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/include -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/include/QtCore -ID:/GitHub/vcpkg/buildtrees/qt5-base/x86-windows-rel/include -ID:/GitHub/vcpkg/buildtrees/qt5-base/x86-windows-rel/include/QtCore -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/include/QtCore/5.12.3 -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/include/QtCore/5.12.3/QtCore -ID:/GitHub/vcpkg/buildtrees/qt5-base/x86-windows-rel/include/QtCore/5.12.3 -ID:/GitHub/vcpkg/buildtrees/qt5-base/x86-windows-rel/include/QtCore/5.12.3/QtCore -ID:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/src/corelib/tmp -I. -I"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.21.27702\ATLMFC\include" -I"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.21.27702\include" -I"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\cppwinrt" D:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib\statemachine\qhistorystate.cpp -o .moc\release\qhistorystate.moc
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qabstracttransition.obj.12904.136797.jom
qabstracttransition.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qsignaltransition.obj.12904.136860.jom
qsignaltransition.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qeventtransition.obj.12904.137094.jom
qeventtransition.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\moc_qfilesystemwatcher_win_p.obj.12904.137141.jom
moc_qfilesystemwatcher_win_p.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\moc_qmimetype.obj.12904.137547.jom
moc_qmimetype.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\moc_qwineventnotifier.obj.12904.137531.jom
moc_qwineventnotifier.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\moc_qwindowspipewriter_p.obj.12904.137797.jom
moc_qwindowspipewriter_p.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\moc_qwindowspipereader_p.obj.12904.138047.jom
moc_qwindowspipereader_p.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\moc_qeventdispatcher_win_p.obj.12904.138266.jom
moc_qeventdispatcher_win_p.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qtimer.obj.12904.138406.jom
qtimer.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qstatemachine.obj.12904.138469.jom
qstatemachine.cpp
    cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.pch\release\Qt5Core_pch.pch -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -std:c++17 -utf-8 -EHsc -MP -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DNDEBUG -D_WINDLL -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\corelib -I. -Iglobal -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\harfbuzz\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md5 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\md4 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\sha3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\src\3rdparty\tinycbor\src -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore -I..\..\include -I..\..\include\QtCore -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3 -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\include\QtCore\5.12.3\QtCore -I..\..\include\QtCore\5.12.3 -I..\..\include\QtCore\5.12.3\QtCore -Itmp -I.moc\release -I.tracegen\release -ID:\GitHub\vcpkg\installed\x86-windows\include -ID:\GitHub\vcpkg\buildtrees\qt5-base\src\5.12.3-4fa71cacd1\mkspecs\win32-msvc -Fo.obj\release\ @C:\Users\JimmyHu\AppData\Local\Temp\qhistorystate.obj.12904.138969.jom
qhistorystate.cpp
    link /NOLOGO /DYNAMICBASE /NXCOMPAT /BASE:0x67000000 /INCREMENTAL:NO /DLL /SUBSYSTEM:WINDOWS /VERSION:5.12 /MANIFEST:embed /OUT:..\..\lib\Qt5Core.dll @C:\Users\JimmyHu\AppData\Local\Temp\Qt5Core.dll.12904.142453.jom
   Creating library ..\..\lib\Qt5Core.lib and object ..\..\lib\Qt5Core.exp
    copy /y ..\..\lib\Qt5Core.dll ..\..\bin
        1 file(s) copied.

The content in D:\GitHub\vcpkg\buildtrees\qt5-base\build-x86-windows-rel-err.log


jom 1.1.3 - empower your cores

Project MESSAGE: Enabling D3D11 mode for ANGLE
Project MESSAGE: Enabling D3D11 mode for ANGLE
cl : Command line warning D9025 : overriding '/Fo./' with '/Foqlibraryinfo_final.obj'
Project MESSAGE: Enabling D3D11 mode for ANGLE
Project MESSAGE: Enabling D3D11 mode for ANGLE
jom: D:\GitHub\vcpkg\buildtrees\qt5-base\x86-windows-rel\src\angle\src\libEGL\Makefile.Release [..\..\..\..\lib\libEGL.dll] Error 1120
jom: D:\GitHub\vcpkg\buildtrees\qt5-base\x86-windows-rel\src\angle\src\libEGL\Makefile [release] Error 2
jom: D:\GitHub\vcpkg\buildtrees\qt5-base\x86-windows-rel\src\angle\src\Makefile [sub-libEGL-make_first-ordered] Error 2
jom: D:\GitHub\vcpkg\buildtrees\qt5-base\x86-windows-rel\src\angle\Makefile [sub-src-make_first] Error 2
jom: D:\GitHub\vcpkg\buildtrees\qt5-base\x86-windows-rel\src\Makefile [sub-angle-make_first] Error 2
jom: D:\GitHub\vcpkg\buildtrees\qt5-base\x86-windows-rel\Makefile [sub-src-make_first] Error 2
TheScarfix commented 5 years ago

looks like a problem with ANGLE, not qt πŸ€”

Jimmy-Hu commented 5 years ago

@TheScarfix Do you have any suggestion about this bug reporting or something I could do? Should I try to build ANGLE tool from https://github.com/google/angle ?

heydojo commented 5 years ago

Hi!

The appropriate steps for compiling qt5-base using VS2019 are:

Just don't look at the versions of postgres or openssl being built...

I added the instructions above for you because they work here for me. I was building Qt this weekend. If your problem is just about the x86 version of Qt being compiled or cross compiled via VCPKG then, sorry but I cannot help further.

Edit: Problems compiling the version of ANGLE shipped with Qt indicate a problem with the Windows SDK installation. Check that you have it installed via the individual components section of the Visual Studio installer. ANGLE is used by Qt to convert opengl calls into DirectX. On Windows 10, it uses the DXSDK shipped with the Windows 10 SDK to do so.

Jimmy-Hu commented 5 years ago

@heydojo Thank you for your detailed reply.

heydojo commented 5 years ago

@Jimmy-Hu https://github.com/microsoft/vcpkg/issues/6857 https://github.com/microsoft/vcpkg/pull/6368

Honestly, you just delete the triplets and it will build (but then debug is built too.) Or you can wrap the debug only code in a conditional as demonstrated in https://github.com/microsoft/vcpkg/issues/6857. It's just faster to build only the release binaries by using the triplets if you are experimenting with vcpkg.

I followed your instructions and build qt5-base package successfully. Thank you so much.

You're very welcome. I'm glad I could help.

PhoebeHui commented 5 years ago

@Jimmy-Hu, thanks for posting this issue!

However, I installed qt5-base[core]:x86-windows and qt5-base:x64-windows successfully with latest vcpkg and VS2019 16.2 preview 2.0. Noted that has a bug in qt5-declarative when you only build with Release configuration, currently this issue fixed, see linked PR #6972 above. Could you pull master and try again?

x86 Starting package 14/14: qt5-base:x86-windows Building package qt5-base[core]:x86-windows... -- Downloading http://download.qt.io/official_releases/qt/5.12/5.12.3/submodules/qtbase-everywhere-src-5.12.3.tar.xz... -- Extracting source F:/vcpkg/downloads/qtbase-everywhere-src-5.12.3.tar.xz -- Using source at F:/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1 -- Configuring x86-windows-dbg -- Configuring x86-windows-dbg done -- Configuring x86-windows-rel -- Configuring x86-windows-rel done -- Downloading https://www.python.org/ftp/python/3.5.4/python-3.5.4-embed-win32.zip... -- Downloading https://sourceforge.net/projects/winflexbison/files/winflexbison-2.5.16.zip/download... -- Package x86-windows-dbg -- Package x86-windows-dbg done -- Package x86-windows-rel -- Package x86-windows-rel done -- Installing: F:/vcpkg/packages/qt5-base_x86-windows/tools/qt5/qdbuscpp2xml.exe -- Installing: F:/vcpkg/packages/qt5-base_x86-windows/tools/qt5/qdbusxml2cpp.exe -- Installing: F:/vcpkg/packages/qt5-base_x86-windows/tools/qt5/qlalr.exe -- Installing: F:/vcpkg/packages/qt5-base_x86-windows/tools/qt5/qvkgen.exe -- Installing: F:/vcpkg/packages/qt5-base_x86-windows/tools/qt5/uic.exe -- Installing: F:/vcpkg/packages/qt5-base_x86-windows/share/qt5-base/copyright -- Performing post-build validation -- Performing post-build validation done Building package qt5-base[core]:x86-windows... done Installing package qt5-base[core]:x86-windows... Installing package qt5-base[core]:x86-windows... done Elapsed time for package qt5-base:x86-windows: 2.439 h

Total elapsed time: 2.914 h

The package qt5-base:x86-windows provides CMake targets: ... x64 Starting package 24/24: qt5:x64-windows Building package qt5[core]:x64-windows... -- Performing post-build validation -- Performing post-build validation done Building package qt5[core]:x64-windows... done Installing package qt5[core]:x64-windows... Installing package qt5[core]:x64-windows... done Elapsed time for package qt5:x64-windows: 2.338 s

Jimmy-Hu commented 5 years ago

However, I installed qt5-base[core]:x86-windows and qt5-base:x64-windows successfully with latest vcpkg and VS2019 16.2 preview 2.0. Noted that has a bug in qt5-declarative when you only build with Release configuration, currently this issue fixed, see linked PR #6972 above. Could you pull master and try again?

@PhoebeHui Thank you for your reply. I pull the master up to commit hash 17b8cd9d0520ba5941d25de7e1373b62f7e53b5c. However, it seems some error happened. The content of file "D:\GitHub\vcpkg\buildtrees\qt5-base\config-x64-windows-dbg-out.log" is as https://gist.github.com/Jimmy-Hu/5b167b395f81dce14bbdf8426e3e5b1f, and the content of file "D:\GitHub\vcpkg\buildtrees\qt5-base\config-x64-windows-dbg-err.log" is as https://gist.github.com/Jimmy-Hu/a1653c75c80a21a9f95250b27330a25c Is there any way to fix it?

> .\vcpkg.exe install qt5-base:x64-windows
Warning: Different source is available for vcpkg (2018.11.23 -> 2019.6.21). Use .\bootstrap-vcpkg.bat to update.
The following packages will be built and installed:
    qt5-base[core]:x64-windows
Starting package 1/1: qt5-base:x64-windows
Building package qt5-base[core]:x64-windows...
-- Using cached D:/GitHub/vcpkg/downloads/qtbase-everywhere-src-5.12.3.tar.xz
-- Using source at D:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1
-- Configuring x64-windows-dbg
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:56 (message):
    Command failed: D:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.3-4fa71cacd1/configure.bat;-confirm-license;-opensource;-system-zlib;-system-libjpeg;-system-libpng;-system-freetype;-system-pcre;-system-doubleconversion;-system-sqlite;-system-harfbuzz;-no-fontconfig;-nomake;examples;-nomake;tests;-mp;-opengl;dynamic;LIBJPEG_LIBS="-ljpegd";ZLIB_LIBS="-lzlibd";LIBPNG_LIBS="-llibpng16d";PSQL_LIBS="-llibpqd";PCRE2_LIBS="-lpcre2-16d";FREETYPE_LIBS="-lfreetyped";-debug;-prefix;D:/GitHub/vcpkg/installed/x64-windows/debug;-extprefix;D:/GitHub/vcpkg/packages/qt5-base_x64-windows/debug;-hostbindir;D:/GitHub/vcpkg/packages/qt5-base_x64-windows/debug/tools/qt5;-archdatadir;D:/GitHub/vcpkg/packages/qt5-base_x64-windows/share/qt5/debug;-datadir;D:/GitHub/vcpkg/packages/qt5-base_x64-windows/share/qt5/debug;-plugindir;D:/GitHub/vcpkg/installed/x64-windows/debug/plugins;-qmldir;D:/GitHub/vcpkg/installed/x64-windows/debug/qml;-headerdir;D:/GitHub/vcpkg/packages/qt5-base_x64-windows/include;-I;D:/GitHub/vcpkg/installed/x64-windows/include;-L;D:/GitHub/vcpkg/installed/x64-windows/debug/lib;-platform;win32-msvc
    Working Directory: D:/GitHub/vcpkg/buildtrees/qt5-base/x64-windows-dbg
    Error code: 3
    See logs for more information:
      D:\GitHub\vcpkg\buildtrees\qt5-base\config-x64-windows-dbg-out.log
      D:\GitHub\vcpkg\buildtrees\qt5-base\config-x64-windows-dbg-err.log

Call Stack (most recent call first):
  ports/qt5-base/configure_qt.cmake:30 (vcpkg_execute_required_process)
  ports/qt5-base/portfile.cmake:66 (configure_qt)
  scripts/ports.cmake:71 (include)

Error: Building package qt5-base:x64-windows failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with `.\vcpkg update`, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
  Package: qt5-base:x64-windows
  Vcpkg version: 2018.11.23-nohash

Additionally, attach any relevant sections from the log files above.
JackBoosY commented 5 years ago

@Jimmy-Hu It seems that your installation port zlib/doubleconversion/pcre2/libjpeg-turbo has some problems, please rebuild them before building qt5-base.

dydzio0614 commented 5 years ago

I have same error as in first post - fresh windows 7 virtual machine with latest vcpkg, called "vcpkg install qt5-base:x86-windows", using visual studio 2015 with latest patches. After fail called "vcpkg install qt5-base", did not work.

JackBoosY commented 5 years ago

Qt5 has been updated to 5.12.5, this issue may have been fixed. Please update vcpkg and rebuild qt5.

Thanks.

Jimmy-Hu commented 5 years ago

@JackBoosY Thank you so much for reply. I pull the master up to commit hash ad49c27d4ebe929d5a48e7a0cc2dcfba845c684a and rebuild qt5-base:x64-windows package. However, it seems some error happened.

> .\vcpkg.exe install qt5-base:x64-windows
Your feedback is important to improve Vcpkg! Please take 3 minutes to complete our survey by running: vcpkg contact --survey
The following packages will be built and installed:
    qt5-base[core]:x64-windows
Starting package 1/1: qt5-base:x64-windows
Building package qt5-base[core]:x64-windows...
Warning: abi keys are missing values:
    freetype
    harfbuzz
    libjpeg-turbo
    libpng
    libpq
    openssl
    sqlite3
    zlib

-- Figuring out qt target mkspec. Target arch x64
-- Target mkspec set to: win32-msvc
-- Host mkspec not set. Qt's own buildsystem will try to figure out the host system
-- Using cached D:/GitHub/vcpkg/downloads/qtbase-everywhere-src-5.12.5.tar.xz
-- Using source at D:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.5-0f870116d4
-- Configuring x64-windows-dbg
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:72 (message):
    Command failed: D:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.5-0f870116d4/configure.bat -confirm-license -opensource -system-zlib -system-libjpeg -system-libpng -system-freetype -system-pcre -system-doubleconversion -system-sqlite -system-harfbuzz -opengl dynamic -nomake examples -nomake tests LIBJPEG_LIBS=JPEG_DEBUG-NOTFOUND ZLIB_LIBS=ZLIB_DEBUG-NOTFOUND "LIBPNG_LIBS=D:/GitHub/vcpkg/installed/x64-windows/debug/lib/libpng16d.lib ZLIB_DEBUG-NOTFOUND" PCRE2_LIBS=D:/GitHub/vcpkg/installed/x64-windows/debug/lib/pcre2-16d.lib "FREETYPE_LIBS=D:/GitHub/vcpkg/installed/x64-windows/debug/lib/freetyped.lib BZ2_DEBUG-NOTFOUND D:/GitHub/vcpkg/installed/x64-windows/debug/lib/libpng16d.lib ZLIB_DEBUG-NOTFOUND" QMAKE_LIBS_PRIVATE+=BZ2_DEBUG-NOTFOUND QMAKE_LIBS_PRIVATE+=D:/GitHub/vcpkg/installed/x64-windows/debug/lib/libpng16d.lib "PSQL_LIBS=D:/GitHub/vcpkg/installed/x64-windows/debug/lib/libpqd.lib D:/GitHub/vcpkg/installed/x64-windows/debug/lib/ssleay32.lib D:/GitHub/vcpkg/installed/x64-windows/debug/lib/libeay32.lib ws2_32.lib secur32.lib advapi32.lib shell32.lib crypt32.lib user32.lib gdi32.lib" SQLITE_LIBS=D:/GitHub/vcpkg/installed/x64-windows/debug/lib/sqlite3.lib HARFBUZZ_LIBS=D:/GitHub/vcpkg/installed/x64-windows/debug/lib/harfbuzz.lib -debug -prefix D:/GitHub/vcpkg/installed/x64-windows -extprefix D:/GitHub/vcpkg/installed/x64-windows -hostprefix D:/GitHub/vcpkg/installed/x64-windows/tools/qt5/debug -hostlibdir D:/GitHub/vcpkg/installed/x64-windows/tools/qt5/debug/lib -hostbindir D:/GitHub/vcpkg/installed/x64-windows/tools/qt5/debug/bin -archdatadir D:/GitHub/vcpkg/installed/x64-windows/tools/qt5/debug -datadir D:/GitHub/vcpkg/installed/x64-windows/share/qt5/debug -plugindir D:/GitHub/vcpkg/installed/x64-windows/debug/plugins -qmldir D:/GitHub/vcpkg/installed/x64-windows/debug/qml -headerdir D:/GitHub/vcpkg/installed/x64-windows/include -libexecdir D:/GitHub/vcpkg/installed/x64-windows/tools/qt5/debug -bindir D:/GitHub/vcpkg/installed/x64-windows/debug/bin -libdir D:/GitHub/vcpkg/installed/x64-windows/debug/lib -I D:/GitHub/vcpkg/installed/x64-windows/include -L D:/GitHub/vcpkg/installed/x64-windows/debug/lib -L D:/GitHub/vcpkg/installed/x64-windows/debug/lib/manual-link -xplatform win32-msvc
    Working Directory: D:/GitHub/vcpkg/buildtrees/qt5-base/x64-windows-dbg
    Error code: 3
    See logs for more information:
      D:\GitHub\vcpkg\buildtrees\qt5-base\config-x64-windows-dbg-out.log
      D:\GitHub\vcpkg\buildtrees\qt5-base\config-x64-windows-dbg-err.log

Call Stack (most recent call first):
  ports/qt5-base/cmake/configure_qt.cmake:108 (vcpkg_execute_required_process)
  ports/qt5-base/portfile.cmake:201 (configure_qt)
  scripts/ports.cmake:94 (include)

Error: Building package qt5-base:x64-windows failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with `.\vcpkg update`, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
  Package: qt5-base:x64-windows
  Vcpkg version: 2019.09.12-nohash

Additionally, attach any relevant sections from the log files above.

The content of file "D:\GitHub\vcpkg\buildtrees\qt5-base\config-x64-windows-dbg-out.log" is as https://gist.github.com/Jimmy-Hu/e9647240e9d986bc25cb55fab80d1833, and the content of file "D:\GitHub\vcpkg\buildtrees\qt5-base\config-x64-windows-dbg-err.log" is as https://gist.github.com/Jimmy-Hu/4d3e306cc8e10272c4aa08adb0cfb906

Is there any way to fix it?

JackBoosY commented 5 years ago

@Neumann-A Any ideas?

Neumann-A commented 5 years ago

@JackBoosY: Some error finding the mkspec. Not enough information with this log. Needs -verbose configure option to see the actual test failure. So uncomment line 64 in the portfile https://github.com/microsoft/vcpkg/blob/67a9305c75f89c6a7e229c94d1800b598f0666b3/ports/qt5-base/portfile.cmake#L64 and repost the log. Their is also be a config.log in the x64-windows-dbg buildtree folder which is also required to further debug this issue.

Jimmy-Hu commented 5 years ago

@Neumann-A Thank you for giving some instructions to help me dealing with this problem. First, I uncomment line 64 in "vcpkg/ports/qt5-base/portfile.cmake" file and save it. Then, rebuild qt5-base:x64-windows package.

> .\vcpkg.exe install qt5-base:x64-windows
The following packages will be built and installed:
    qt5-base[core]:x64-windows
Starting package 1/1: qt5-base:x64-windows
Building package qt5-base[core]:x64-windows...
Warning: abi keys are missing values:
    freetype
    harfbuzz
    libjpeg-turbo
    libpng
    libpq
    openssl
    sqlite3
    zlib

-- Figuring out qt target mkspec. Target arch x64
-- Target mkspec set to: win32-msvc
-- Host mkspec not set. Qt's own buildsystem will try to figure out the host system
-- Using cached D:/GitHub/vcpkg/downloads/qtbase-everywhere-src-5.12.5.tar.xz
-- Using source at D:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.5-0f870116d4
-- Configuring x64-windows-dbg
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:72 (message):
    Command failed: D:/GitHub/vcpkg/buildtrees/qt5-base/src/5.12.5-0f870116d4/configure.bat -confirm-license -opensource -verbose -system-zlib -system-libjpeg -system-libpng -system-freetype -system-pcre -system-doubleconversion -system-sqlite -system-harfbuzz -opengl dynamic -nomake examples -nomake tests LIBJPEG_LIBS=JPEG_DEBUG-NOTFOUND ZLIB_LIBS=ZLIB_DEBUG-NOTFOUND "LIBPNG_LIBS=D:/GitHub/vcpkg/installed/x64-windows/debug/lib/libpng16d.lib ZLIB_DEBUG-NOTFOUND" PCRE2_LIBS=D:/GitHub/vcpkg/installed/x64-windows/debug/lib/pcre2-16d.lib "FREETYPE_LIBS=D:/GitHub/vcpkg/installed/x64-windows/debug/lib/freetyped.lib BZ2_DEBUG-NOTFOUND D:/GitHub/vcpkg/installed/x64-windows/debug/lib/libpng16d.lib ZLIB_DEBUG-NOTFOUND" QMAKE_LIBS_PRIVATE+=BZ2_DEBUG-NOTFOUND QMAKE_LIBS_PRIVATE+=D:/GitHub/vcpkg/installed/x64-windows/debug/lib/libpng16d.lib "PSQL_LIBS=D:/GitHub/vcpkg/installed/x64-windows/debug/lib/libpqd.lib D:/GitHub/vcpkg/installed/x64-windows/debug/lib/ssleay32.lib D:/GitHub/vcpkg/installed/x64-windows/debug/lib/libeay32.lib ws2_32.lib secur32.lib advapi32.lib shell32.lib crypt32.lib user32.lib gdi32.lib" SQLITE_LIBS=D:/GitHub/vcpkg/installed/x64-windows/debug/lib/sqlite3.lib HARFBUZZ_LIBS=D:/GitHub/vcpkg/installed/x64-windows/debug/lib/harfbuzz.lib -debug -prefix D:/GitHub/vcpkg/installed/x64-windows -extprefix D:/GitHub/vcpkg/installed/x64-windows -hostprefix D:/GitHub/vcpkg/installed/x64-windows/tools/qt5/debug -hostlibdir D:/GitHub/vcpkg/installed/x64-windows/tools/qt5/debug/lib -hostbindir D:/GitHub/vcpkg/installed/x64-windows/tools/qt5/debug/bin -archdatadir D:/GitHub/vcpkg/installed/x64-windows/tools/qt5/debug -datadir D:/GitHub/vcpkg/installed/x64-windows/share/qt5/debug -plugindir D:/GitHub/vcpkg/installed/x64-windows/debug/plugins -qmldir D:/GitHub/vcpkg/installed/x64-windows/debug/qml -headerdir D:/GitHub/vcpkg/installed/x64-windows/include -libexecdir D:/GitHub/vcpkg/installed/x64-windows/tools/qt5/debug -bindir D:/GitHub/vcpkg/installed/x64-windows/debug/bin -libdir D:/GitHub/vcpkg/installed/x64-windows/debug/lib -I D:/GitHub/vcpkg/installed/x64-windows/include -L D:/GitHub/vcpkg/installed/x64-windows/debug/lib -L D:/GitHub/vcpkg/installed/x64-windows/debug/lib/manual-link -xplatform win32-msvc
    Working Directory: D:/GitHub/vcpkg/buildtrees/qt5-base/x64-windows-dbg
    Error code: 3
    See logs for more information:
      D:\GitHub\vcpkg\buildtrees\qt5-base\config-x64-windows-dbg-out.log
      D:\GitHub\vcpkg\buildtrees\qt5-base\config-x64-windows-dbg-err.log

Call Stack (most recent call first):
  ports/qt5-base/cmake/configure_qt.cmake:108 (vcpkg_execute_required_process)
  ports/qt5-base/portfile.cmake:201 (configure_qt)
  scripts/ports.cmake:94 (include)

Error: Building package qt5-base:x64-windows failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with `.\vcpkg update`, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
  Package: qt5-base:x64-windows
  Vcpkg version: 2019.09.12-nohash

Additionally, attach any relevant sections from the log files above.

The content of file "D:\GitHub\vcpkg\buildtrees\qt5-base\config-x64-windows-dbg-err.log" is as https://gist.github.com/Jimmy-Hu/0bac9219af0294e2b6c0396d2485fb18 , and the content of file "D:\GitHub\vcpkg\buildtrees\qt5-base\config-x64-windows-dbg-out.log" is as https://gist.github.com/Jimmy-Hu/fa81bc465928885b27e30e7d6796468a

Neumann-A commented 5 years ago

I don't now if you solved the problem yourself in the meantime but the line Command line: -confirm-license -opensource -verbose -system-zlib -system-libjpeg -system-libpng -system-freetype -system-pcre -system-doubleconversion -system-sqlite -system-harfbuzz -opengl dynamic -nomake examples -nomake tests "LIBJPEG_LIBS=JPEG_DEBUG-NOTFOUND" "ZLIB_LIBS=ZLIB_DEBUG-NOTFOUND" "LIBPNG_LIBS=D:/GitHub/vcpkg/installed/x64-windows/debug/lib/libpng16d.lib ZLIB_DEBUG-NOTFOUND" "PCRE2_LIBS=D:/GitHub/vcpkg/installed/x64-windows/debug/lib/pcre2-16d.lib" "FREETYPE_LIBS=D:/GitHub/vcpkg/installed/x64-windows/debug/lib/freetyped.lib BZ2_DEBUG-NOTFOUND D:/GitHub/vcpkg/installed/x64-windows/debug/lib/libpng16d.lib ZLIB_DEBUG-NOTFOUND" "QMAKE_LIBS_PRIVATE+=BZ2_DEBUG-NOTFOUND" with LINK : fatal error LNK1181: cannot open input file 'BZ2_DEBUG-NOTFOUND.obj'

should give enough information/context why it fails.

JPEG_DEBUG-NOTFOUND
ZLIB_DEBUG-NOTFOUND
BZ2_DEBUG-NOTFOUND

should all be found. So either you messed up your debug/lib folder somehow or something strange is happening. So the obvious thing to do is start from a clean checked out version of vcpkg in a new directory.

Jimmy-Hu commented 4 years ago

@Neumann-A Sorry for late update. I re-cloned the repository from https://github.com/microsoft/vcpkg and followed quick start to setup the environment. Then tried to reinstall qt5. It turns out that openssl-windows:x64-windows install error.

PS I:\vcpkg> .\vcpkg.exe install qt5-base:x64-windows
The following packages will be built and installed:
  * bzip2[core]:x64-windows
  * double-conversion[core]:x64-windows
  * egl-registry[core]:x64-windows
  * freetype[core]:x64-windows
  * harfbuzz[core,ucdn]:x64-windows
  * icu[core]:x64-windows
  * libjpeg-turbo[core]:x64-windows
  * libpng[core]:x64-windows
  * libpq[core]:x64-windows
  * openssl[core]:x64-windows
  * openssl-windows[core]:x64-windows
  * pcre2[core]:x64-windows
    qt5-base[core]:x64-windows
  * ragel[core]:x64-windows
  * sqlite3[core]:x64-windows
  * zlib[core]:x64-windows
Additional packages (*) will be modified to complete this operation.
Starting package 1/16: zlib:x64-windows
Building package zlib[core]:x64-windows...
-- Downloading http://www.zlib.net/zlib-1.2.11.tar.gz...
-- Extracting source I:/vcpkg/downloads/zlib1211.tar.gz
-- Applying patch cmake_dont_build_more_than_needed.patch
-- Using source at I:/vcpkg/buildtrees/zlib/src/1.2.11-f690224aeb
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Installing: I:/vcpkg/packages/zlib_x64-windows/share/zlib/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package zlib[core]:x64-windows... done
Installing package zlib[core]:x64-windows...
Installing package zlib[core]:x64-windows... done
Elapsed time for package zlib:x64-windows: 1.314 min
Starting package 2/16: bzip2:x64-windows
Building package bzip2[core]:x64-windows...
-- Downloading https://github.com/past-due/bzip2-mirror/releases/download/v1.0.6/bzip2-1.0.6.tar.gz...
-- Extracting source I:/vcpkg/downloads/bzip2-1.0.6.tar.gz
-- Applying patch fix-import-export-macros.patch
-- Using source at I:/vcpkg/buildtrees/bzip2/src/1.0.6-8d81d2ad2b
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Performing post-build validation
-- Performing post-build validation done
Building package bzip2[core]:x64-windows... done
Installing package bzip2[core]:x64-windows...
Installing package bzip2[core]:x64-windows... done
Elapsed time for package bzip2:x64-windows: 40.23 s
Starting package 3/16: libpng:x64-windows
Building package libpng[core]:x64-windows...
-- Downloading https://github.com/glennrp/libpng/archive/v1.6.37.tar.gz...
-- Extracting source I:/vcpkg/downloads/glennrp-libpng-v1.6.37.tar.gz
-- Applying patch use_abort.patch
-- Applying patch cmake.patch
-- Using source at I:/vcpkg/buildtrees/libpng/src/v1.6.37-c993153cdf
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Installing: I:/vcpkg/packages/libpng_x64-windows/share/libpng/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package libpng[core]:x64-windows... done
Installing package libpng[core]:x64-windows...
Installing package libpng[core]:x64-windows... done
Elapsed time for package libpng:x64-windows: 1.521 min
Starting package 4/16: freetype:x64-windows
Building package freetype[core]:x64-windows...
-- Downloading https://download-mirror.savannah.gnu.org/releases/freetype/freetype-2.10.1.tar.xz...
-- Extracting source I:/vcpkg/downloads/freetype-2.10.1.tar.xz
-- Applying patch 0001-Fix-install-command.patch
-- Applying patch 0002-Add-CONFIG_INSTALL_PATH-option.patch
-- Applying patch 0003-Fix-UWP.patch
-- Applying patch 0005-Fix-DLL-EXPORTS.patch
-- Using source at I:/vcpkg/buildtrees/freetype/src/2.10.1-ea10bbeefe
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Performing post-build validation
-- Performing post-build validation done
Building package freetype[core]:x64-windows... done
Installing package freetype[core]:x64-windows...
Installing package freetype[core]:x64-windows... done
Elapsed time for package freetype:x64-windows: 1.878 min
Starting package 5/16: libjpeg-turbo:x64-windows
Building package libjpeg-turbo[core]:x64-windows...
-- Downloading https://github.com/libjpeg-turbo/libjpeg-turbo/archive/2.0.3.tar.gz...
-- Extracting source I:/vcpkg/downloads/libjpeg-turbo-libjpeg-turbo-2.0.3.tar.gz
-- Applying patch add-options-for-exes-docs-headers.patch
-- Applying patch workaround_cmake_system_processor.patch
-- Using source at I:/vcpkg/buildtrees/libjpeg-turbo/src/2.0.3-771d492c89
-- Downloading http://www.nasm.us/pub/nasm/releasebuilds/2.14.02/win32/nasm-2.14.02-win32.zip...
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Performing post-build validation
-- Performing post-build validation done
Building package libjpeg-turbo[core]:x64-windows... done
Installing package libjpeg-turbo[core]:x64-windows...
Installing package libjpeg-turbo[core]:x64-windows... done
Elapsed time for package libjpeg-turbo:x64-windows: 2.158 min
Starting package 6/16: pcre2:x64-windows
Building package pcre2[core]:x64-windows...
-- Downloading https://ftp.pcre.org/pub/pcre/pcre2-10.30.zip...
-- Extracting source I:/vcpkg/downloads/pcre2-10.30.zip
-- Applying patch fix-space.patch
-- Applying patch fix-arm64-config.patch
-- Applying patch fix-uwp.patch
-- Using source at I:/vcpkg/buildtrees/pcre2/src/pcre2-10-940755e7de
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Installing: I:/vcpkg/packages/pcre2_x64-windows/share/pcre2/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package pcre2[core]:x64-windows... done
Installing package pcre2[core]:x64-windows...
Installing package pcre2[core]:x64-windows... done
Elapsed time for package pcre2:x64-windows: 3.518 min
Starting package 7/16: openssl-windows:x64-windows
Building package openssl-windows[core]:x64-windows...
-- Downloading http://strawberryperl.com/download/5.30.0.1/strawberry-perl-5.30.0.1-32bit.zip...
CMake Error: Problem with archive_write_finish_entry(): Can't restore time
CMake Error: Problem extracting tar: I:/vcpkg/downloads/strawberry-perl-5.30.0.1-32bit.zip
-- Downloading https://www.openssl.org/source/openssl-1.0.2s.tar.gz...
-- Extracting source I:/vcpkg/downloads/openssl-1.0.2s.tar.gz
-- Applying patch ConfigureIncludeQuotesFix.patch
-- Applying patch STRINGIFYPatch.patch
-- Applying patch EnableWinARM32.patch
-- Applying patch EmbedSymbolsInStaticLibsZ7.patch
-- Applying patch EnableWinARM64.patch
-- Using source at I:/vcpkg/buildtrees/openssl-windows/src/openssl-1-c41872ef97
-- Downloading http://download.qt.io/official_releases/jom/jom_1_1_3.zip...
CMake Error: Problem with archive_write_finish_entry(): Can't restore time
CMake Error: Problem extracting tar: I:/vcpkg/downloads/jom_1_1_3.zip
-- Copying openssl release source files...
-- Copying openssl release source files... done
-- Configure x64-windows-rel
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:72 (message):
    Command failed: PERL-NOTFOUND Configure enable-static-engine enable-capieng no-ssl2 -utf-8 VC-WIN64A --prefix=I:/vcpkg/packages/openssl-windows_x64-windows --openssldir=I:/vcpkg/packages/openssl-windows_x64-windows -FS
    Working Directory: I:/vcpkg/buildtrees/openssl-windows/x64-windows-rel
    Error code: The system cannot find the file specified
    See logs for more information:

Call Stack (most recent call first):
  ports/openssl-windows/portfile.cmake:97 (vcpkg_execute_required_process)
  scripts/ports.cmake:94 (include)

Error: Building package openssl-windows:x64-windows failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with `.\vcpkg update`, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
  Package: openssl-windows:x64-windows
  Vcpkg version: 2019.09.12-nohash

Additionally, attach any relevant sections from the log files above.

Furthermore, I also tried to run individual command to install openssl-windows:x64-windows package.

PS I:\vcpkg> .\vcpkg.exe install openssl-windows:x64-windows
Your feedback is important to improve Vcpkg! Please take 3 minutes to complete our survey by running: vcpkg contact --survey
The following packages will be built and installed:
    openssl-windows[core]:x64-windows
Starting package 1/1: openssl-windows:x64-windows
Building package openssl-windows[core]:x64-windows...
-- Using cached I:/vcpkg/downloads/strawberry-perl-5.30.0.1-32bit.zip
CMake Error: Problem with archive_write_finish_entry(): Can't restore time
CMake Error: Problem extracting tar: I:/vcpkg/downloads/strawberry-perl-5.30.0.1-32bit.zip
-- Using cached I:/vcpkg/downloads/openssl-1.0.2s.tar.gz
-- Using source at I:/vcpkg/buildtrees/openssl-windows/src/openssl-1-c41872ef97
-- Using cached I:/vcpkg/downloads/jom_1_1_3.zip
CMake Error: Problem with archive_write_finish_entry(): Can't restore time
CMake Error: Problem extracting tar: I:/vcpkg/downloads/jom_1_1_3.zip
-- Copying openssl release source files...
-- Copying openssl release source files... done
-- Configure x64-windows-rel
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:72 (message):
    Command failed: PERL-NOTFOUND Configure enable-static-engine enable-capieng no-ssl2 -utf-8 VC-WIN64A --prefix=I:/vcpkg/packages/openssl-windows_x64-windows --openssldir=I:/vcpkg/packages/openssl-windows_x64-windows -FS
    Working Directory: I:/vcpkg/buildtrees/openssl-windows/x64-windows-rel
    Error code: The system cannot find the file specified
    See logs for more information:

Call Stack (most recent call first):
  ports/openssl-windows/portfile.cmake:97 (vcpkg_execute_required_process)
  scripts/ports.cmake:94 (include)

Error: Building package openssl-windows:x64-windows failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with `.\vcpkg update`, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
  Package: openssl-windows:x64-windows
  Vcpkg version: 2019.09.12-nohash

Additionally, attach any relevant sections from the log files above.
Neumann-A commented 4 years ago

Real problem is:

-- Using cached I:/vcpkg/downloads/strawberry-perl-5.30.0.1-32bit.zip
CMake Error: Problem with archive_write_finish_entry(): Can't restore time
CMake Error: Problem extracting tar: I:/vcpkg/downloads/strawberry-perl-5.30.0.1-32bit.zip

delete the file and try again. The file was probably corrupted somehow or you ran out of disk space. (Perl is quite large)

Jimmy-Hu commented 4 years ago

@Neumann-A Thank you for your prompt reply. After I deleted the file "trawberry-perl-5.30.0.1-32bit.zip", it turns out that the install process re-download that file.

PS I:\vcpkg> .\vcpkg.exe install openssl-windows:x64-windows
The following packages will be built and installed:
    openssl-windows[core]:x64-windows
Starting package 1/1: openssl-windows:x64-windows
Building package openssl-windows[core]:x64-windows...
-- Downloading http://strawberryperl.com/download/5.30.0.1/strawberry-perl-5.30.0.1-32bit.zip...
Neumann-A commented 4 years ago

After I deleted the file "trawberry-perl-5.30.0.1-32bit.zip", it turns out that the install process re-download that file.

That was the purpose of deleting that file. Did the build then proceed or did it fail again with the same error?

Jimmy-Hu commented 4 years ago

After the download process, the same error happened again.

PS I:\vcpkg> .\vcpkg.exe install openssl-windows:x64-windows
The following packages will be built and installed:
    openssl-windows[core]:x64-windows
Starting package 1/1: openssl-windows:x64-windows
Building package openssl-windows[core]:x64-windows...
-- Downloading http://strawberryperl.com/download/5.30.0.1/strawberry-perl-5.30.0.1-32bit.zip...
CMake Error: Problem with archive_write_finish_entry(): Can't restore time
CMake Error: Problem extracting tar: I:/vcpkg/downloads/strawberry-perl-5.30.0.1-32bit.zip
-- Using cached I:/vcpkg/downloads/openssl-1.0.2s.tar.gz
-- Using source at I:/vcpkg/buildtrees/openssl-windows/src/openssl-1-c41872ef97
-- Using cached I:/vcpkg/downloads/jom_1_1_3.zip
CMake Error: Problem with archive_write_finish_entry(): Can't restore time
CMake Error: Problem extracting tar: I:/vcpkg/downloads/jom_1_1_3.zip
-- Copying openssl release source files...
-- Copying openssl release source files... done
-- Configure x64-windows-rel
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:72 (message):
    Command failed: PERL-NOTFOUND Configure enable-static-engine enable-capieng no-ssl2 -utf-8 VC-WIN64A --prefix=I:/vcpkg/packages/openssl-windows_x64-windows --openssldir=I:/vcpkg/packages/openssl-windows_x64-windows -FS
    Working Directory: I:/vcpkg/buildtrees/openssl-windows/x64-windows-rel
    Error code: The system cannot find the file specified
    See logs for more information:

Call Stack (most recent call first):
  ports/openssl-windows/portfile.cmake:97 (vcpkg_execute_required_process)
  scripts/ports.cmake:94 (include)

Error: Building package openssl-windows:x64-windows failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with `.\vcpkg update`, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
  Package: openssl-windows:x64-windows
  Vcpkg version: 2019.09.12-nohash

Additionally, attach any relevant sections from the log files above.
JackBoosY commented 4 years ago

Seems like there is something wrong with your network, so I downloaded corrupted packages.

Jimmy-Hu commented 4 years ago

@JackBoosY I wonder that the SHA-256 of the completed file "trawberry-perl-5.30.0.1-32bit.zip". The SHA-256 of my downloaded "trawberry-perl-5.30.0.1-32bit.zip" is eb296d3f1ad1bcc2023f1317ed1969aed4c74cc57c1341784705653512e8c5a5.

JackBoosY commented 4 years ago

@Jimmy-Hu It's SHA512 should be d353d3dc743ebdc6d1e9f6f2b7a6db3c387c1ce6c890bae8adc8ae5deae8404f4c5e3cf249d1e151e7256d4c5ee9cd317e6c41f3b6f244340de18a24b938e0c4. And SHA256 is 9EFC99B30DB5E23984F737884FF3DB6A0473805AE2037F2065D5DE9E8298664A.

You can find the HASH here.

Jimmy-Hu commented 4 years ago

@JackBoosY After downloaded multiple times, it's weird that I found the SHA-512 of my downloaded "trawberry-perl-5.30.0.1-32bit.zip" is also d353d3dc743ebdc6d1e9f6f2b7a6db3c387c1ce6c890bae8adc8ae5deae8404f4c5e3cf249d1e151e7256d4c5ee9cd317e6c41f3b6f244340de18a24b938e0c4. However, the SHA-256 is different from you. Furthermore, the installation of openssl-windows:x64-windows package is still unsuccessful.

I use HashMyFiles to get these checksum. HASH

Does anyone has the same situation?

JackBoosY commented 4 years ago

@Jimmy-Hu Can you remove cmake you installed and try again? May be it's a cmake bug. If SHA512 is correct, this package is not damaged.

Jimmy-Hu commented 4 years ago

@JackBoosY Thank you for your reply. I downloaded the cmake "Windows win64-x64 Installer" from https://cmake.org/download/. Cmake version is 3.16.2 now.

CmakeVersion

Then, the problem is as same as above. πŸ€”

PS I:\vcpkg> .\vcpkg.exe install openssl-windows:x64-windows
The following packages will be built and installed:
    openssl-windows[core]:x64-windows
Starting package 1/1: openssl-windows:x64-windows
Building package openssl-windows[core]:x64-windows...
-- Using cached I:/vcpkg/downloads/strawberry-perl-5.30.0.1-32bit.zip
CMake Error: Problem with archive_write_finish_entry(): Can't restore time
CMake Error: Problem extracting tar: I:/vcpkg/downloads/strawberry-perl-5.30.0.1-32bit.zip
-- Using cached I:/vcpkg/downloads/openssl-1.0.2s.tar.gz
-- Using source at I:/vcpkg/buildtrees/openssl-windows/src/openssl-1-c41872ef97
-- Using cached I:/vcpkg/downloads/jom_1_1_3.zip
CMake Error: Problem with archive_write_finish_entry(): Can't restore time
CMake Error: Problem extracting tar: I:/vcpkg/downloads/jom_1_1_3.zip
-- Copying openssl release source files...
CMake Error at ports/openssl-windows/portfile.cmake:89 (file):
  file COPY cannot copy file
  "I:/vcpkg/buildtrees/openssl-windows/src/openssl-1-c41872ef97/apps/rand.c"
  to "I:/vcpkg/buildtrees/openssl-windows/x64-windows-rel/apps/rand.c": No
  such file or directory.
Call Stack (most recent call first):
  scripts/ports.cmake:94 (include)

Error: Building package openssl-windows:x64-windows failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with `.\vcpkg update`, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
  Package: openssl-windows:x64-windows
  Vcpkg version: 2019.09.12-nohash

Additionally, attach any relevant sections from the log files above.
JackBoosY commented 4 years ago

File I:/vcpkg/buildtrees/openssl-windows/src/openssl-1-c41872ef97/apps/rand.c should be exists, this issue is indeed a cmake extraction bug.

And I guess you can use https://github.com/microsoft/vcpkg/issues/8112#issuecomment-529747760 workaround to fix this issue now.

Related: #19132 #5951.

Jimmy-Hu commented 4 years ago

@JackBoosY Thank you so much for providing useful links. I noticed that the format of disk which I cloned vcpkg repository in is exactly exFAT, and I moved vcpkg folder to another disk which is NTFS format. Then, re-run quick start to setup the environment and try to install openssl package. I am glad that the installation finished successfully. It seems that cmake had some problem in unzip file in exFAT disk.

PS D:\vcpkg> .\vcpkg.exe install openssl-windows:x64-windows
The following packages will be built and installed:
    openssl-windows[core]:x64-windows
Starting package 1/1: openssl-windows:x64-windows
Building package openssl-windows[core]:x64-windows...
-- Using cached D:/vcpkg/downloads/strawberry-perl-5.30.0.1-32bit.zip
-- Using cached D:/vcpkg/downloads/openssl-1.0.2s.tar.gz
-- Using source at D:/vcpkg/buildtrees/openssl-windows/src/openssl-1-c41872ef97
-- Using cached D:/vcpkg/downloads/jom_1_1_3.zip
-- Copying openssl release source files...
-- Copying openssl release source files... done
-- Configure x64-windows-rel
-- Configure x64-windows-rel done
-- Build x64-windows-rel
-- Build x64-windows-rel done
-- Copying openssl debug source files...
-- Copying openssl debug source files... done
-- Configure x64-windows-dbg
-- Configure x64-windows-dbg done
-- Build x64-windows-dbg
-- Build x64-windows-dbg done
-- Installing: D:/vcpkg/packages/openssl-windows_x64-windows/share/openssl-windows/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package openssl-windows[core]:x64-windows... done
Installing package openssl-windows[core]:x64-windows...
Installing package openssl-windows[core]:x64-windows... done
Elapsed time for package openssl-windows:x64-windows: 9.151 min

Total elapsed time: 9.151 min

The package openssl is compatible with built-in CMake targets:

    find_package(OpenSSL REQUIRED)
    target_link_libraries(main PRIVATE OpenSSL::SSL OpenSSL::Crypto)

Next step, I try to run the command .\vcpkg.exe install qt5-base:x64-windows to install qt5-base:x64-windows package. The install process also finished successfully. πŸ˜ƒ

PS D:\vcpkg> .\vcpkg.exe install qt5-base:x64-windows
The following packages will be built and installed:
  * double-conversion[core]:x64-windows
  * egl-registry[core]:x64-windows
  * harfbuzz[core,ucdn]:x64-windows
  * icu[core]:x64-windows
  * libpq[core]:x64-windows
  * openssl[core]:x64-windows
    qt5-base[core]:x64-windows
  * ragel[core]:x64-windows
  * sqlite3[core]:x64-windows
Additional packages (*) will be modified to complete this operation.
Starting package 1/9: openssl:x64-windows
Building package openssl[core]:x64-windows...
-- Installing: D:/vcpkg/packages/openssl_x64-windows/share/openssl//usage
-- Performing post-build validation
-- Performing post-build validation done
Building package openssl[core]:x64-windows... done
Installing package openssl[core]:x64-windows...
Installing package openssl[core]:x64-windows... done
Elapsed time for package openssl:x64-windows: 2.12 s
Starting package 2/9: libpq:x64-windows
Building package libpq[core]:x64-windows...
-- Downloading https://ftp.postgresql.org/pub/source/v9.6.3/postgresql-9.6.3.tar.bz2...
-- Extracting source D:/vcpkg/downloads/postgresql-9.6.3.tar.bz2
-- Using source at D:/vcpkg/buildtrees/libpq/src/stgresql-9-d40671c654
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Installing: D:/vcpkg/packages/libpq_x64-windows/share/libpq/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package libpq[core]:x64-windows... done
Installing package libpq[core]:x64-windows...
Installing package libpq[core]:x64-windows... done
Elapsed time for package libpq:x64-windows: 1.007 min
Starting package 3/9: double-conversion:x64-windows
Building package double-conversion[core]:x64-windows...
-- Note: double-conversion only supports static library linkage. Building static library.
-- Downloading https://github.com/google/double-conversion/archive/v3.1.5.tar.gz...
-- Extracting source D:/vcpkg/downloads/google-double-conversion-v3.1.5.tar.gz
-- Using source at D:/vcpkg/buildtrees/double-conversion/src/v3.1.5-d04c588b2e
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Performing post-build validation
-- Performing post-build validation done
Building package double-conversion[core]:x64-windows... done
Installing package double-conversion[core]:x64-windows...
Installing package double-conversion[core]:x64-windows... done
Elapsed time for package double-conversion:x64-windows: 33.41 s
Starting package 4/9: ragel:x64-windows
Building package ragel[core]:x64-windows...
-- Downloading http://www.colm.net/files/ragel/ragel-6.10.tar.gz...
-- Extracting source D:/vcpkg/downloads/ragel-6.10.tar.gz
-- Applying patch 0001-remove-unistd-h.patch
-- Using source at D:/vcpkg/buildtrees/ragel/src/ragel-6-655d7c9ccd
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Performing post-build validation
-- Performing post-build validation done
Building package ragel[core]:x64-windows... done
Installing package ragel[core]:x64-windows...
Installing package ragel[core]:x64-windows... done
Elapsed time for package ragel:x64-windows: 1.231 min
Starting package 5/9: harfbuzz:x64-windows
Building package harfbuzz[core,ucdn]:x64-windows...
-- Downloading https://github.com/harfbuzz/harfbuzz/archive/2.5.3.tar.gz...
-- Extracting source D:/vcpkg/downloads/harfbuzz-harfbuzz-2.5.3.tar.gz
-- Applying patch 0001-fix-cmake-export.patch
-- Applying patch 0002-fix-uwp-build.patch
-- Applying patch 0003-remove-broken-test.patch
-- Applying patch find-package-freetype-2.patch
-- Applying patch glib-cmake.patch
-- Using source at D:/vcpkg/buildtrees/harfbuzz/src/2.5.3-984271955b
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Installing: D:/vcpkg/packages/harfbuzz_x64-windows/share/harfbuzz/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package harfbuzz[core,ucdn]:x64-windows... done
Installing package harfbuzz[core,ucdn]:x64-windows...
Installing package harfbuzz[core,ucdn]:x64-windows... done
Elapsed time for package harfbuzz:x64-windows: 1.97 min
Starting package 6/9: sqlite3:x64-windows
Building package sqlite3[core]:x64-windows...
-- Downloading https://sqlite.org/2019/sqlite-amalgamation-3300100.zip...
-- Extracting source D:/vcpkg/downloads/sqlite-amalgamation-3300100.zip
-- Applying patch fix-arm-uwp.patch
-- Using source at D:/vcpkg/buildtrees/sqlite3/src/3300100-dfe207e5be
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Performing post-build validation
-- Performing post-build validation done
Building package sqlite3[core]:x64-windows... done
Installing package sqlite3[core]:x64-windows...
Installing package sqlite3[core]:x64-windows... done
Elapsed time for package sqlite3:x64-windows: 31.26 s
Starting package 7/9: egl-registry:x64-windows
Building package egl-registry[core]:x64-windows...
-- Downloading https://github.com/KhronosGroup/EGL-Registry/archive/598f20e3b7b7eec3e8d8a83e64b9592a21c55bb6.tar.gz...
-- Extracting source D:/vcpkg/downloads/KhronosGroup-EGL-Registry-598f20e3b7b7eec3e8d8a83e64b9592a21c55bb6.tar.gz
-- Using source at D:/vcpkg/buildtrees/egl-registry/src/2a21c55bb6-51d4798b6f
-- Installing: D:/vcpkg/packages/egl-registry_x64-windows/share/egl-registry/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package egl-registry[core]:x64-windows... done
Installing package egl-registry[core]:x64-windows...
Installing package egl-registry[core]:x64-windows... done
Elapsed time for package egl-registry:x64-windows: 7.634 s
Starting package 8/9: icu:x64-windows
Building package icu[core]:x64-windows...
-- Downloading http://download.icu-project.org/files/icu4c/61.1/icu4c-61_1-src.tgz...
-- Extracting source D:/vcpkg/downloads/icu4c-61_1-src.tgz
-- Applying patch D:/vcpkg/ports/icu/disable-escapestr-tool.patch
-- Applying patch D:/vcpkg/ports/icu/remove-MD-from-configure.patch
-- Applying patch D:/vcpkg/ports/icu/fix_parallel_build_on_windows.patch
-- Using source at D:/vcpkg/buildtrees/icu/src/c-61_1-src-b2757af884
-- Acquiring MSYS2...
-- Downloading http://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20181211.tar.xz...
gpg: /etc/pacman.d/gnupg/trustdb.gpg: trustdb created
gpg: no ultimately trusted keys found
gpg: starting migration from earlier GnuPG versions
gpg: porting secret keys from '/etc/pacman.d/gnupg/secring.gpg' to gpg-agent
gpg: migration succeeded
gpg: Generating pacman keyring master key...
gpg: key E216C0D0C41903FB marked as ultimately trusted
gpg: directory '/etc/pacman.d/gnupg/openpgp-revocs.d' created
gpg: revocation certificate stored as '/etc/pacman.d/gnupg/openpgp-revocs.d/EF62C5F4517BF556C0C351B6E216C0D0C41903FB.rev'
gpg: Done
==> Updating trust database...
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
==> Appending keys from msys2.gpg...
==> Locally signing trusted keys in keyring...
  -> Locally signing key D55E7A6D7CE9BA1587C0ACACF40D263ECA25678A...
  -> Locally signing key 123D4D51A1793859C2BE916BBBE514E53E0D0813...
  -> Locally signing key B91BCF3303284BF90CC043CA9F418C233E652008...
  -> Locally signing key 9DD0D4217D75A33B896159E6DA7EF2ABAEEA755C...
==> Importing owner trust values...
gpg: setting ownertrust to 4
gpg: setting ownertrust to 4
gpg: setting ownertrust to 4
gpg: inserting ownertrust of 4
==> Updating trust database...
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   4  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: depth: 1  valid:   4  signed:   3  trust: 0-, 0q, 0n, 4m, 0f, 0u
gpg: depth: 2  valid:   3  signed:   0  trust: 3-, 0q, 0n, 0m, 0f, 0u
:: Synchronizing package databases...
downloading mingw32.db...
downloading mingw32.db.sig...
downloading mingw64.db...
downloading mingw64.db.sig...
downloading msys.db...
downloading msys.db.sig...
:: Starting core system upgrade...
warning: resolving dependencies...
terminate other MSYS2 programs before proceeding
looking for conflicting packages...

Packages (4) filesystem-2018.12-1  mintty-1~3.0.6-1  msys2-runtime-3.0.7-6  pacman-5.2.1-4

Total Download Size:   14.16 MiB
Total Installed Size:  52.20 MiB
Net Upgrade Size:      -5.28 MiB

:: Proceed with installation? [Y/n]
:: Retrieving packages...
downloading filesystem-2018.12-1-x86_64.pkg.tar.xz...
downloading msys2-runtime-3.0.7-6-x86_64.pkg.tar.xz...
downloading mintty-1~3.0.6-1-x86_64.pkg.tar.xz...
downloading pacman-5.2.1-4-x86_64.pkg.tar.xz...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
upgrading filesystem...
upgrading msys2-runtime...
upgrading mintty...
upgrading pacman...
warning: terminate MSYS2 without returning to shell and check for updates again
warning: for example close your terminal window instead of calling exit
-- Acquiring MSYS2... OK
-- Acquiring MSYS Packages...
-- Acquiring MSYS Packages... OK
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package x64-windows-rel
-- Package x64-windows-rel done
-- Package x64-windows-dbg
-- Package x64-windows-dbg done
-- Warning: Could not find a matching pdb file for:
    D:/vcpkg/packages/icu_x64-windows/bin/icudt61.dll
    D:/vcpkg/packages/icu_x64-windows/debug/bin/icudtd61.dll

-- Performing post-build validation
-- Performing post-build validation done
Building package icu[core]:x64-windows... done
Installing package icu[core]:x64-windows...
Installing package icu[core]:x64-windows... done
Elapsed time for package icu:x64-windows: 13.32 min
Starting package 9/9: qt5-base:x64-windows
Building package qt5-base[core]:x64-windows...
-- Figuring out qt target mkspec. Target arch x64
-- Target mkspec set to: win32-msvc
-- Host mkspec not set. Qt's own buildsystem will try to figure out the host system
-- Downloading http://download.qt.io/official_releases/qt/5.12/5.12.5/submodules/qtbase-everywhere-src-5.12.5.tar.xz...
-- Extracting source D:/vcpkg/downloads/qtbase-everywhere-src-5.12.5.tar.xz
-- Applying patch patches/winmain_pro.patch
-- Applying patch patches/windows_prf.patch
-- Applying patch patches/qt_app.patch
-- Applying patch patches/gui_configure.patch
-- Applying patch patches/icu.patch
-- Using source at D:/vcpkg/buildtrees/qt5-base/src/5.12.5-009d7e4128
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- NUMBER_OF_PROCESSORS is 12
-- Downloading https://www.python.org/ftp/python/3.7.3/python-3.7.3-embed-win32.zip...
-- Downloading https://sourceforge.net/projects/winflexbison/files/winflexbison-2.5.16.zip/download...
-- Building x64-windows-dbg
-- Fixing makefile installation path x64-windows-dbg
-- Installing x64-windows-dbg
-- Package x64-windows-dbg done
-- Building x64-windows-rel
-- Fixing makefile installation path x64-windows-rel
-- Installing x64-windows-rel
-- Package x64-windows-rel done
-- Installing: D:/vcpkg/packages/qt5-base_x64-windows/share/qt5-base/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5-base[core]:x64-windows... done
Installing package qt5-base[core]:x64-windows...
Installing package qt5-base[core]:x64-windows... done
Elapsed time for package qt5-base:x64-windows: 39.25 min

Total elapsed time: 58.02 min

The package qt5-base:x64-windows provides CMake targets:

    find_package(Qt5Concurrent CONFIG REQUIRED)
    target_link_libraries(main PRIVATE Qt5::Concurrent Qt5::ConcurrentPrivate)

    find_package(Qt5Core CONFIG REQUIRED)
    target_link_libraries(main PRIVATE Qt5::Core Qt5::WinMain Qt5::CorePrivate rcc_object_${outfilename})

    find_package(Qt5DBus CONFIG REQUIRED)
    target_link_libraries(main PRIVATE Qt5::DBus Qt5::DBusPrivate)

    find_package(Qt5Gui CONFIG REQUIRED)
    # Note: 8 target(s) were omitted.
    target_link_libraries(main PRIVATE Qt5::Gui Qt5::GuiPrivate Qt5::QGifPlugin Qt5::QICOPlugin)

    find_package(Qt5Network CONFIG REQUIRED)
    target_link_libraries(main PRIVATE Qt5::Network Qt5::NetworkPrivate Qt5::QGenericEnginePlugin)

    find_package(Qt5OpenGL CONFIG REQUIRED)
    target_link_libraries(main PRIVATE Qt5::OpenGL Qt5::OpenGLPrivate)

    find_package(Qt5OpenGLExtensions CONFIG REQUIRED)
    target_link_libraries(main PRIVATE Qt5::OpenGLExtensions Qt5::OpenGLExtensionsPrivate)

    find_package(Qt5PrintSupport CONFIG REQUIRED)
    target_link_libraries(main PRIVATE Qt5::PrintSupport Qt5::PrintSupportPrivate Qt5::QWindowsPrinterSupportPlugin)

    find_package(Qt5Sql CONFIG REQUIRED)
    # Note: 1 target(s) were omitted.
    target_link_libraries(main PRIVATE Qt5::Sql Qt5::SqlPrivate Qt5::QODBCDriverPlugin Qt5::QPSQLDriverPlugin)

    find_package(Qt5Test CONFIG REQUIRED)
    target_link_libraries(main PRIVATE Qt5::Test Qt5::TestPrivate)

    find_package(Qt5Widgets CONFIG REQUIRED)
    target_link_libraries(main PRIVATE Qt5::Widgets Qt5::WidgetsPrivate Qt5::QWindowsVistaStylePlugin)

    find_package(Qt5Xml CONFIG REQUIRED)
    target_link_libraries(main PRIVATE Qt5::Xml Qt5::XmlPrivate)

Finally, I ran the command .\vcpkg.exe install qt5:x64-windows to install qt5 package. I am glad that the install process also finished successfully. πŸ˜ƒ

PS D:\vcpkg> .\vcpkg.exe install qt5:x64-windows
The following packages will be built and installed:
  * atlmfc[core]:x64-windows
  * freeglut[core]:x64-windows
  * jasper[core]:x64-windows
  * liblzma[core]:x64-windows
  * libwebp[core]:x64-windows
  * opengl[core]:x64-windows
    qt5[core]:x64-windows
  * qt5-3d[core]:x64-windows
  * qt5-activeqt[core]:x64-windows
  * qt5-charts[core]:x64-windows
  * qt5-datavis3d[core]:x64-windows
  * qt5-declarative[core]:x64-windows
  * qt5-gamepad[core]:x64-windows
  * qt5-graphicaleffects[core]:x64-windows
  * qt5-imageformats[core]:x64-windows
  * qt5-location[core]:x64-windows
  * qt5-mqtt[core]:x64-windows
  * qt5-multimedia[core]:x64-windows
  * qt5-networkauth[core]:x64-windows
  * qt5-purchasing[core]:x64-windows
  * qt5-quickcontrols[core]:x64-windows
  * qt5-quickcontrols2[core]:x64-windows
  * qt5-script[core]:x64-windows
  * qt5-scxml[core]:x64-windows
  * qt5-sensors[core]:x64-windows
  * qt5-serialport[core]:x64-windows
  * qt5-speech[core]:x64-windows
  * qt5-svg[core]:x64-windows
  * qt5-tools[core]:x64-windows
  * qt5-virtualkeyboard[core]:x64-windows
  * qt5-webchannel[core]:x64-windows
  * qt5-websockets[core]:x64-windows
  * qt5-winextras[core]:x64-windows
  * qt5-xmlpatterns[core]:x64-windows
  * tiff[core]:x64-windows
Additional packages (*) will be modified to complete this operation.
Starting package 1/35: liblzma:x64-windows
Building package liblzma[core]:x64-windows...
-- Downloading https://github.com/xz-mirror/xz/archive/v5.2.4.tar.gz...
-- Extracting source D:/vcpkg/downloads/xz-mirror-xz-v5.2.4.tar.gz
-- Applying patch enable-uwp-builds.patch
-- Using source at D:/vcpkg/buildtrees/liblzma/src/v5.2.4-66bfe33102
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Installing: D:/vcpkg/packages/liblzma_x64-windows/share/liblzma/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package liblzma[core]:x64-windows... done
Installing package liblzma[core]:x64-windows...
Installing package liblzma[core]:x64-windows... done
Elapsed time for package liblzma:x64-windows: 41.53 s
Starting package 2/35: tiff:x64-windows
Building package tiff[core]:x64-windows...
-- Downloading http://download.osgeo.org/libtiff/tiff-4.0.10.tar.gz...
-- Extracting source D:/vcpkg/downloads/tiff-4.0.10.tar.gz
-- Applying patch fix-stddef.patch
-- Applying patch cmakelists.patch
-- Using source at D:/vcpkg/buildtrees/tiff/src/4.0.10-229dd2f530
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Installing: D:/vcpkg/packages/tiff_x64-windows/share/tiff/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package tiff[core]:x64-windows... done
Installing package tiff[core]:x64-windows...
Installing package tiff[core]:x64-windows... done
Elapsed time for package tiff:x64-windows: 1.251 min
Starting package 3/35: libwebp:x64-windows
Building package libwebp[core]:x64-windows...
-- Downloading https://github.com/webmproject/libwebp/archive/v1.0.2.tar.gz...
-- Extracting source D:/vcpkg/downloads/webmproject-libwebp-v1.0.2.tar.gz
-- Applying patch 0001-build-fixes.patch
-- Applying patch 0002-cmake-config-add-backwards-compatibility.patch
-- Applying patch 0003-remove-missing-symbol.patch
-- Applying patch 0004-add-missing-linked-library.patch
-- Applying patch 0005-fix-static-build.patch
-- Applying patch 0006-fix-dependecies-platform.patch
-- Applying patch 0007-fix-arm-build.patch
-- Using source at D:/vcpkg/buildtrees/libwebp/src/v1.0.2-58f2af1d99
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Installing: D:/vcpkg/packages/libwebp_x64-windows/share/libwebp/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package libwebp[core]:x64-windows... done
Installing package libwebp[core]:x64-windows...
Installing package libwebp[core]:x64-windows... done
Elapsed time for package libwebp:x64-windows: 51.12 s
Starting package 4/35: opengl:x64-windows
Building package opengl[core]:x64-windows...
-- Performing post-build validation
-- Performing post-build validation done
Building package opengl[core]:x64-windows... done
Installing package opengl[core]:x64-windows...
Installing package opengl[core]:x64-windows... done
Elapsed time for package opengl:x64-windows: 2.405 s
Starting package 5/35: freeglut:x64-windows
Building package freeglut[core]:x64-windows...
-- Downloading http://downloads.sourceforge.net/project/freeglut/freeglut/3.0.0/freeglut-3.0.0.tar.gz...
-- Extracting source D:/vcpkg/downloads/freeglut-3.0.0.tar.gz
-- Applying patch use_targets_to_export_x11_dependency.patch
-- Applying patch macOS_Xquartz.patch
-- Using source at D:/vcpkg/buildtrees/freeglut/src/freeglut-3-38e9d76ee2
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Performing post-build validation
-- Performing post-build validation done
Building package freeglut[core]:x64-windows... done
Installing package freeglut[core]:x64-windows...
Installing package freeglut[core]:x64-windows... done
Elapsed time for package freeglut:x64-windows: 35.8 s
Starting package 6/35: jasper:x64-windows
Building package jasper[core]:x64-windows...
-- Downloading https://github.com/mdadams/jasper/archive/version-2.0.16.tar.gz...
-- Extracting source D:/vcpkg/downloads/mdadams-jasper-version-2.0.16.tar.gz
-- Using source at D:/vcpkg/buildtrees/jasper/src/ion-2.0.16-a50880a66f
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Installing: D:/vcpkg/packages/jasper_x64-windows/share/jasper/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package jasper[core]:x64-windows... done
Installing package jasper[core]:x64-windows...
Installing package jasper[core]:x64-windows... done
Elapsed time for package jasper:x64-windows: 53.98 s
Starting package 7/35: qt5-imageformats:x64-windows
Building package qt5-imageformats[core]:x64-windows...
-- Downloading http://download.qt.io/official_releases/qt/5.12/5.12.5/submodules/qtimageformats-everywhere-src-5.12.5.tar.xz...
-- Extracting source D:/vcpkg/downloads/qtimageformats-everywhere-src-5.12.5.tar.xz
-- Using source at D:/vcpkg/buildtrees/qt5-imageformats/src/5.12.5-7ddf5dd29e
-- Downloading https://www.python.org/ftp/python/2.7.16/python-2.7.16.msi...
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
-- Package build-x64-windows-rel
-- Package install-x64-windows-dbg
-- Package install-x64-windows-rel
-- Installing: D:/vcpkg/packages/qt5-imageformats_x64-windows/share/qt5-imageformats/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5-imageformats[core]:x64-windows... done
Installing package qt5-imageformats[core]:x64-windows...
Installing package qt5-imageformats[core]:x64-windows... done
Elapsed time for package qt5-imageformats:x64-windows: 3.387 min
Starting package 8/35: qt5-svg:x64-windows
Building package qt5-svg[core]:x64-windows...
-- Downloading http://download.qt.io/official_releases/qt/5.12/5.12.5/submodules/qtsvg-everywhere-src-5.12.5.tar.xz...
-- Extracting source D:/vcpkg/downloads/qtsvg-everywhere-src-5.12.5.tar.xz
-- Using source at D:/vcpkg/buildtrees/qt5-svg/src/5.12.5-eb08786338
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
-- Package build-x64-windows-rel
-- Package install-x64-windows-dbg
-- Package install-x64-windows-rel
-- Installing: D:/vcpkg/packages/qt5-svg_x64-windows/share/qt5-svg/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5-svg[core]:x64-windows... done
Installing package qt5-svg[core]:x64-windows...
Installing package qt5-svg[core]:x64-windows... done
Elapsed time for package qt5-svg:x64-windows: 1.53 min
Starting package 9/35: qt5-declarative:x64-windows
Building package qt5-declarative[core]:x64-windows...
-- Downloading http://download.qt.io/official_releases/qt/5.12/5.12.5/submodules/qtdeclarative-everywhere-src-5.12.5.tar.xz...
-- Extracting source D:/vcpkg/downloads/qtdeclarative-everywhere-src-5.12.5.tar.xz
-- Using source at D:/vcpkg/buildtrees/qt5-declarative/src/5.12.5-197f948223
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
-- Package build-x64-windows-rel
-- Package install-x64-windows-dbg
-- Package install-x64-windows-rel
-- Installing: D:/vcpkg/packages/qt5-declarative_x64-windows/share/qt5-declarative/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5-declarative[core]:x64-windows... done
Installing package qt5-declarative[core]:x64-windows...
Installing package qt5-declarative[core]:x64-windows... done
Elapsed time for package qt5-declarative:x64-windows: 26.27 min
Starting package 10/35: qt5-gamepad:x64-windows
Building package qt5-gamepad[core]:x64-windows...
-- Downloading http://download.qt.io/official_releases/qt/5.12/5.12.5/submodules/qtgamepad-everywhere-src-5.12.5.tar.xz...
-- Extracting source D:/vcpkg/downloads/qtgamepad-everywhere-src-5.12.5.tar.xz
-- Using source at D:/vcpkg/buildtrees/qt5-gamepad/src/5.12.5-fb32b7a91e
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
-- Package build-x64-windows-rel
-- Package install-x64-windows-dbg
-- Package install-x64-windows-rel
-- Installing: D:/vcpkg/packages/qt5-gamepad_x64-windows/share/qt5-gamepad/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5-gamepad[core]:x64-windows... done
Installing package qt5-gamepad[core]:x64-windows...
Installing package qt5-gamepad[core]:x64-windows... done
Elapsed time for package qt5-gamepad:x64-windows: 57.44 s
Starting package 11/35: qt5-3d:x64-windows
Building package qt5-3d[core]:x64-windows...
-- Downloading http://download.qt.io/official_releases/qt/5.12/5.12.5/submodules/qt3d-everywhere-src-5.12.5.tar.xz...
-- Extracting source D:/vcpkg/downloads/qt3d-everywhere-src-5.12.5.tar.xz
-- Using source at D:/vcpkg/buildtrees/qt5-3d/src/5.12.5-142261694b
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
-- Package build-x64-windows-rel
-- Package install-x64-windows-dbg
-- Package install-x64-windows-rel
-- Installing: D:/vcpkg/packages/qt5-3d_x64-windows/share/qt5-3d/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5-3d[core]:x64-windows... done
Installing package qt5-3d[core]:x64-windows...
Installing package qt5-3d[core]:x64-windows... done
Elapsed time for package qt5-3d:x64-windows: 23.21 min
Starting package 12/35: qt5-serialport:x64-windows
Building package qt5-serialport[core]:x64-windows...
-- Downloading http://download.qt.io/official_releases/qt/5.12/5.12.5/submodules/qtserialport-everywhere-src-5.12.5.tar.xz...
-- Extracting source D:/vcpkg/downloads/qtserialport-everywhere-src-5.12.5.tar.xz
-- Using source at D:/vcpkg/buildtrees/qt5-serialport/src/5.12.5-861e48155e
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
-- Package build-x64-windows-rel
-- Package install-x64-windows-dbg
-- Package install-x64-windows-rel
-- Installing: D:/vcpkg/packages/qt5-serialport_x64-windows/share/qt5-serialport/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5-serialport[core]:x64-windows... done
Installing package qt5-serialport[core]:x64-windows...
Installing package qt5-serialport[core]:x64-windows... done
Elapsed time for package qt5-serialport:x64-windows: 40.95 s
Starting package 13/35: qt5-activeqt:x64-windows
Building package qt5-activeqt[core]:x64-windows...
-- Downloading http://download.qt.io/official_releases/qt/5.12/5.12.5/submodules/qtactiveqt-everywhere-src-5.12.5.tar.xz...
-- Extracting source D:/vcpkg/downloads/qtactiveqt-everywhere-src-5.12.5.tar.xz
-- Using source at D:/vcpkg/buildtrees/qt5-activeqt/src/5.12.5-f6d2db5e59
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
-- Package build-x64-windows-rel
-- Package install-x64-windows-dbg
-- Package install-x64-windows-rel
-- Installing: D:/vcpkg/packages/qt5-activeqt_x64-windows/debug/tools/qt5-activeqt/testcon.exe
-- Installing: D:/vcpkg/packages/qt5-activeqt_x64-windows/debug/tools/qt5-activeqt/testcon.pdb
-- Installing: D:/vcpkg/packages/qt5-activeqt_x64-windows/tools/qt5-activeqt/testcon.exe
-- Installing: D:/vcpkg/packages/qt5-activeqt_x64-windows/share/qt5-activeqt/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5-activeqt[core]:x64-windows... done
Installing package qt5-activeqt[core]:x64-windows...
Installing package qt5-activeqt[core]:x64-windows... done
Elapsed time for package qt5-activeqt:x64-windows: 2.529 min
Starting package 14/35: qt5-graphicaleffects:x64-windows
Building package qt5-graphicaleffects[core]:x64-windows...
CMake Warning at scripts/cmake/vcpkg_buildpath_length_warning.cmake:4 (message):
  qt5-graphicaleffects's buildsystem uses very long paths and may fail on
  your system.

  We recommend moving vcpkg to a short path such as 'C:\src\vcpkg' or using
  the subst command.
Call Stack (most recent call first):
  installed/x64-windows/share/qt5/qt_download_submodule.cmake:13 (vcpkg_buildpath_length_warning)
  installed/x64-windows/share/qt5/qt_submodule_installation.cmake:4 (qt_download_submodule)
  ports/qt5-graphicaleffects/portfile.cmake:3 (qt_submodule_installation)
  scripts/ports.cmake:94 (include)

-- Downloading http://download.qt.io/official_releases/qt/5.12/5.12.5/submodules/qtgraphicaleffects-everywhere-src-5.12.5.tar.xz...
-- Extracting source D:/vcpkg/downloads/qtgraphicaleffects-everywhere-src-5.12.5.tar.xz
-- Using source at D:/vcpkg/buildtrees/qt5-graphicaleffects/src/5.12.5-3ca786addf
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
-- Package build-x64-windows-rel
-- Package install-x64-windows-dbg
-- Package install-x64-windows-rel
-- Installing: D:/vcpkg/packages/qt5-graphicaleffects_x64-windows/share/qt5-graphicaleffects/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5-graphicaleffects[core]:x64-windows... done
Installing package qt5-graphicaleffects[core]:x64-windows...
Installing package qt5-graphicaleffects[core]:x64-windows... done
Elapsed time for package qt5-graphicaleffects:x64-windows: 6.606 min
Starting package 15/35: qt5-webchannel:x64-windows
Building package qt5-webchannel[core]:x64-windows...
-- Downloading http://download.qt.io/official_releases/qt/5.12/5.12.5/submodules/qtwebchannel-everywhere-src-5.12.5.tar.xz...
-- Extracting source D:/vcpkg/downloads/qtwebchannel-everywhere-src-5.12.5.tar.xz
-- Using source at D:/vcpkg/buildtrees/qt5-webchannel/src/5.12.5-7608603c96
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
-- Package build-x64-windows-rel
-- Package install-x64-windows-dbg
-- Package install-x64-windows-rel
-- Installing: D:/vcpkg/packages/qt5-webchannel_x64-windows/share/qt5-webchannel/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5-webchannel[core]:x64-windows... done
Installing package qt5-webchannel[core]:x64-windows...
Installing package qt5-webchannel[core]:x64-windows... done
Elapsed time for package qt5-webchannel:x64-windows: 58.06 s
Starting package 16/35: qt5-multimedia:x64-windows
Building package qt5-multimedia[core]:x64-windows...
-- Downloading http://download.qt.io/official_releases/qt/5.12/5.12.5/submodules/qtmultimedia-everywhere-src-5.12.5.tar.xz...
-- Extracting source D:/vcpkg/downloads/qtmultimedia-everywhere-src-5.12.5.tar.xz
-- Using source at D:/vcpkg/buildtrees/qt5-multimedia/src/5.12.5-6b80d4ed1a
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
-- Package build-x64-windows-rel
-- Package install-x64-windows-dbg
-- Package install-x64-windows-rel
-- Installing: D:/vcpkg/packages/qt5-multimedia_x64-windows/share/qt5-multimedia/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5-multimedia[core]:x64-windows... done
Installing package qt5-multimedia[core]:x64-windows...
Installing package qt5-multimedia[core]:x64-windows... done
Elapsed time for package qt5-multimedia:x64-windows: 39.51 min
Starting package 17/35: qt5-charts:x64-windows
Building package qt5-charts[core]:x64-windows...
-- Downloading http://download.qt.io/official_releases/qt/5.12/5.12.5/submodules/qtcharts-everywhere-src-5.12.5.tar.xz...
-- Extracting source D:/vcpkg/downloads/qtcharts-everywhere-src-5.12.5.tar.xz
-- Using source at D:/vcpkg/buildtrees/qt5-charts/src/5.12.5-00f5e06bf8
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
-- Package build-x64-windows-rel
-- Package install-x64-windows-dbg
-- Package install-x64-windows-rel
-- Installing: D:/vcpkg/packages/qt5-charts_x64-windows/share/qt5-charts/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5-charts[core]:x64-windows... done
Installing package qt5-charts[core]:x64-windows...
Installing package qt5-charts[core]:x64-windows... done
Elapsed time for package qt5-charts:x64-windows: 3.977 min
Starting package 18/35: qt5-datavis3d:x64-windows
Building package qt5-datavis3d[core]:x64-windows...
-- Downloading http://download.qt.io/official_releases/qt/5.12/5.12.5/submodules/qtdatavis3d-everywhere-src-5.12.5.tar.xz...
-- Extracting source D:/vcpkg/downloads/qtdatavis3d-everywhere-src-5.12.5.tar.xz
-- Using source at D:/vcpkg/buildtrees/qt5-datavis3d/src/5.12.5-0748668813
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
-- Package build-x64-windows-rel
-- Package install-x64-windows-dbg
-- Package install-x64-windows-rel
-- Installing: D:/vcpkg/packages/qt5-datavis3d_x64-windows/share/qt5-datavis3d/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5-datavis3d[core]:x64-windows... done
Installing package qt5-datavis3d[core]:x64-windows...
Installing package qt5-datavis3d[core]:x64-windows... done
Elapsed time for package qt5-datavis3d:x64-windows: 13.83 min
Starting package 19/35: qt5-quickcontrols2:x64-windows
Building package qt5-quickcontrols2[core]:x64-windows...
CMake Warning at scripts/cmake/vcpkg_buildpath_length_warning.cmake:4 (message):
  qt5-quickcontrols2's buildsystem uses very long paths and may fail on your
  system.

  We recommend moving vcpkg to a short path such as 'C:\src\vcpkg' or using
  the subst command.
Call Stack (most recent call first):
  installed/x64-windows/share/qt5/qt_download_submodule.cmake:13 (vcpkg_buildpath_length_warning)
  installed/x64-windows/share/qt5/qt_submodule_installation.cmake:4 (qt_download_submodule)
  ports/qt5-quickcontrols2/portfile.cmake:2 (qt_submodule_installation)
  scripts/ports.cmake:94 (include)

-- Downloading http://download.qt.io/official_releases/qt/5.12/5.12.5/submodules/qtquickcontrols2-everywhere-src-5.12.5.tar.xz...
-- Extracting source D:/vcpkg/downloads/qtquickcontrols2-everywhere-src-5.12.5.tar.xz
-- Using source at D:/vcpkg/buildtrees/qt5-quickcontrols2/src/5.12.5-bc80d69aec
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
-- Package build-x64-windows-rel
-- Package install-x64-windows-dbg
-- Package install-x64-windows-rel
-- Installing: D:/vcpkg/packages/qt5-quickcontrols2_x64-windows/share/qt5-quickcontrols2/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5-quickcontrols2[core]:x64-windows... done
Installing package qt5-quickcontrols2[core]:x64-windows...
Installing package qt5-quickcontrols2[core]:x64-windows... done
Elapsed time for package qt5-quickcontrols2:x64-windows: 15.29 min
Starting package 20/35: qt5-quickcontrols:x64-windows
Building package qt5-quickcontrols[core]:x64-windows...
-- Downloading http://download.qt.io/official_releases/qt/5.12/5.12.5/submodules/qtquickcontrols-everywhere-src-5.12.5.tar.xz...
-- Extracting source D:/vcpkg/downloads/qtquickcontrols-everywhere-src-5.12.5.tar.xz
-- Using source at D:/vcpkg/buildtrees/qt5-quickcontrols/src/5.12.5-e093f1f43c
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
-- Package build-x64-windows-rel
-- Package install-x64-windows-dbg
-- Package install-x64-windows-rel
-- Installing: D:/vcpkg/packages/qt5-quickcontrols_x64-windows/share/qt5-quickcontrols/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5-quickcontrols[core]:x64-windows... done
Installing package qt5-quickcontrols[core]:x64-windows...
Installing package qt5-quickcontrols[core]:x64-windows... done
Elapsed time for package qt5-quickcontrols:x64-windows: 5.704 min
Starting package 21/35: qt5-location:x64-windows
Building package qt5-location[core]:x64-windows...
-- Downloading http://download.qt.io/official_releases/qt/5.12/5.12.5/submodules/qtlocation-everywhere-src-5.12.5.tar.xz...
-- Extracting source D:/vcpkg/downloads/qtlocation-everywhere-src-5.12.5.tar.xz
-- Applying patch clipper.patch
-- Using source at D:/vcpkg/buildtrees/qt5-location/src/5.12.5-58a139d2d7
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
-- Package build-x64-windows-rel
-- Package install-x64-windows-dbg
-- Package install-x64-windows-rel
-- Installing: D:/vcpkg/packages/qt5-location_x64-windows/share/qt5-location/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5-location[core]:x64-windows... done
Installing package qt5-location[core]:x64-windows...
Installing package qt5-location[core]:x64-windows... done
Elapsed time for package qt5-location:x64-windows: 14.5 min
Starting package 22/35: qt5-mqtt:x64-windows
Building package qt5-mqtt[core]:x64-windows...
-- Downloading https://github.com/qt/qtmqtt/archive/v5.12.5.tar.gz...
-- Extracting source D:/vcpkg/downloads/qt-qtmqtt-v5.12.5.tar.gz
-- Using source at D:/vcpkg/buildtrees/qt5-mqtt/src/v5.12.5-6e832c8473
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
-- Package build-x64-windows-rel
-- Package install-x64-windows-dbg
-- Package install-x64-windows-rel
-- Installing: D:/vcpkg/packages/qt5-mqtt_x64-windows/share/qt5-mqtt/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5-mqtt[core]:x64-windows... done
Installing package qt5-mqtt[core]:x64-windows...
Installing package qt5-mqtt[core]:x64-windows... done
Elapsed time for package qt5-mqtt:x64-windows: 1.54 min
Starting package 23/35: qt5-networkauth:x64-windows
Building package qt5-networkauth[core]:x64-windows...
-- Downloading http://download.qt.io/official_releases/qt/5.12/5.12.5/submodules/qtnetworkauth-everywhere-src-5.12.5.tar.xz...
-- Extracting source D:/vcpkg/downloads/qtnetworkauth-everywhere-src-5.12.5.tar.xz
-- Using source at D:/vcpkg/buildtrees/qt5-networkauth/src/5.12.5-1c1c0a75ab
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
-- Package build-x64-windows-rel
-- Package install-x64-windows-dbg
-- Package install-x64-windows-rel
-- Installing: D:/vcpkg/packages/qt5-networkauth_x64-windows/share/qt5-networkauth/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5-networkauth[core]:x64-windows... done
Installing package qt5-networkauth[core]:x64-windows...
Installing package qt5-networkauth[core]:x64-windows... done
Elapsed time for package qt5-networkauth:x64-windows: 1.173 min
Starting package 24/35: qt5-purchasing:x64-windows
Building package qt5-purchasing[core]:x64-windows...
-- Downloading http://download.qt.io/official_releases/qt/5.12/5.12.5/submodules/qtpurchasing-everywhere-src-5.12.5.tar.xz...
-- Extracting source D:/vcpkg/downloads/qtpurchasing-everywhere-src-5.12.5.tar.xz
-- Using source at D:/vcpkg/buildtrees/qt5-purchasing/src/5.12.5-cdc37d8fb4
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
-- Package build-x64-windows-rel
-- Package install-x64-windows-dbg
-- Package install-x64-windows-rel
-- Installing: D:/vcpkg/packages/qt5-purchasing_x64-windows/share/qt5-purchasing/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5-purchasing[core]:x64-windows... done
Installing package qt5-purchasing[core]:x64-windows...
Installing package qt5-purchasing[core]:x64-windows... done
Elapsed time for package qt5-purchasing:x64-windows: 54.31 s
Starting package 25/35: qt5-scxml:x64-windows
Building package qt5-scxml[core]:x64-windows...
-- Downloading http://download.qt.io/official_releases/qt/5.12/5.12.5/submodules/qtscxml-everywhere-src-5.12.5.tar.xz...
-- Extracting source D:/vcpkg/downloads/qtscxml-everywhere-src-5.12.5.tar.xz
-- Using source at D:/vcpkg/buildtrees/qt5-scxml/src/5.12.5-7f23ed2f4d
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
-- Package build-x64-windows-rel
-- Package install-x64-windows-dbg
-- Package install-x64-windows-rel
-- Installing: D:/vcpkg/packages/qt5-scxml_x64-windows/share/qt5-scxml/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5-scxml[core]:x64-windows... done
Installing package qt5-scxml[core]:x64-windows...
Installing package qt5-scxml[core]:x64-windows... done
Elapsed time for package qt5-scxml:x64-windows: 3.057 min
Starting package 26/35: qt5-tools:x64-windows
Building package qt5-tools[core]:x64-windows...
-- Downloading http://download.qt.io/official_releases/qt/5.12/5.12.5/submodules/qttools-everywhere-src-5.12.5.tar.xz...
-- Extracting source D:/vcpkg/downloads/qttools-everywhere-src-5.12.5.tar.xz
-- Using source at D:/vcpkg/buildtrees/qt5-tools/src/5.12.5-28cc1badc0
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
-- Package build-x64-windows-rel
-- Package install-x64-windows-dbg
-- Package install-x64-windows-rel
-- Installing: D:/vcpkg/packages/qt5-tools_x64-windows/share/qt5-tools/copyright
-- Installing: D:/vcpkg/packages/qt5-tools_x64-windows/tools/qt5-tools/bin/plugins/platforms/qminimal.dll
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5-tools[core]:x64-windows... done
Installing package qt5-tools[core]:x64-windows...
Installing package qt5-tools[core]:x64-windows... done
Elapsed time for package qt5-tools:x64-windows: 25.83 min
Starting package 27/35: qt5-script:x64-windows
Building package qt5-script[core]:x64-windows...
-- Downloading http://download.qt.io/official_releases/qt/5.12/5.12.5/submodules/qtscript-everywhere-src-5.12.5.tar.xz...
-- Extracting source D:/vcpkg/downloads/qtscript-everywhere-src-5.12.5.tar.xz
-- Using source at D:/vcpkg/buildtrees/qt5-script/src/5.12.5-257a94b015
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
-- Package build-x64-windows-rel
-- Package install-x64-windows-dbg
-- Package install-x64-windows-rel
-- Installing: D:/vcpkg/packages/qt5-script_x64-windows/share/qt5-script/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5-script[core]:x64-windows... done
Installing package qt5-script[core]:x64-windows...
Installing package qt5-script[core]:x64-windows... done
Elapsed time for package qt5-script:x64-windows: 5.267 min
Starting package 28/35: qt5-sensors:x64-windows
Building package qt5-sensors[core]:x64-windows...
-- Downloading http://download.qt.io/official_releases/qt/5.12/5.12.5/submodules/qtsensors-everywhere-src-5.12.5.tar.xz...
-- Extracting source D:/vcpkg/downloads/qtsensors-everywhere-src-5.12.5.tar.xz
-- Using source at D:/vcpkg/buildtrees/qt5-sensors/src/5.12.5-666ebda762
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
-- Package build-x64-windows-rel
-- Package install-x64-windows-dbg
-- Package install-x64-windows-rel
-- Installing: D:/vcpkg/packages/qt5-sensors_x64-windows/share/qt5-sensors/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5-sensors[core]:x64-windows... done
Installing package qt5-sensors[core]:x64-windows...
Installing package qt5-sensors[core]:x64-windows... done
Elapsed time for package qt5-sensors:x64-windows: 2.814 min
Starting package 29/35: atlmfc:x64-windows
Building package atlmfc[core]:x64-windows...
-- Performing post-build validation
-- Performing post-build validation done
Building package atlmfc[core]:x64-windows... done
Installing package atlmfc[core]:x64-windows...
Installing package atlmfc[core]:x64-windows... done
Elapsed time for package atlmfc:x64-windows: 1.707 s
Starting package 30/35: qt5-speech:x64-windows
Building package qt5-speech[core]:x64-windows...
-- Downloading http://download.qt.io/official_releases/qt/5.12/5.12.5/submodules/qtspeech-everywhere-src-5.12.5.tar.xz...
-- Extracting source D:/vcpkg/downloads/qtspeech-everywhere-src-5.12.5.tar.xz
-- Using source at D:/vcpkg/buildtrees/qt5-speech/src/5.12.5-f75ed4c997
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
-- Package build-x64-windows-rel
-- Package install-x64-windows-dbg
-- Package install-x64-windows-rel
-- Installing: D:/vcpkg/packages/qt5-speech_x64-windows/share/qt5-speech/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5-speech[core]:x64-windows... done
Installing package qt5-speech[core]:x64-windows...
Installing package qt5-speech[core]:x64-windows... done
Elapsed time for package qt5-speech:x64-windows: 1.48 min
Starting package 31/35: qt5-virtualkeyboard:x64-windows
Building package qt5-virtualkeyboard[core]:x64-windows...
CMake Warning at scripts/cmake/vcpkg_buildpath_length_warning.cmake:4 (message):
  qt5-virtualkeyboard's buildsystem uses very long paths and may fail on your
  system.

  We recommend moving vcpkg to a short path such as 'C:\src\vcpkg' or using
  the subst command.
Call Stack (most recent call first):
  installed/x64-windows/share/qt5/qt_download_submodule.cmake:13 (vcpkg_buildpath_length_warning)
  installed/x64-windows/share/qt5/qt_submodule_installation.cmake:4 (qt_download_submodule)
  ports/qt5-virtualkeyboard/portfile.cmake:2 (qt_submodule_installation)
  scripts/ports.cmake:94 (include)

-- Downloading http://download.qt.io/official_releases/qt/5.12/5.12.5/submodules/qtvirtualkeyboard-everywhere-src-5.12.5.tar.xz...
-- Extracting source D:/vcpkg/downloads/qtvirtualkeyboard-everywhere-src-5.12.5.tar.xz
-- Using source at D:/vcpkg/buildtrees/qt5-virtualkeyboard/src/5.12.5-f790865d80
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
-- Package build-x64-windows-rel
-- Package install-x64-windows-dbg
-- Package install-x64-windows-rel
-- Installing: D:/vcpkg/packages/qt5-virtualkeyboard_x64-windows/share/qt5-virtualkeyboard/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5-virtualkeyboard[core]:x64-windows... done
Installing package qt5-virtualkeyboard[core]:x64-windows...
Installing package qt5-virtualkeyboard[core]:x64-windows... done
Elapsed time for package qt5-virtualkeyboard:x64-windows: 6.849 min
Starting package 32/35: qt5-websockets:x64-windows
Building package qt5-websockets[core]:x64-windows...
-- Downloading http://download.qt.io/official_releases/qt/5.12/5.12.5/submodules/qtwebsockets-everywhere-src-5.12.5.tar.xz...
-- Extracting source D:/vcpkg/downloads/qtwebsockets-everywhere-src-5.12.5.tar.xz
-- Using source at D:/vcpkg/buildtrees/qt5-websockets/src/5.12.5-c78cd58a8e
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
-- Package build-x64-windows-rel
-- Package install-x64-windows-dbg
-- Package install-x64-windows-rel
-- Installing: D:/vcpkg/packages/qt5-websockets_x64-windows/share/qt5-websockets/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5-websockets[core]:x64-windows... done
Installing package qt5-websockets[core]:x64-windows...
Installing package qt5-websockets[core]:x64-windows... done
Elapsed time for package qt5-websockets:x64-windows: 1.207 min
Starting package 33/35: qt5-winextras:x64-windows
Building package qt5-winextras[core]:x64-windows...
-- Downloading http://download.qt.io/official_releases/qt/5.12/5.12.5/submodules/qtwinextras-everywhere-src-5.12.5.tar.xz...
-- Extracting source D:/vcpkg/downloads/qtwinextras-everywhere-src-5.12.5.tar.xz
-- Using source at D:/vcpkg/buildtrees/qt5-winextras/src/5.12.5-99fbd09e12
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
-- Package build-x64-windows-rel
-- Package install-x64-windows-dbg
-- Package install-x64-windows-rel
-- Installing: D:/vcpkg/packages/qt5-winextras_x64-windows/share/qt5-winextras/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5-winextras[core]:x64-windows... done
Installing package qt5-winextras[core]:x64-windows...
Installing package qt5-winextras[core]:x64-windows... done
Elapsed time for package qt5-winextras:x64-windows: 1.828 min
Starting package 34/35: qt5-xmlpatterns:x64-windows
Building package qt5-xmlpatterns[core]:x64-windows...
-- Downloading http://download.qt.io/official_releases/qt/5.12/5.12.5/submodules/qtxmlpatterns-everywhere-src-5.12.5.tar.xz...
-- Extracting source D:/vcpkg/downloads/qtxmlpatterns-everywhere-src-5.12.5.tar.xz
-- Using source at D:/vcpkg/buildtrees/qt5-xmlpatterns/src/5.12.5-7ec4c5316c
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
-- Package build-x64-windows-rel
-- Package install-x64-windows-dbg
-- Package install-x64-windows-rel
-- Installing: D:/vcpkg/packages/qt5-xmlpatterns_x64-windows/share/qt5-xmlpatterns/copyright
-- Installing: D:/vcpkg/packages/qt5-xmlpatterns_x64-windows/tools/qt5-xmlpatterns/bin/plugins/platforms/qminimal.dll
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5-xmlpatterns[core]:x64-windows... done
Installing package qt5-xmlpatterns[core]:x64-windows...
Installing package qt5-xmlpatterns[core]:x64-windows... done
Elapsed time for package qt5-xmlpatterns:x64-windows: 11.94 min
Starting package 35/35: qt5:x64-windows
Building package qt5[core]:x64-windows...
-- Performing post-build validation
-- Performing post-build validation done
Building package qt5[core]:x64-windows... done
Installing package qt5[core]:x64-windows...
Installing package qt5[core]:x64-windows... done
Elapsed time for package qt5:x64-windows: 1.762 s

Total elapsed time: 3.787 h

Happy to close the issue, thanks.