Skip to content

[qttools] Build error on x64-windows #44664

@FrederikChristiani

Description

@FrederikChristiani

Package: qttools[core,designer,linguist]:x64-windows@6.8.2

Host Environment

  • Host: x64-windows
  • Compiler: MSVC 19.43.34809.0
  • vcpkg-tool version: 2025-03-13-7699e411ea11543de6abc0c7d5fd11cfe0039ae5
    vcpkg-scripts version: 21816e0 2025-03-24 (2 days ago)

To Reproduce

vcpkg install qtbase[core]:x64-windows qttools[core,linguist]:x64-windows-release

Failure logs

-- Using cached qttools-everywhere-src-6.8.2.tar.xz
-- Cleaning sources at C:/Work/vcpkg/buildtrees/qttools/src/here-src-6-8a3f1e9a59.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/Work/vcpkg-cache/downloads/qttools-everywhere-src-6.8.2.tar.xz
-- Applying patch devendor-litehtml.patch
-- Using source at C:/Work/vcpkg/buildtrees/qttools/src/here-src-6-8a3f1e9a59.clean
-- Found external ninja('1.12.1').
-- Configuring x64-windows
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:127 (message):
    Command failed: "C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" -v
    Working Directory: C:/Work/vcpkg/buildtrees/qttools/x64-windows-rel/vcpkg-parallel-configure
    Error code: 1
    See logs for more information:
      C:\Work\vcpkg\buildtrees\qttools\config-x64-windows-dbg-CMakeCache.txt.log
      C:\Work\vcpkg\buildtrees\qttools\config-x64-windows-rel-CMakeCache.txt.log
      C:\Work\vcpkg\buildtrees\qttools\config-x64-windows-dbg-CMakeConfigureLog.yaml.log
      C:\Work\vcpkg\buildtrees\qttools\config-x64-windows-rel-CMakeConfigureLog.yaml.log
      C:\Work\vcpkg\buildtrees\qttools\config-x64-windows-out.log

Call Stack (most recent call first):
  installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:269 (vcpkg_execute_required_process)
  installed/x64-windows/share/qtbase/qt_install_submodule.cmake:151 (vcpkg_cmake_configure)
  installed/x64-windows/share/qtbase/qt_install_submodule.cmake:347 (qt_cmake_configure)
  ports/qttools/portfile.cmake:91 (qt_install_submodule)
  scripts/ports.cmake:203 (include)



C:\Work\vcpkg\buildtrees\qttools\config-x64-windows-dbg-CMakeConfigureLog.yaml.log

---
events:
  -
    kind: "message-v1"
    backtrace:
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineSystem.cmake:205 (message)"
      - "CMakeLists.txt:8 (project)"
    message: |
      The system is: Windows - 10.0.26100 - AMD64
  -
    kind: "message-v1"
    backtrace:
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)"
      - "CMakeLists.txt:8 (project)"
    message: |
      Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
      Compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/cl.exe 
      Build flags: /nologo;/DWIN32;/D_WINDOWS;/utf-8;/GR;/EHsc;/MP
      Id flags:  
      
      The output was:
      0
      CMakeCXXCompilerId.cpp
      
      
      Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CMakeCXXCompilerId.exe"
      
      Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CMakeCXXCompilerId.obj"
      
      The CXX compiler identification is MSVC, found in:
        C:/Work/vcpkg/buildtrees/qttools/x64-windows-dbg/CMakeFiles/3.31.6/CompilerIdCXX/CMakeCXXCompilerId.exe
      
  -
    kind: "message-v1"
    backtrace:
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:1288 (message)"
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:250 (CMAKE_DETERMINE_MSVC_SHOWINCLUDES_PREFIX)"
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)"
      - "CMakeLists.txt:8 (project)"
    message: |
      Detecting CXX compiler /showIncludes prefix:
        main.c
        Note: including file: C:\\Work\\vcpkg\\buildtrees\\qttools\\x64-windows-dbg\\CMakeFiles\\ShowIncludes\\foo.h
        
      Found prefix "Note: including file: "
  -
    kind: "message-v1"
    backtrace:
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)"
      - "CMakeLists.txt:8 (project)"
    message: |
      Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
      Compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/cl.exe 
      Build flags: /nologo;/DWIN32;/D_WINDOWS;/utf-8;/MP
      Id flags:  
      
      The output was:
      0
      CMakeCCompilerId.c
      
      
      Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CMakeCCompilerId.exe"
      
      Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CMakeCCompilerId.obj"
      
      The C compiler identification is MSVC, found in:
        C:/Work/vcpkg/buildtrees/qttools/x64-windows-dbg/CMakeFiles/3.31.6/CompilerIdC/CMakeCCompilerId.exe
      
  -
    kind: "message-v1"
    backtrace:
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:1288 (message)"
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:250 (CMAKE_DETERMINE_MSVC_SHOWINCLUDES_PREFIX)"
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)"
      - "CMakeLists.txt:8 (project)"
    message: |
      Detecting C compiler /showIncludes prefix:
        main.c
        Note: including file: C:\\Work\\vcpkg\\buildtrees\\qttools\\x64-windows-dbg\\CMakeFiles\\ShowIncludes\\foo.h
        
...
Skipped 298 lines
...
      VCPKG_CRT_LINKAGE: "dynamic"
      VCPKG_CXX_FLAGS: ""
      VCPKG_CXX_FLAGS_DEBUG: ""
      VCPKG_CXX_FLAGS_RELEASE: ""
      VCPKG_C_FLAGS: ""
      VCPKG_C_FLAGS_DEBUG: ""
      VCPKG_C_FLAGS_RELEASE: ""
      VCPKG_INSTALLED_DIR: "C:/Work/vcpkg/installed"
      VCPKG_LINKER_FLAGS: ""
      VCPKG_LINKER_FLAGS_DEBUG: ""
      VCPKG_LINKER_FLAGS_RELEASE: ""
      VCPKG_PLATFORM_TOOLSET: "v143"
      VCPKG_PREFER_SYSTEM_LIBS: "OFF"
      VCPKG_SET_CHARSET_FLAG: "ON"
      VCPKG_TARGET_ARCHITECTURE: "x64"
      VCPKG_TARGET_TRIPLET: "x64-windows"
      Z_VCPKG_ROOT_DIR: "C:/Work/vcpkg"
    buildResult:
      variable: "CMAKE_HAVE_PTHREAD_CREATE"
      cached: true
      stdout: |
        Change Dir: 'C:/Work/vcpkg/buildtrees/qttools/x64-windows-dbg/CMakeFiles/CMakeScratch/TryCompile-a1d43h'
        
        Run Build Command(s): "C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" -v cmTC_f03cb
        [1/2] C:\\PROGRA~1\\MIB055~1\\2022\\COMMUN~1\\VC\\Tools\\MSVC\\1443~1.348\\bin\\Hostx64\\x64\\cl.exe  /nologo   /nologo /DWIN32 /D_WINDOWS /utf-8 /MP  -DCHECK_FUNCTION_EXISTS=pthread_create /MDd /Z7 /Ob0 /Od /RTC1  -MDd /showIncludes /FoCMakeFiles\\cmTC_f03cb.dir\\CheckFunctionExists.c.obj /FdCMakeFiles\\cmTC_f03cb.dir\\ /FS -c C:\\Work\\vcpkg\\buildtrees\\qttools\\x64-windows-dbg\\CMakeFiles\\CMakeScratch\\TryCompile-a1d43h\\CheckFunctionExists.c
        [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && "C:\\Program Files\\CMake\\bin\\cmake.exe" -E vs_link_exe --msvc-ver=1943 --intdir=CMakeFiles\\cmTC_f03cb.dir --rc=C:\\PROGRA~2\\WI3CF2~1\\10\\bin\\100261~1.0\\x64\\rc.exe --mt=C:\\PROGRA~2\\WI3CF2~1\\10\\bin\\100261~1.0\\x64\\mt.exe --manifests  -- C:\\PROGRA~1\\MIB055~1\\2022\\COMMUN~1\\VC\\Tools\\MSVC\\1443~1.348\\bin\\Hostx64\\x64\\link.exe /nologo CMakeFiles\\cmTC_f03cb.dir\\CheckFunctionExists.c.obj  /out:cmTC_f03cb.exe /implib:cmTC_f03cb.lib /pdb:cmTC_f03cb.pdb /version:0.0 /machine:x64  /nologo    /debug /INCREMENTAL /subsystem:console  pthread.lib  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
        FAILED: cmTC_f03cb.exe 
        C:\\WINDOWS\\system32\\cmd.exe /C "cd . && "C:\\Program Files\\CMake\\bin\\cmake.exe" -E vs_link_exe --msvc-ver=1943 --intdir=CMakeFiles\\cmTC_f03cb.dir --rc=C:\\PROGRA~2\\WI3CF2~1\\10\\bin\\100261~1.0\\x64\\rc.exe --mt=C:\\PROGRA~2\\WI3CF2~1\\10\\bin\\100261~1.0\\x64\\mt.exe --manifests  -- C:\\PROGRA~1\\MIB055~1\\2022\\COMMUN~1\\VC\\Tools\\MSVC\\1443~1.348\\bin\\Hostx64\\x64\\link.exe /nologo CMakeFiles\\cmTC_f03cb.dir\\CheckFunctionExists.c.obj  /out:cmTC_f03cb.exe /implib:cmTC_f03cb.lib /pdb:cmTC_f03cb.pdb /version:0.0 /machine:x64  /nologo    /debug /INCREMENTAL /subsystem:console  pthread.lib  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
        LINK Pass 1: command "C:\\PROGRA~1\\MIB055~1\\2022\\COMMUN~1\\VC\\Tools\\MSVC\\1443~1.348\\bin\\Hostx64\\x64\\link.exe /nologo CMakeFiles\\cmTC_f03cb.dir\\CheckFunctionExists.c.obj /out:cmTC_f03cb.exe /implib:cmTC_f03cb.lib /pdb:cmTC_f03cb.pdb /version:0.0 /machine:x64 /nologo /debug /INCREMENTAL /subsystem:console pthread.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTFILE:CMakeFiles\\cmTC_f03cb.dir/intermediate.manifest CMakeFiles\\cmTC_f03cb.dir/manifest.res" failed (exit code 1104) with the following output:
        LINK : fatal error LNK1104: cannot open file 'pthread.lib'\x0d
        ninja: build stopped: subcommand failed.
        
      exitCode: 1
  -
    kind: "try_compile-v1"
    backtrace:
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)"
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckCXXSourceCompiles.cmake:58 (cmake_check_source_compiles)"
      - "C:/Work/vcpkg/installed/x64-windows/share/Qt6/FindWrapAtomic.cmake:36 (check_cxx_source_compiles)"
      - "C:/Work/vcpkg/scripts/buildsystems/vcpkg.cmake:893 (_find_package)"
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)"
      - "C:/Work/vcpkg/installed/x64-windows/share/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)"
      - "C:/Work/vcpkg/installed/x64-windows/share/Qt6Core/Qt6CoreDependencies.cmake:35 (_qt_internal_find_third_party_dependencies)"
      - "C:/Work/vcpkg/installed/x64-windows/share/Qt6Core/Qt6CoreConfig.cmake:45 (include)"
      - "C:/Work/vcpkg/scripts/buildsystems/vcpkg.cmake:893 (_find_package)"
      - "C:/Work/vcpkg/installed/x64-windows/share/Qt6/Qt6Config.cmake:190 (find_package)"
      - "C:/Work/vcpkg/scripts/buildsystems/vcpkg.cmake:893 (_find_package)"
      - "CMakeLists.txt:21 (find_package)"
    checks:
      - "Performing Test HAVE_STDATOMIC"
    directories:
      source: "C:/Work/vcpkg/buildtrees/qttools/x64-windows-dbg/CMakeFiles/CMakeScratch/TryCompile-y03blh"
      binary: "C:/Work/vcpkg/buildtrees/qttools/x64-windows-dbg/CMakeFiles/CMakeScratch/TryCompile-y03blh"
    cmakeVariables:
      CMAKE_CXX_FLAGS: " /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP "
      CMAKE_CXX_FLAGS_DEBUG: "/MDd /Z7 /Ob0 /Od /RTC1 "
      CMAKE_EXE_LINKER_FLAGS: "/machine:x64"
      CMAKE_MODULE_PATH: "C:/Work/vcpkg/buildtrees/qttools/src/here-src-6-8a3f1e9a59.clean/cmake;C:/Work/vcpkg/installed/x64-windows/share/Qt6BuildInternals/../Qt6;C:/Work/vcpkg/installed/x64-windows/share/Qt6;C:/Work/vcpkg/installed/x64-windows/share/Qt6/3rdparty/extra-cmake-modules/find-modules;C:/Work/vcpkg/installed/x64-windows/share/Qt6/3rdparty/kwin"
      CMAKE_MSVC_DEBUG_INFORMATION_FORMAT: ""
      CMAKE_MSVC_RUNTIME_LIBRARY: "MultiThreaded$<$<CONFIG:Debug>:Debug>$<$<STREQUAL:dynamic,dynamic>:DLL>"
      CMAKE_OSX_DEPLOYMENT_TARGET: "14"
      VCPKG_CHAINLOAD_TOOLCHAIN_FILE: "C:/Work/vcpkg/scripts/toolchains/windows.cmake"
      VCPKG_CRT_LINKAGE: "dynamic"
      VCPKG_CXX_FLAGS: ""
      VCPKG_CXX_FLAGS_DEBUG: ""
      VCPKG_CXX_FLAGS_RELEASE: ""
      VCPKG_C_FLAGS: ""
      VCPKG_C_FLAGS_DEBUG: ""
      VCPKG_C_FLAGS_RELEASE: ""
      VCPKG_INSTALLED_DIR: "C:/Work/vcpkg/installed"
      VCPKG_LINKER_FLAGS: ""
      VCPKG_LINKER_FLAGS_DEBUG: ""
      VCPKG_LINKER_FLAGS_RELEASE: ""
      VCPKG_PLATFORM_TOOLSET: "v143"
      VCPKG_PREFER_SYSTEM_LIBS: "OFF"
      VCPKG_SET_CHARSET_FLAG: "ON"
      VCPKG_TARGET_ARCHITECTURE: "x64"
      VCPKG_TARGET_TRIPLET: "x64-windows"
      Z_VCPKG_ROOT_DIR: "C:/Work/vcpkg"
    buildResult:
      variable: "HAVE_STDATOMIC"
      cached: true
      stdout: |
        Change Dir: 'C:/Work/vcpkg/buildtrees/qttools/x64-windows-dbg/CMakeFiles/CMakeScratch/TryCompile-y03blh'
        
        Run Build Command(s): "C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" -v cmTC_e93d9
        [1/2] C:\\PROGRA~1\\MIB055~1\\2022\\COMMUN~1\\VC\\Tools\\MSVC\\1443~1.348\\bin\\Hostx64\\x64\\cl.exe  /nologo /TP -DHAVE_STDATOMIC  /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /MDd /Z7 /Ob0 /Od /RTC1  -MDd /showIncludes /FoCMakeFiles\\cmTC_e93d9.dir\\src.cxx.obj /FdCMakeFiles\\cmTC_e93d9.dir\\ /FS -c C:\\Work\\vcpkg\\buildtrees\\qttools\\x64-windows-dbg\\CMakeFiles\\CMakeScratch\\TryCompile-y03blh\\src.cxx
        [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && "C:\\Program Files\\CMake\\bin\\cmake.exe" -E vs_link_exe --msvc-ver=1943 --intdir=CMakeFiles\\cmTC_e93d9.dir --rc=C:\\PROGRA~2\\WI3CF2~1\\10\\bin\\100261~1.0\\x64\\rc.exe --mt=C:\\PROGRA~2\\WI3CF2~1\\10\\bin\\100261~1.0\\x64\\mt.exe --manifests  -- C:\\PROGRA~1\\MIB055~1\\2022\\COMMUN~1\\VC\\Tools\\MSVC\\1443~1.348\\bin\\Hostx64\\x64\\link.exe /nologo CMakeFiles\\cmTC_e93d9.dir\\src.cxx.obj  /out:cmTC_e93d9.exe /implib:cmTC_e93d9.lib /pdb:cmTC_e93d9.pdb /version:0.0 /machine:x64  /nologo    /debug /INCREMENTAL /subsystem:console  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
        
      exitCode: 0
...
C:\Work\vcpkg\buildtrees\qttools\config-x64-windows-rel-CMakeConfigureLog.yaml.log

---
events:
  -
    kind: "message-v1"
    backtrace:
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineSystem.cmake:205 (message)"
      - "CMakeLists.txt:8 (project)"
    message: |
      The system is: Windows - 10.0.26100 - AMD64
  -
    kind: "message-v1"
    backtrace:
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)"
      - "CMakeLists.txt:8 (project)"
    message: |
      Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
      Compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/cl.exe 
      Build flags: /nologo;/DWIN32;/D_WINDOWS;/utf-8;/GR;/EHsc;/MP
      Id flags:  
      
      The output was:
      0
      CMakeCXXCompilerId.cpp
      
      
      Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CMakeCXXCompilerId.exe"
      
      Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CMakeCXXCompilerId.obj"
      
      The CXX compiler identification is MSVC, found in:
        C:/Work/vcpkg/buildtrees/qttools/x64-windows-rel/CMakeFiles/3.31.6/CompilerIdCXX/CMakeCXXCompilerId.exe
      
  -
    kind: "message-v1"
    backtrace:
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:1288 (message)"
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:250 (CMAKE_DETERMINE_MSVC_SHOWINCLUDES_PREFIX)"
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)"
      - "CMakeLists.txt:8 (project)"
    message: |
      Detecting CXX compiler /showIncludes prefix:
        main.c
        Note: including file: C:\\Work\\vcpkg\\buildtrees\\qttools\\x64-windows-rel\\CMakeFiles\\ShowIncludes\\foo.h
        
      Found prefix "Note: including file: "
  -
    kind: "message-v1"
    backtrace:
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)"
      - "CMakeLists.txt:8 (project)"
    message: |
      Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
      Compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/cl.exe 
      Build flags: /nologo;/DWIN32;/D_WINDOWS;/utf-8;/MP
      Id flags:  
      
      The output was:
      0
      CMakeCCompilerId.c
      
      
      Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CMakeCCompilerId.exe"
      
      Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CMakeCCompilerId.obj"
      
      The C compiler identification is MSVC, found in:
        C:/Work/vcpkg/buildtrees/qttools/x64-windows-rel/CMakeFiles/3.31.6/CompilerIdC/CMakeCCompilerId.exe
      
  -
    kind: "message-v1"
    backtrace:
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:1288 (message)"
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:250 (CMAKE_DETERMINE_MSVC_SHOWINCLUDES_PREFIX)"
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)"
      - "CMakeLists.txt:8 (project)"
    message: |
      Detecting C compiler /showIncludes prefix:
        main.c
        Note: including file: C:\\Work\\vcpkg\\buildtrees\\qttools\\x64-windows-rel\\CMakeFiles\\ShowIncludes\\foo.h
        
      Found prefix "Note: including file: "
  -
...
Skipped 294 lines
...
      CMAKE_OSX_DEPLOYMENT_TARGET: "14"
      VCPKG_CHAINLOAD_TOOLCHAIN_FILE: "C:/Work/vcpkg/scripts/toolchains/windows.cmake"
      VCPKG_CRT_LINKAGE: "dynamic"
      VCPKG_CXX_FLAGS: ""
      VCPKG_CXX_FLAGS_DEBUG: ""
      VCPKG_CXX_FLAGS_RELEASE: ""
      VCPKG_C_FLAGS: ""
      VCPKG_C_FLAGS_DEBUG: ""
      VCPKG_C_FLAGS_RELEASE: ""
      VCPKG_INSTALLED_DIR: "C:/Work/vcpkg/installed"
      VCPKG_LINKER_FLAGS: ""
      VCPKG_LINKER_FLAGS_DEBUG: ""
      VCPKG_LINKER_FLAGS_RELEASE: ""
      VCPKG_PLATFORM_TOOLSET: "v143"
      VCPKG_PREFER_SYSTEM_LIBS: "OFF"
      VCPKG_SET_CHARSET_FLAG: "ON"
      VCPKG_TARGET_ARCHITECTURE: "x64"
      VCPKG_TARGET_TRIPLET: "x64-windows"
      Z_VCPKG_ROOT_DIR: "C:/Work/vcpkg"
    buildResult:
      variable: "CMAKE_HAVE_PTHREAD_CREATE"
      cached: true
      stdout: |
        Change Dir: 'C:/Work/vcpkg/buildtrees/qttools/x64-windows-rel/CMakeFiles/CMakeScratch/TryCompile-3amgxy'
        
        Run Build Command(s): "C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" -v cmTC_4496b
        [1/2] C:\\PROGRA~1\\MIB055~1\\2022\\COMMUN~1\\VC\\Tools\\MSVC\\1443~1.348\\bin\\Hostx64\\x64\\cl.exe  /nologo   /nologo /DWIN32 /D_WINDOWS /utf-8 /MP  -DCHECK_FUNCTION_EXISTS=pthread_create /MDd /Z7 /Ob0 /Od /RTC1  -MDd /showIncludes /FoCMakeFiles\\cmTC_4496b.dir\\CheckFunctionExists.c.obj /FdCMakeFiles\\cmTC_4496b.dir\\ /FS -c C:\\Work\\vcpkg\\buildtrees\\qttools\\x64-windows-rel\\CMakeFiles\\CMakeScratch\\TryCompile-3amgxy\\CheckFunctionExists.c
        [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && "C:\\Program Files\\CMake\\bin\\cmake.exe" -E vs_link_exe --msvc-ver=1943 --intdir=CMakeFiles\\cmTC_4496b.dir --rc=C:\\PROGRA~2\\WI3CF2~1\\10\\bin\\100261~1.0\\x64\\rc.exe --mt=C:\\PROGRA~2\\WI3CF2~1\\10\\bin\\100261~1.0\\x64\\mt.exe --manifests  -- C:\\PROGRA~1\\MIB055~1\\2022\\COMMUN~1\\VC\\Tools\\MSVC\\1443~1.348\\bin\\Hostx64\\x64\\link.exe /nologo CMakeFiles\\cmTC_4496b.dir\\CheckFunctionExists.c.obj  /out:cmTC_4496b.exe /implib:cmTC_4496b.lib /pdb:cmTC_4496b.pdb /version:0.0 /machine:x64  /nologo    /debug /INCREMENTAL /subsystem:console  pthread.lib  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
        FAILED: cmTC_4496b.exe 
        C:\\WINDOWS\\system32\\cmd.exe /C "cd . && "C:\\Program Files\\CMake\\bin\\cmake.exe" -E vs_link_exe --msvc-ver=1943 --intdir=CMakeFiles\\cmTC_4496b.dir --rc=C:\\PROGRA~2\\WI3CF2~1\\10\\bin\\100261~1.0\\x64\\rc.exe --mt=C:\\PROGRA~2\\WI3CF2~1\\10\\bin\\100261~1.0\\x64\\mt.exe --manifests  -- C:\\PROGRA~1\\MIB055~1\\2022\\COMMUN~1\\VC\\Tools\\MSVC\\1443~1.348\\bin\\Hostx64\\x64\\link.exe /nologo CMakeFiles\\cmTC_4496b.dir\\CheckFunctionExists.c.obj  /out:cmTC_4496b.exe /implib:cmTC_4496b.lib /pdb:cmTC_4496b.pdb /version:0.0 /machine:x64  /nologo    /debug /INCREMENTAL /subsystem:console  pthread.lib  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
        LINK Pass 1: command "C:\\PROGRA~1\\MIB055~1\\2022\\COMMUN~1\\VC\\Tools\\MSVC\\1443~1.348\\bin\\Hostx64\\x64\\link.exe /nologo CMakeFiles\\cmTC_4496b.dir\\CheckFunctionExists.c.obj /out:cmTC_4496b.exe /implib:cmTC_4496b.lib /pdb:cmTC_4496b.pdb /version:0.0 /machine:x64 /nologo /debug /INCREMENTAL /subsystem:console pthread.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTFILE:CMakeFiles\\cmTC_4496b.dir/intermediate.manifest CMakeFiles\\cmTC_4496b.dir/manifest.res" failed (exit code 1104) with the following output:
        LINK : fatal error LNK1104: cannot open file 'pthread.lib'\x0d
        ninja: build stopped: subcommand failed.
        
      exitCode: 1
  -
    kind: "try_compile-v1"
    backtrace:
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)"
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CheckCXXSourceCompiles.cmake:58 (cmake_check_source_compiles)"
      - "C:/Work/vcpkg/installed/x64-windows/share/Qt6/FindWrapAtomic.cmake:36 (check_cxx_source_compiles)"
      - "C:/Work/vcpkg/scripts/buildsystems/vcpkg.cmake:893 (_find_package)"
      - "C:/Program Files/CMake/share/cmake-3.31/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)"
      - "C:/Work/vcpkg/installed/x64-windows/share/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)"
      - "C:/Work/vcpkg/installed/x64-windows/share/Qt6Core/Qt6CoreDependencies.cmake:35 (_qt_internal_find_third_party_dependencies)"
      - "C:/Work/vcpkg/installed/x64-windows/share/Qt6Core/Qt6CoreConfig.cmake:45 (include)"
      - "C:/Work/vcpkg/scripts/buildsystems/vcpkg.cmake:893 (_find_package)"
      - "C:/Work/vcpkg/installed/x64-windows/share/Qt6/Qt6Config.cmake:190 (find_package)"
      - "C:/Work/vcpkg/scripts/buildsystems/vcpkg.cmake:893 (_find_package)"
      - "CMakeLists.txt:21 (find_package)"
    checks:
      - "Performing Test HAVE_STDATOMIC"
    directories:
      source: "C:/Work/vcpkg/buildtrees/qttools/x64-windows-rel/CMakeFiles/CMakeScratch/TryCompile-2eih4k"
      binary: "C:/Work/vcpkg/buildtrees/qttools/x64-windows-rel/CMakeFiles/CMakeScratch/TryCompile-2eih4k"
    cmakeVariables:
      CMAKE_CXX_FLAGS: " /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP "
      CMAKE_CXX_FLAGS_DEBUG: "/MDd /Z7 /Ob0 /Od /RTC1 "
      CMAKE_EXE_LINKER_FLAGS: "/machine:x64"
      CMAKE_MODULE_PATH: "C:/Work/vcpkg/buildtrees/qttools/src/here-src-6-8a3f1e9a59.clean/cmake;C:/Work/vcpkg/installed/x64-windows/share/Qt6BuildInternals/../Qt6;C:/Work/vcpkg/installed/x64-windows/share/Qt6;C:/Work/vcpkg/installed/x64-windows/share/Qt6/3rdparty/extra-cmake-modules/find-modules;C:/Work/vcpkg/installed/x64-windows/share/Qt6/3rdparty/kwin"
      CMAKE_MSVC_DEBUG_INFORMATION_FORMAT: ""
      CMAKE_MSVC_RUNTIME_LIBRARY: "MultiThreaded$<$<CONFIG:Debug>:Debug>$<$<STREQUAL:dynamic,dynamic>:DLL>"
      CMAKE_OSX_DEPLOYMENT_TARGET: "14"
      VCPKG_CHAINLOAD_TOOLCHAIN_FILE: "C:/Work/vcpkg/scripts/toolchains/windows.cmake"
      VCPKG_CRT_LINKAGE: "dynamic"
      VCPKG_CXX_FLAGS: ""
      VCPKG_CXX_FLAGS_DEBUG: ""
      VCPKG_CXX_FLAGS_RELEASE: ""
      VCPKG_C_FLAGS: ""
      VCPKG_C_FLAGS_DEBUG: ""
      VCPKG_C_FLAGS_RELEASE: ""
      VCPKG_INSTALLED_DIR: "C:/Work/vcpkg/installed"
      VCPKG_LINKER_FLAGS: ""
      VCPKG_LINKER_FLAGS_DEBUG: ""
      VCPKG_LINKER_FLAGS_RELEASE: ""
      VCPKG_PLATFORM_TOOLSET: "v143"
      VCPKG_PREFER_SYSTEM_LIBS: "OFF"
      VCPKG_SET_CHARSET_FLAG: "ON"
      VCPKG_TARGET_ARCHITECTURE: "x64"
      VCPKG_TARGET_TRIPLET: "x64-windows"
      Z_VCPKG_ROOT_DIR: "C:/Work/vcpkg"
    buildResult:
      variable: "HAVE_STDATOMIC"
      cached: true
      stdout: |
        Change Dir: 'C:/Work/vcpkg/buildtrees/qttools/x64-windows-rel/CMakeFiles/CMakeScratch/TryCompile-2eih4k'
        
        Run Build Command(s): "C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" -v cmTC_5e2c9
        [1/2] C:\\PROGRA~1\\MIB055~1\\2022\\COMMUN~1\\VC\\Tools\\MSVC\\1443~1.348\\bin\\Hostx64\\x64\\cl.exe  /nologo /TP -DHAVE_STDATOMIC  /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP   /MDd /Z7 /Ob0 /Od /RTC1  -MDd /showIncludes /FoCMakeFiles\\cmTC_5e2c9.dir\\src.cxx.obj /FdCMakeFiles\\cmTC_5e2c9.dir\\ /FS -c C:\\Work\\vcpkg\\buildtrees\\qttools\\x64-windows-rel\\CMakeFiles\\CMakeScratch\\TryCompile-2eih4k\\src.cxx
        [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && "C:\\Program Files\\CMake\\bin\\cmake.exe" -E vs_link_exe --msvc-ver=1943 --intdir=CMakeFiles\\cmTC_5e2c9.dir --rc=C:\\PROGRA~2\\WI3CF2~1\\10\\bin\\100261~1.0\\x64\\rc.exe --mt=C:\\PROGRA~2\\WI3CF2~1\\10\\bin\\100261~1.0\\x64\\mt.exe --manifests  -- C:\\PROGRA~1\\MIB055~1\\2022\\COMMUN~1\\VC\\Tools\\MSVC\\1443~1.348\\bin\\Hostx64\\x64\\link.exe /nologo CMakeFiles\\cmTC_5e2c9.dir\\src.cxx.obj  /out:cmTC_5e2c9.exe /implib:cmTC_5e2c9.lib /pdb:cmTC_5e2c9.pdb /version:0.0 /machine:x64  /nologo    /debug /INCREMENTAL /subsystem:console  kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ."
        
      exitCode: 0
...
C:\Work\vcpkg\buildtrees\qttools\config-x64-windows-out.log
[1/2] "C:/Program Files/CMake/bin/cmake.exe" -E chdir "../../x64-windows-dbg" "C:/Program Files/CMake/bin/cmake.exe" "C:/Work/vcpkg/buildtrees/qttools/src/here-src-6-8a3f1e9a59.clean" "-G" "Ninja" "-DCMAKE_BUILD_TYPE=Debug" "-DCMAKE_INSTALL_PREFIX=C:/Work/vcpkg/packages/qttools_x64-windows/debug" "-DFETCHCONTENT_FULLY_DISCONNECTED=ON" "-DQT_FORCE_WARN_APPLE_SDK_AND_XCODE_CHECK=ON" "-DQT_NO_FORCE_SET_CMAKE_BUILD_TYPE:BOOL=ON" "-DQT_USE_DEFAULT_CMAKE_OPTIMIZATION_FLAGS:BOOL=ON" "-DCMAKE_FIND_PACKAGE_TARGETS_GLOBAL=ON" "-DQT_BUILD_EXAMPLES:BOOL=OFF" "-DQT_BUILD_TESTS:BOOL=OFF" "-DQT_BUILD_BENCHMARKS:BOOL=OFF" "-DHOST_PERL:PATH=C:/Work/vcpkg-cache/downloads/tools/perl/5.40.0.1/perl/bin/perl.exe" "-DINSTALL_BINDIR:STRING=bin" "-DINSTALL_LIBEXECDIR:STRING=bin" "-DINSTALL_PLUGINSDIR:STRING=Qt6/plugins" "-DINSTALL_QMLDIR:STRING=Qt6/qml" "-DFEATURE_assistant=OFF" "-DFEATURE_designer=ON" "-DFEATURE_linguist=ON" "-DFEATURE_qdbus=OFF" "-DCMAKE_REQUIRE_FIND_PACKAGE_Clang=OFF" "-DCMAKE_REQUIRE_FIND_PACKAGE_Qt6Qml=OFF" "-DCMAKE_REQUIRE_FIND_PACKAGE_Qt6Quick=OFF" "-DCMAKE_REQUIRE_FIND_PACKAGE_Qt6QuickWidgets=OFF" "-DFEATURE_distancefieldgenerator=OFF" "-DCMAKE_DISABLE_FIND_PACKAGE_Clang=ON" "-DCMAKE_DISABLE_FIND_PACKAGE_WrapLibClang=ON" "-DCMAKE_DISABLE_FIND_PACKAGE_Qt6Qml=ON" "-DCMAKE_DISABLE_FIND_PACKAGE_Qt6Quick=ON" "-DCMAKE_DISABLE_FIND_PACKAGE_Qt6QuickWidgets=ON" "-DCMAKE_DISABLE_FIND_PACKAGE_Qt6AxContainer=ON" "-DQLITEHTML_USE_SYSTEM_LITEHTML:BOOL=ON" "-DCMAKE_REQUIRE_FIND_PACKAGE_litehtml:BOOL=ON" "-DQT_SYNCQT:PATH=C:/Work/vcpkg/installed/x64-windows/tools/Qt6/bin/syncqt.pl" "-DQT_NO_FORCE_SET_CMAKE_BUILD_TYPE:BOOL=ON" "-DQT_MKSPECS_DIR:PATH=C:/Work/vcpkg/installed/x64-windows/share/Qt6/mkspecs" "-DCMAKE_OSX_DEPLOYMENT_TARGET=14" "-DCMAKE_MAKE_PROGRAM=C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" "-DBUILD_SHARED_LIBS=ON" "-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=C:/Work/vcpkg/scripts/toolchains/windows.cmake" "-DVCPKG_TARGET_TRIPLET=x64-windows" "-DVCPKG_SET_CHARSET_FLAG=ON" "-DVCPKG_PLATFORM_TOOLSET=v143" "-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON" "-DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=TRUE" "-DCMAKE_VERBOSE_MAKEFILE=ON" "-DVCPKG_APPLOCAL_DEPS=OFF" "-DCMAKE_TOOLCHAIN_FILE=C:/Work/vcpkg/scripts/buildsystems/vcpkg.cmake" "-DCMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION=ON" "-DVCPKG_CXX_FLAGS=" "-DVCPKG_CXX_FLAGS_RELEASE=" "-DVCPKG_CXX_FLAGS_DEBUG=" "-DVCPKG_C_FLAGS=" "-DVCPKG_C_FLAGS_RELEASE=" "-DVCPKG_C_FLAGS_DEBUG=" "-DVCPKG_CRT_LINKAGE=dynamic" "-DVCPKG_LINKER_FLAGS=" "-DVCPKG_LINKER_FLAGS_RELEASE=" "-DVCPKG_LINKER_FLAGS_DEBUG=" "-DVCPKG_TARGET_ARCHITECTURE=x64" "-DCMAKE_INSTALL_LIBDIR:STRING=lib" "-DCMAKE_INSTALL_BINDIR:STRING=bin" "-D_VCPKG_ROOT_DIR=C:/Work/vcpkg" "-D_VCPKG_INSTALLED_DIR=C:/Work/vcpkg/installed" "-DVCPKG_MANIFEST_INSTALL=OFF" "-DINSTALL_DOCDIR:STRING=../doc/Qt6/" "-DINSTALL_INCLUDEDIR:STRING=../include/Qt6/" "-DINSTALL_TRANSLATIONSDIR:STRING=../translations/Qt6/" "-DINSTALL_DESCRIPTIONSDIR:STRING=../share/Qt6/modules" "-DINSTALL_MKSPECSDIR:STRING=../share/Qt6/mkspecs"
FAILED: ../../x64-windows-dbg/CMakeCache.txt 
...
Skipped 671 lines
...
    QT_FEATURE_LABEL_distancefieldgenerator=Qt Distance Field Generator.
    QT_FEATURE_LABEL_kmap2qmap=kmap2qmap.
    QT_FEATURE_LABEL_linguist=Qt Linguist.
    QT_FEATURE_LABEL_pixeltool=pixeltool.
    QT_FEATURE_LABEL_qdbus=qdbus.
    QT_FEATURE_LABEL_qdoc=QDoc.
    QT_FEATURE_LABEL_qev=qev.
    QT_FEATURE_LABEL_qtattributionsscanner=Qt Attributions Scanner.
    QT_FEATURE_LABEL_qtdiag=qtdiag.
    QT_FEATURE_LABEL_qtplugininfo=qtplugininfo.
    QT_FEATURE_aesni=ON.
    QT_FEATURE_alloca=ON.
    QT_FEATURE_alloca_h=OFF.
    QT_FEATURE_alloca_malloc_h=ON.
    QT_FEATURE_android_style_assets=OFF.
    QT_FEATURE_animation=ON.
    QT_FEATURE_appstore_compliant=OFF.
    QT_FEATURE_arm_crc32=OFF.
    QT_FEATURE_arm_crypto=OFF.
    QT_FEATURE_assistant=OFF.
    QT_FEATURE_avx=ON.
    QT_FEATURE_avx2=ON.
    QT_FEATURE_avx512bw=ON.
    QT_FEATURE_avx512cd=ON.
    QT_FEATURE_avx512dq=ON.
    QT_FEATURE_avx512er=ON.
    QT_FEATURE_avx512f=ON.
    QT_FEATURE_avx512ifma=ON.
    QT_FEATURE_avx512pf=ON.
    QT_FEATURE_avx512vbmi=ON.
    QT_FEATURE_avx512vbmi2=ON.
    QT_FEATURE_avx512vl=ON.
    QT_FEATURE_backtrace=OFF.
    QT_FEATURE_broken_threadlocal_dtors=ON.
    QT_FEATURE_brotli=OFF.
    QT_FEATURE_cborstreamreader=ON.
    QT_FEATURE_cborstreamwriter=ON.
    QT_FEATURE_clang=OFF.
    QT_FEATURE_clang_rtti=OFF.
    QT_FEATURE_clangcpp=OFF.
    QT_FEATURE_clock_gettime=OFF.
    QT_FEATURE_clock_monotonic=OFF.
    QT_FEATURE_close_range=OFF.
    QT_FEATURE_commandlineparser=ON.
    QT_FEATURE_concatenatetablesproxymodel=ON.
    QT_FEATURE_concurrent=OFF.
    QT_FEATURE_cpp_winrt=ON.
    QT_FEATURE_cross_compile=OFF.
    QT_FEATURE_ctf=OFF.
    QT_FEATURE_cxx11_future=ON.
    QT_FEATURE_cxx17_filesystem=ON.
    QT_FEATURE_cxx20=OFF.
    QT_FEATURE_cxx23_stacktrace=OFF.
    QT_FEATURE_cxx2a=OFF.
    QT_FEATURE_cxx2b=OFF.
    QT_FEATURE_datestring=ON.
    QT_FEATURE_datetimeparser=ON.
    QT_FEATURE_dbus=ON.
    QT_FEATURE_dbus_linked=OFF.
    QT_FEATURE_debug=OFF.
    QT_FEATURE_debug_and_release=OFF.
    QT_FEATURE_designer=ON.
    QT_FEATURE_developer_build=OFF.
    QT_FEATURE_distancefieldgenerator=OFF.
    QT_FEATURE_dladdr=OFF.
    QT_FEATURE_dlopen=OFF.
    QT_FEATURE_dnslookup=OFF.
    QT_FEATURE_dom=ON.
    QT_FEATURE_doubleconversion=ON.
    QT_FEATURE_dtls=OFF.
    QT_FEATURE_easingcurve=ON.
    QT_FEATURE_elf_private_full_version=OFF.
    QT_FEATURE_etw=OFF.
    QT_FEATURE_f16c=ON.
    QT_FEATURE_filesystemiterator=ON.
    QT_FEATURE_filesystemwatcher=ON.
    QT_FEATURE_force_asserts=OFF.
    QT_FEATURE_force_debug_info=ON.
    QT_FEATURE_forkfd_pidfd=OFF.
    QT_FEATURE_framework=OFF.
    QT_FEATURE_futimens=OFF.
    QT_FEATURE_future=OFF.
    QT_FEATURE_gc_binaries=OFF.
    QT_FEATURE_gestures=ON.
    QT_FEATURE_getauxval=OFF.
    QT_FEATURE_getentropy=OFF.
    QT_FEATURE_getifaddrs=OFF.
    QT_FEATURE_glib=OFF.
    QT_FEATURE_glibc_fortify_source=OFF.
    QT_FEATURE_gssapi=OFF.
    QT_FEATURE_gui=ON.
    QT_FEATURE_hijricalendar=ON.
    QT_FEATURE_http=ON.
    QT_FEATURE_icu=OFF.
    QT_FEATURE_identityproxymodel=ON.
    QT_FEATURE_inotify=OFF.
    QT_FEATURE_intelcet=ON.
    QT_FEATURE_ipv6ifname=OFF.
    QT_FEATURE_islamiccivilcalendar=ON.
    QT_FEATURE_itemmodel=ON.
    QT_FEATURE_jalalicalendar=ON.
    QT_FEATURE_journald=OFF.
    QT_FEATURE_kmap2qmap=ON.
    QT_FEATURE_largefile=ON.
    QT_FEATURE_libcpp_hardening=OFF.
    QT_FEATURE_libproxy=OFF.
    QT_FEATURE_library=ON.
    QT_FEATURE_libresolv=OFF.
    QT_FEATURE_libstdcpp_assertions=OFF.
    QT_FEATURE_libudev=OFF.
    QT_FEATURE_linguist=ON.
    QT_FEATURE_linkat=OFF.
    QT_FEATURE_linux_netlink=OFF.
    QT_FEATURE_localserver=ON.
    QT_FEATURE_localtime_r=OFF.
    QT_FEATURE_localtime_s=ON.
    QT_FEATURE_lttng=OFF.
    QT_FEATURE_memmem=OFF.
    QT_FEATURE_memrchr=OFF.
    QT_FEATURE_mimetype=ON.
    QT_FEATURE_mimetype_database=ON.
    QT_FEATURE_mips_dsp=OFF.
    QT_FEATURE_mips_dspr2=OFF.
    QT_FEATURE_neon=OFF.
    QT_FEATURE_network=ON.
    QT_FEATURE_networkdiskcache=ON.
    QT_FEATURE_networkinterface=ON.
    QT_FEATURE_networklistmanager=ON.
    QT_FEATURE_networkproxy=ON.
    QT_FEATURE_no_direct_extern_access=OFF.
    QT_FEATURE_no_pkg_config=ON.
    QT_FEATURE_no_widgets=ON.
    QT_FEATURE_ocsp=OFF.
    QT_FEATURE_openssl=OFF.
    QT_FEATURE_openssl_hash=OFF.
    QT_FEATURE_openssl_linked=OFF.
    QT_FEATURE_opensslv11=OFF.
    QT_FEATURE_opensslv30=OFF.
    QT_FEATURE_permissions=ON.
    QT_FEATURE_pixeltool=OFF.
    QT_FEATURE_pkg_config=OFF.
    QT_FEATURE_plugin_manifest=ON.
    QT_FEATURE_poll_exit_on_error=OFF.
    QT_FEATURE_poll_poll=OFF.
    QT_FEATURE_poll_pollts=OFF.
    QT_FEATURE_poll_ppoll=OFF.
    QT_FEATURE_poll_select=OFF.
    QT_FEATURE_posix_fallocate=OFF.
    QT_FEATURE_posix_sem=OFF.
    QT_FEATURE_posix_shm=OFF.
    QT_FEATURE_precompile_header=ON.
    QT_FEATURE_printsupport=OFF.
    QT_FEATURE_private_tests=OFF.
    QT_FEATURE_process=ON.
    QT_FEATURE_processenvironment=ON.
    QT_FEATURE_proxymodel=ON.
    QT_FEATURE_publicsuffix_qt=ON.
    QT_FEATURE_publicsuffix_system=OFF.
    QT_FEATURE_qdbus=OFF.
    QT_FEATURE_qdoc=OFF.
    QT_FEATURE_qev=ON.
    QT_FEATURE_qqnx_pps=OFF.
    QT_FEATURE_qtattributionsscanner=ON.
    QT_FEATURE_qtdiag=OFF.
    QT_FEATURE_qtplugininfo=ON.
    QT_FEATURE_rdrnd=ON.
    QT_FEATURE_rdseed=ON.
    QT_FEATURE_reduce_exports=OFF.
    QT_FEATURE_reduce_relocations=OFF.
    QT_FEATURE_regularexpression=ON.
    QT_FEATURE_relocatable=ON.
    QT_FEATURE_relro_now_linker=OFF.
    QT_FEATURE_renameat2=OFF.
    QT_FEATURE_res_setservers=OFF.
    QT_FEATURE_rpath=OFF.
    QT_FEATURE_schannel=ON.
    QT_FEATURE_sctp=OFF.
    QT_FEATURE_securetransport=OFF.
    QT_FEATURE_separate_debug_info=OFF.
    QT_FEATURE_settings=ON.
    QT_FEATURE_sha3_fast=ON.
    QT_FEATURE_shani=ON.
    QT_FEATURE_shared=ON.
    QT_FEATURE_sharedmemory=ON.
    QT_FEATURE_shortcut=ON.
    QT_FEATURE_signaling_nan=ON.
    QT_FEATURE_simulator_and_device=OFF.
    QT_FEATURE_slog2=OFF.
    QT_FEATURE_socks5=ON.
    QT_FEATURE_sortfilterproxymodel=ON.
    QT_FEATURE_sql=OFF.
    QT_FEATURE_sse2=ON.
    QT_FEATURE_sse3=ON.
    QT_FEATURE_sse4_1=ON.
    QT_FEATURE_sse4_2=ON.
    QT_FEATURE_ssl=ON.
    QT_FEATURE_sspi=ON.
    QT_FEATURE_ssse3=ON.
    QT_FEATURE_stack_clash_protection=OFF.
    QT_FEATURE_stack_protector=OFF.
    QT_FEATURE_static=OFF.
    QT_FEATURE_std_atomic64=ON.
    QT_FEATURE_stdlib_libcpp=OFF.
    QT_FEATURE_stringlistmodel=ON.
    QT_FEATURE_syslog=OFF.
    QT_FEATURE_system_doubleconversion=ON.
    QT_FEATURE_system_libb2=OFF.
    QT_FEATURE_system_pcre2=ON.
    QT_FEATURE_system_proxies=ON.
    QT_FEATURE_system_zlib=ON.
    QT_FEATURE_systemsemaphore=ON.
    QT_FEATURE_sysv_sem=OFF.
    QT_FEATURE_sysv_shm=OFF.
    QT_FEATURE_temporaryfile=ON.
    QT_FEATURE_testlib=OFF.
    QT_FEATURE_textdate=ON.
    QT_FEATURE_thread=ON.
    QT_FEATURE_timezone=ON.
    QT_FEATURE_timezone_locale=OFF.
    QT_FEATURE_topleveldomain=ON.
    QT_FEATURE_translation=ON.
    QT_FEATURE_transposeproxymodel=ON.
    QT_FEATURE_trivial_auto_var_init_pattern=OFF.
    QT_FEATURE_udpsocket=ON.
    QT_FEATURE_use_bfd_linker=OFF.
    QT_FEATURE_use_gold_linker=OFF.
    QT_FEATURE_use_lld_linker=OFF.
    QT_FEATURE_use_mold_linker=OFF.
    QT_FEATURE_vaes=ON.
    QT_FEATURE_version_tagging=ON.
    QT_FEATURE_wasm_exceptions=OFF.
    QT_FEATURE_wasm_simd128=OFF.
    QT_FEATURE_widgets=OFF.
    QT_FEATURE_x86intrin=ON.
    QT_FEATURE_xml=ON.
    QT_FEATURE_xmlstream=ON.
    QT_FEATURE_xmlstreamreader=ON.
    QT_FEATURE_xmlstreamwriter=ON.
    QT_FEATURE_zstd=OFF.
CMake Error at C:/Work/vcpkg/installed/x64-windows/share/Qt6/QtFeature.cmake:376 (message):
  Attempting to evaluate feature opengl but its definition is missing.
  Either the feature does not exist or a dependency to the module that
  defines it is missing
Call Stack (most recent call first):
  C:/Work/vcpkg/installed/x64-windows/share/Qt6/QtFeature.cmake:141 (qt_evaluate_feature)
  C:/Work/vcpkg/installed/x64-windows/share/Qt6/QtFeature.cmake:180 (qt_internal_evaluate_config_expression)
  C:/Work/vcpkg/installed/x64-windows/share/Qt6/QtTargetHelpers.cmake:73 (qt_evaluate_config_expression)
  src/designer/src/lib/CMakeLists.txt:479 (qt_internal_extend_target)


-- Configuring incomplete, errors occurred!
ninja: build stopped: subcommand failed.
C:\Work\vcpkg\buildtrees\qttools\config-x64-windows-rel-CMakeCache.txt.log
# This is the CMakeCache file.
# For build in directory: c:/Work/vcpkg/buildtrees/qttools/x64-windows-rel
# It was generated by CMake: C:/Program Files/CMake/bin/cmake.exe
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.

########################
# EXTERNAL cache entries
########################

//Build Qt statically or dynamically
BUILD_SHARED_LIBS:BOOL=ON

BUILD_WITH_PCH:STRING=ON

//Path to a program.
CMAKE_ADDR2LINE:FILEPATH=CMAKE_ADDR2LINE-NOTFOUND

//Path to a program.
CMAKE_AR:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/lib.exe

//Choose the type of build, options are: None Debug Release RelWithDebInfo
// MinSizeRel ...
CMAKE_BUILD_TYPE:STRING=Release

CMAKE_CROSSCOMPILING:STRING=OFF

//CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/cl.exe

CMAKE_CXX_FLAGS:STRING=' /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP '

CMAKE_CXX_FLAGS_DEBUG:STRING='/MDd /Z7 /Ob0 /Od /RTC1 '

//Flags used by the CXX compiler during MINSIZEREL builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=/O1 /Ob1 /DNDEBUG

CMAKE_CXX_FLAGS_RELEASE:STRING='/MD /O2 /Oi /Gy /DNDEBUG /Z7 '

//Flags used by the CXX compiler during RELWITHDEBINFO builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=/Zi /O2 /Ob1 /DNDEBUG

//Libraries linked by default with all C++ applications.
CMAKE_CXX_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib

//C compiler
CMAKE_C_COMPILER:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/cl.exe

CMAKE_C_FLAGS:STRING=' /nologo /DWIN32 /D_WINDOWS /utf-8 /MP '

CMAKE_C_FLAGS_DEBUG:STRING='/MDd /Z7 /Ob0 /Od /RTC1 '

//Flags used by the C compiler during MINSIZEREL builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=/O1 /Ob1 /DNDEBUG

CMAKE_C_FLAGS_RELEASE:STRING='/MD /O2 /Oi /Gy /DNDEBUG /Z7 '

//Flags used by the C compiler during RELWITHDEBINFO builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=/Zi /O2 /Ob1 /DNDEBUG

//Libraries linked by default with all C applications.
CMAKE_C_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib

//No help, variable specified on the command line.
CMAKE_DISABLE_FIND_PACKAGE_Clang:UNINITIALIZED=ON

//No help, variable specified on the command line.
CMAKE_DISABLE_FIND_PACKAGE_Qt6AxContainer:UNINITIALIZED=ON

//No help, variable specified on the command line.
CMAKE_DISABLE_FIND_PACKAGE_Qt6Qml:UNINITIALIZED=ON

//No help, variable specified on the command line.
CMAKE_DISABLE_FIND_PACKAGE_Qt6Quick:UNINITIALIZED=ON

//No help, variable specified on the command line.
CMAKE_DISABLE_FIND_PACKAGE_Qt6QuickWidgets:UNINITIALIZED=ON

//No help, variable specified on the command line.
CMAKE_DISABLE_FIND_PACKAGE_WrapLibClang:UNINITIALIZED=ON

//Path to a program.
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND

//No help, variable specified on the command line.
CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION:UNINITIALIZED=ON

//Flags used by the linker during all build types.
CMAKE_EXE_LINKER_FLAGS:STRING=/machine:x64

//Flags used by the linker during DEBUG builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=/nologo    /debug /INCREMENTAL

//Flags used by the linker during MINSIZEREL builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO

CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING='/nologo /DEBUG /INCREMENTAL:NO /OPT:REF /OPT:ICF  '

//Flags used by the linker during RELWITHDEBINFO builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL

//Enable/Disable output of build database during the build.
CMAKE_EXPORT_BUILD_DATABASE:BOOL=

//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=

//No help, variable specified on the command line.
CMAKE_EXPORT_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON

...
Skipped 1218 lines
...
QT_FEATURE_reduce_relocations:INTERNAL=OFF
//Qt feature: regularexpression (from target Qt6::Core)
QT_FEATURE_regularexpression:INTERNAL=ON
//Qt feature: relocatable (from target Qt6::Core)
QT_FEATURE_relocatable:INTERNAL=ON
//Qt feature: relro_now_linker (from target Qt6::Core)
QT_FEATURE_relro_now_linker:INTERNAL=OFF
//Qt feature: renameat2 (from target Qt6::Core)
QT_FEATURE_renameat2:INTERNAL=OFF
//Qt feature: res_setservers (from target Qt6::Network)
QT_FEATURE_res_setservers:INTERNAL=OFF
//Qt feature: rpath (from target Qt6::Core)
QT_FEATURE_rpath:INTERNAL=OFF
//Qt feature: schannel (from target Qt6::Network)
QT_FEATURE_schannel:INTERNAL=ON
//Qt feature: sctp (from target Qt6::Network)
QT_FEATURE_sctp:INTERNAL=OFF
//Qt feature: securetransport (from target Qt6::Network)
QT_FEATURE_securetransport:INTERNAL=OFF
//Qt feature: separate_debug_info (from target Qt6::Core)
QT_FEATURE_separate_debug_info:INTERNAL=OFF
//Qt feature: settings (from target Qt6::Core)
QT_FEATURE_settings:INTERNAL=ON
//Qt feature: sha3_fast (from target Qt6::Core)
QT_FEATURE_sha3_fast:INTERNAL=ON
//Qt feature: shani (from target Qt6::Core)
QT_FEATURE_shani:INTERNAL=ON
//Qt feature: shared (from target Qt6::Core)
QT_FEATURE_shared:INTERNAL=ON
//Qt feature: sharedmemory (from target Qt6::Core)
QT_FEATURE_sharedmemory:INTERNAL=ON
//Qt feature: shortcut (from target Qt6::Core)
QT_FEATURE_shortcut:INTERNAL=ON
//Qt feature: signaling_nan (from target Qt6::Core)
QT_FEATURE_signaling_nan:INTERNAL=ON
//Qt feature: simulator_and_device (from target Qt6::Core)
QT_FEATURE_simulator_and_device:INTERNAL=OFF
//Qt feature: slog2 (from target Qt6::Core)
QT_FEATURE_slog2:INTERNAL=OFF
//Qt feature: socks5 (from target Qt6::Network)
QT_FEATURE_socks5:INTERNAL=ON
//Qt feature: sortfilterproxymodel (from target Qt6::Core)
QT_FEATURE_sortfilterproxymodel:INTERNAL=ON
//Qt feature: sql (from target Qt6::Core)
QT_FEATURE_sql:INTERNAL=OFF
//Qt feature: sse2 (from target Qt6::Core)
QT_FEATURE_sse2:INTERNAL=ON
//Qt feature: sse3 (from target Qt6::Core)
QT_FEATURE_sse3:INTERNAL=ON
//Qt feature: sse4_1 (from target Qt6::Core)
QT_FEATURE_sse4_1:INTERNAL=ON
//Qt feature: sse4_2 (from target Qt6::Core)
QT_FEATURE_sse4_2:INTERNAL=ON
//Qt feature: ssl (from target Qt6::Network)
QT_FEATURE_ssl:INTERNAL=ON
//Qt feature: sspi (from target Qt6::Network)
QT_FEATURE_sspi:INTERNAL=ON
//Qt feature: ssse3 (from target Qt6::Core)
QT_FEATURE_ssse3:INTERNAL=ON
//Qt feature: stack_clash_protection (from target Qt6::Core)
QT_FEATURE_stack_clash_protection:INTERNAL=OFF
//Qt feature: stack_protector (from target Qt6::Core)
QT_FEATURE_stack_protector:INTERNAL=OFF
//Qt feature: static (from target Qt6::Core)
QT_FEATURE_static:INTERNAL=OFF
//Qt feature: std_atomic64 (from target Qt6::Core)
QT_FEATURE_std_atomic64:INTERNAL=ON
//Qt feature: stdlib_libcpp (from target Qt6::Core)
QT_FEATURE_stdlib_libcpp:INTERNAL=OFF
//Qt feature: stringlistmodel (from target Qt6::Core)
QT_FEATURE_stringlistmodel:INTERNAL=ON
//Qt feature: syslog (from target Qt6::Core)
QT_FEATURE_syslog:INTERNAL=OFF
//Qt feature: system_doubleconversion (from target Qt6::Core)
QT_FEATURE_system_doubleconversion:INTERNAL=ON
//Qt feature: system_libb2 (from target Qt6::Core)
QT_FEATURE_system_libb2:INTERNAL=OFF
//Qt feature: system_pcre2 (from target Qt6::Core)
QT_FEATURE_system_pcre2:INTERNAL=ON
//Qt feature: system_proxies (from target Qt6::Network)
QT_FEATURE_system_proxies:INTERNAL=ON
//Qt feature: system_zlib (from target Qt6::Core)
QT_FEATURE_system_zlib:INTERNAL=ON
//Qt feature: systemsemaphore (from target Qt6::Core)
QT_FEATURE_systemsemaphore:INTERNAL=ON
//Qt feature: sysv_sem (from target Qt6::Core)
QT_FEATURE_sysv_sem:INTERNAL=OFF
//Qt feature: sysv_shm (from target Qt6::Core)
QT_FEATURE_sysv_shm:INTERNAL=OFF
//Qt feature: temporaryfile (from target Qt6::Core)
QT_FEATURE_temporaryfile:INTERNAL=ON
//Qt feature: testlib (from target Qt6::Core)
QT_FEATURE_testlib:INTERNAL=OFF
//Qt feature: textdate (from target Qt6::Core)
QT_FEATURE_textdate:INTERNAL=ON
//Qt feature: thread (from target Qt6::Core)
QT_FEATURE_thread:INTERNAL=ON
//Qt feature: timezone (from target Qt6::Core)
QT_FEATURE_timezone:INTERNAL=ON
//Qt feature: timezone_locale (from target Qt6::Core)
QT_FEATURE_timezone_locale:INTERNAL=OFF
//Qt feature: topleveldomain (from target Qt6::Network)
QT_FEATURE_topleveldomain:INTERNAL=ON
//Qt feature: translation (from target Qt6::Core)
QT_FEATURE_translation:INTERNAL=ON
//Qt feature: transposeproxymodel (from target Qt6::Core)
QT_FEATURE_transposeproxymodel:INTERNAL=ON
//Qt feature: trivial_auto_var_init_pattern (from target Qt6::Core)
QT_FEATURE_trivial_auto_var_init_pattern:INTERNAL=OFF
//Qt feature: udpsocket (from target Qt6::Network)
QT_FEATURE_udpsocket:INTERNAL=ON
//Qt feature: use_bfd_linker (from target Qt6::Core)
QT_FEATURE_use_bfd_linker:INTERNAL=OFF
//Qt feature: use_gold_linker (from target Qt6::Core)
QT_FEATURE_use_gold_linker:INTERNAL=OFF
//Qt feature: use_lld_linker (from target Qt6::Core)
QT_FEATURE_use_lld_linker:INTERNAL=OFF
//Qt feature: use_mold_linker (from target Qt6::Core)
QT_FEATURE_use_mold_linker:INTERNAL=OFF
//Qt feature: vaes (from target Qt6::Core)
QT_FEATURE_vaes:INTERNAL=ON
//Qt feature: version_tagging (from target Qt6::Core)
QT_FEATURE_version_tagging:INTERNAL=ON
//Qt feature: wasm_exceptions (from target Qt6::Core)
QT_FEATURE_wasm_exceptions:INTERNAL=OFF
//Qt feature: wasm_simd128 (from target Qt6::Core)
QT_FEATURE_wasm_simd128:INTERNAL=OFF
//Qt feature: widgets (from target Qt6::Core)
QT_FEATURE_widgets:INTERNAL=OFF
//Qt feature: x86intrin (from target Qt6::Core)
QT_FEATURE_x86intrin:INTERNAL=ON
//Qt feature: xml (from target Qt6::Core)
QT_FEATURE_xml:INTERNAL=ON
//Qt feature: xmlstream (from target Qt6::Core)
QT_FEATURE_xmlstream:INTERNAL=ON
//Qt feature: xmlstreamreader (from target Qt6::Core)
QT_FEATURE_xmlstreamreader:INTERNAL=ON
//Qt feature: xmlstreamwriter (from target Qt6::Core)
QT_FEATURE_xmlstreamwriter:INTERNAL=ON
//Qt feature: zstd (from target Qt6::Core)
QT_FEATURE_zstd:INTERNAL=OFF
//Configuring Qt Project from IDE
QT_INTERNAL_CONFIGURE_FROM_IDE:INTERNAL=FALSE
QT_KNOWN_FEATURES:INTERNAL=assistant;clang;clang_rtti;qdoc;clangcpp;designer;distancefieldgenerator;kmap2qmap;linguist;pixeltool;qdbus;qev;qtattributionsscanner;qtdiag;qtplugininfo
//Known Qt modules with tools
QT_KNOWN_MODULES_WITH_TOOLS:INTERNAL=;Linguist
//Known Qt module Linguist tools
QT_KNOWN_MODULE_Linguist_TOOLS:INTERNAL=lconvert;lprodump;lrelease;lrelease-pro;lupdate;lupdate-pro
//Known Qt plugins
QT_KNOWN_PLUGINS:INTERNAL=
//Known current repo Qt modules
QT_REPO_KNOWN_MODULES:INTERNAL=Tools;Linguist;Designer
//Known current repo Qt plug-in types
QT_REPO_KNOWN_PLUGIN_TYPES:INTERNAL=designer
//internal command prefix for tool invocations
QT_TOOL_PATH_SETUP_COMMAND:INTERNAL=COMMAND;set;PATH=C:\Work\vcpkg\installed\x64-windows\bin$<SEMICOLON>%PATH%
//Are tools going to be built
QT_WILL_BUILD_TOOLS:INTERNAL=TRUE
//Do tool targets need to be renamed
QT_WILL_RENAME_TOOL_TARGETS:INTERNAL=FALSE
TEST_architecture_arch:INTERNAL=x86_64
TEST_buildAbi:INTERNAL=x86_64-little_endian-lp64
TEST_ld_version_script:INTERNAL=OFF
TEST_subarch_result:INTERNAL=
//Install the dependencies listed in your manifest:
//\n    If this is off, you will have to manually install your dependencies.
//\n    See https://github.com/microsoft/vcpkg/tree/master/docs/specifications/manifests.md
// for more info.
//\n
VCPKG_MANIFEST_INSTALL:INTERNAL=OFF
//ADVANCED property for variable: VCPKG_VERBOSE
VCPKG_VERBOSE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZSTD_INCLUDE_DIRS
ZSTD_INCLUDE_DIRS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZSTD_LIBRARY_DEBUG
ZSTD_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZSTD_LIBRARY_RELEASE
ZSTD_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//Making sure VCPKG_MANIFEST_MODE doesn't change
Z_VCPKG_CHECK_MANIFEST_MODE:INTERNAL=OFF
//Vcpkg root directory
Z_VCPKG_ROOT_DIR:INTERNAL=C:/Work/vcpkg
//CMAKE_INSTALL_PREFIX during last run
_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=C:/Work/vcpkg/packages/qttools_x64-windows
//Compiler reason failure
_Python3_Compiler_REASON_FAILURE:INTERNAL=
//Development reason failure
_Python3_Development_REASON_FAILURE:INTERNAL=
//Path to a program.
_Python3_EXECUTABLE:INTERNAL=C:/Python312/python.exe
//Path to a program.
_Python3_EXECUTABLE_DEBUG:INTERNAL=_Python3_EXECUTABLE_DEBUG-NOTFOUND
//Python3 Properties
_Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;12;9;64;32;<none>;cp312-win_amd64;;C:\Python312\Lib;C:\Python312\Lib;C:\Python312\Lib\site-packages;C:\Python312\Lib\site-packages
_Python3_INTERPRETER_SIGNATURE:INTERNAL=b99382995dc1911cf255ce65371f8e57
//NumPy reason failure
_Python3_NumPy_REASON_FAILURE:INTERNAL=
__pkg_config_checked_PC_ZSTD:INTERNAL=1

C:\Work\vcpkg\buildtrees\qttools\config-x64-windows-dbg-CMakeCache.txt.log
# This is the CMakeCache file.
# For build in directory: c:/Work/vcpkg/buildtrees/qttools/x64-windows-dbg
# It was generated by CMake: C:/Program Files/CMake/bin/cmake.exe
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.

########################
# EXTERNAL cache entries
########################

//Build Qt statically or dynamically
BUILD_SHARED_LIBS:BOOL=ON

BUILD_WITH_PCH:STRING=ON

//Path to a program.
CMAKE_ADDR2LINE:FILEPATH=CMAKE_ADDR2LINE-NOTFOUND

//Path to a program.
CMAKE_AR:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/lib.exe

//Choose the type of build, options are: None Debug Release RelWithDebInfo
// MinSizeRel ...
CMAKE_BUILD_TYPE:STRING=Debug

CMAKE_CROSSCOMPILING:STRING=OFF

//CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/cl.exe

CMAKE_CXX_FLAGS:STRING=' /nologo /DWIN32 /D_WINDOWS /utf-8 /GR /EHsc /MP '

CMAKE_CXX_FLAGS_DEBUG:STRING='/MDd /Z7 /Ob0 /Od /RTC1 '

//Flags used by the CXX compiler during MINSIZEREL builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=/O1 /Ob1 /DNDEBUG

CMAKE_CXX_FLAGS_RELEASE:STRING='/MD /O2 /Oi /Gy /DNDEBUG /Z7 '

//Flags used by the CXX compiler during RELWITHDEBINFO builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=/Zi /O2 /Ob1 /DNDEBUG

//Libraries linked by default with all C++ applications.
CMAKE_CXX_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib

//C compiler
CMAKE_C_COMPILER:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/cl.exe

CMAKE_C_FLAGS:STRING=' /nologo /DWIN32 /D_WINDOWS /utf-8 /MP '

CMAKE_C_FLAGS_DEBUG:STRING='/MDd /Z7 /Ob0 /Od /RTC1 '

//Flags used by the C compiler during MINSIZEREL builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=/O1 /Ob1 /DNDEBUG

CMAKE_C_FLAGS_RELEASE:STRING='/MD /O2 /Oi /Gy /DNDEBUG /Z7 '

//Flags used by the C compiler during RELWITHDEBINFO builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=/Zi /O2 /Ob1 /DNDEBUG

//Libraries linked by default with all C applications.
CMAKE_C_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib

//No help, variable specified on the command line.
CMAKE_DISABLE_FIND_PACKAGE_Clang:UNINITIALIZED=ON

//No help, variable specified on the command line.
CMAKE_DISABLE_FIND_PACKAGE_Qt6AxContainer:UNINITIALIZED=ON

//No help, variable specified on the command line.
CMAKE_DISABLE_FIND_PACKAGE_Qt6Qml:UNINITIALIZED=ON

//No help, variable specified on the command line.
CMAKE_DISABLE_FIND_PACKAGE_Qt6Quick:UNINITIALIZED=ON

//No help, variable specified on the command line.
CMAKE_DISABLE_FIND_PACKAGE_Qt6QuickWidgets:UNINITIALIZED=ON

//No help, variable specified on the command line.
CMAKE_DISABLE_FIND_PACKAGE_WrapLibClang:UNINITIALIZED=ON

//Path to a program.
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND

//No help, variable specified on the command line.
CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION:UNINITIALIZED=ON

//Flags used by the linker during all build types.
CMAKE_EXE_LINKER_FLAGS:STRING=/machine:x64

//Flags used by the linker during DEBUG builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=/nologo    /debug /INCREMENTAL

//Flags used by the linker during MINSIZEREL builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO

CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING='/nologo /DEBUG /INCREMENTAL:NO /OPT:REF /OPT:ICF  '

//Flags used by the linker during RELWITHDEBINFO builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL

...
Skipped 1241 lines
...
QT_FEATURE_schannel:INTERNAL=ON
//Qt feature: sctp (from target Qt6::Network)
QT_FEATURE_sctp:INTERNAL=OFF
//Qt feature: securetransport (from target Qt6::Network)
QT_FEATURE_securetransport:INTERNAL=OFF
//Qt feature: separate_debug_info (from target Qt6::Core)
QT_FEATURE_separate_debug_info:INTERNAL=OFF
//Qt feature: settings (from target Qt6::Core)
QT_FEATURE_settings:INTERNAL=ON
//Qt feature: sha3_fast (from target Qt6::Core)
QT_FEATURE_sha3_fast:INTERNAL=ON
//Qt feature: shani (from target Qt6::Core)
QT_FEATURE_shani:INTERNAL=ON
//Qt feature: shared (from target Qt6::Core)
QT_FEATURE_shared:INTERNAL=ON
//Qt feature: sharedmemory (from target Qt6::Core)
QT_FEATURE_sharedmemory:INTERNAL=ON
//Qt feature: shortcut (from target Qt6::Core)
QT_FEATURE_shortcut:INTERNAL=ON
//Qt feature: signaling_nan (from target Qt6::Core)
QT_FEATURE_signaling_nan:INTERNAL=ON
//Qt feature: simulator_and_device (from target Qt6::Core)
QT_FEATURE_simulator_and_device:INTERNAL=OFF
//Qt feature: slog2 (from target Qt6::Core)
QT_FEATURE_slog2:INTERNAL=OFF
//Qt feature: socks5 (from target Qt6::Network)
QT_FEATURE_socks5:INTERNAL=ON
//Qt feature: sortfilterproxymodel (from target Qt6::Core)
QT_FEATURE_sortfilterproxymodel:INTERNAL=ON
//Qt feature: sql (from target Qt6::Core)
QT_FEATURE_sql:INTERNAL=OFF
//Qt feature: sse2 (from target Qt6::Core)
QT_FEATURE_sse2:INTERNAL=ON
//Qt feature: sse3 (from target Qt6::Core)
QT_FEATURE_sse3:INTERNAL=ON
//Qt feature: sse4_1 (from target Qt6::Core)
QT_FEATURE_sse4_1:INTERNAL=ON
//Qt feature: sse4_2 (from target Qt6::Core)
QT_FEATURE_sse4_2:INTERNAL=ON
//Qt feature: ssl (from target Qt6::Network)
QT_FEATURE_ssl:INTERNAL=ON
//Qt feature: sspi (from target Qt6::Network)
QT_FEATURE_sspi:INTERNAL=ON
//Qt feature: ssse3 (from target Qt6::Core)
QT_FEATURE_ssse3:INTERNAL=ON
//Qt feature: stack_clash_protection (from target Qt6::Core)
QT_FEATURE_stack_clash_protection:INTERNAL=OFF
//Qt feature: stack_protector (from target Qt6::Core)
QT_FEATURE_stack_protector:INTERNAL=OFF
//Qt feature: static (from target Qt6::Core)
QT_FEATURE_static:INTERNAL=OFF
//Qt feature: std_atomic64 (from target Qt6::Core)
QT_FEATURE_std_atomic64:INTERNAL=ON
//Qt feature: stdlib_libcpp (from target Qt6::Core)
QT_FEATURE_stdlib_libcpp:INTERNAL=OFF
//Qt feature: stringlistmodel (from target Qt6::Core)
QT_FEATURE_stringlistmodel:INTERNAL=ON
//Qt feature: syslog (from target Qt6::Core)
QT_FEATURE_syslog:INTERNAL=OFF
//Qt feature: system_doubleconversion (from target Qt6::Core)
QT_FEATURE_system_doubleconversion:INTERNAL=ON
//Qt feature: system_libb2 (from target Qt6::Core)
QT_FEATURE_system_libb2:INTERNAL=OFF
//Qt feature: system_pcre2 (from target Qt6::Core)
QT_FEATURE_system_pcre2:INTERNAL=ON
//Qt feature: system_proxies (from target Qt6::Network)
QT_FEATURE_system_proxies:INTERNAL=ON
//Qt feature: system_zlib (from target Qt6::Core)
QT_FEATURE_system_zlib:INTERNAL=ON
//Qt feature: systemsemaphore (from target Qt6::Core)
QT_FEATURE_systemsemaphore:INTERNAL=ON
//Qt feature: sysv_sem (from target Qt6::Core)
QT_FEATURE_sysv_sem:INTERNAL=OFF
//Qt feature: sysv_shm (from target Qt6::Core)
QT_FEATURE_sysv_shm:INTERNAL=OFF
//Qt feature: temporaryfile (from target Qt6::Core)
QT_FEATURE_temporaryfile:INTERNAL=ON
//Qt feature: testlib (from target Qt6::Core)
QT_FEATURE_testlib:INTERNAL=OFF
//Qt feature: textdate (from target Qt6::Core)
QT_FEATURE_textdate:INTERNAL=ON
//Qt feature: thread (from target Qt6::Core)
QT_FEATURE_thread:INTERNAL=ON
//Qt feature: timezone (from target Qt6::Core)
QT_FEATURE_timezone:INTERNAL=ON
//Qt feature: timezone_locale (from target Qt6::Core)
QT_FEATURE_timezone_locale:INTERNAL=OFF
//Qt feature: topleveldomain (from target Qt6::Network)
QT_FEATURE_topleveldomain:INTERNAL=ON
//Qt feature: translation (from target Qt6::Core)
QT_FEATURE_translation:INTERNAL=ON
//Qt feature: transposeproxymodel (from target Qt6::Core)
QT_FEATURE_transposeproxymodel:INTERNAL=ON
//Qt feature: trivial_auto_var_init_pattern (from target Qt6::Core)
QT_FEATURE_trivial_auto_var_init_pattern:INTERNAL=OFF
//Qt feature: udpsocket (from target Qt6::Network)
QT_FEATURE_udpsocket:INTERNAL=ON
//Qt feature: use_bfd_linker (from target Qt6::Core)
QT_FEATURE_use_bfd_linker:INTERNAL=OFF
//Qt feature: use_gold_linker (from target Qt6::Core)
QT_FEATURE_use_gold_linker:INTERNAL=OFF
//Qt feature: use_lld_linker (from target Qt6::Core)
QT_FEATURE_use_lld_linker:INTERNAL=OFF
//Qt feature: use_mold_linker (from target Qt6::Core)
QT_FEATURE_use_mold_linker:INTERNAL=OFF
//Qt feature: vaes (from target Qt6::Core)
QT_FEATURE_vaes:INTERNAL=ON
//Qt feature: version_tagging (from target Qt6::Core)
QT_FEATURE_version_tagging:INTERNAL=ON
//Qt feature: wasm_exceptions (from target Qt6::Core)
QT_FEATURE_wasm_exceptions:INTERNAL=OFF
//Qt feature: wasm_simd128 (from target Qt6::Core)
QT_FEATURE_wasm_simd128:INTERNAL=OFF
//Qt feature: widgets (from target Qt6::Core)
QT_FEATURE_widgets:INTERNAL=OFF
//Qt feature: x86intrin (from target Qt6::Core)
QT_FEATURE_x86intrin:INTERNAL=ON
//Qt feature: xml (from target Qt6::Core)
QT_FEATURE_xml:INTERNAL=ON
//Qt feature: xmlstream (from target Qt6::Core)
QT_FEATURE_xmlstream:INTERNAL=ON
//Qt feature: xmlstreamreader (from target Qt6::Core)
QT_FEATURE_xmlstreamreader:INTERNAL=ON
//Qt feature: xmlstreamwriter (from target Qt6::Core)
QT_FEATURE_xmlstreamwriter:INTERNAL=ON
//Qt feature: zstd (from target Qt6::Core)
QT_FEATURE_zstd:INTERNAL=OFF
//Configuring Qt Project from IDE
QT_INTERNAL_CONFIGURE_FROM_IDE:INTERNAL=FALSE
QT_KNOWN_FEATURES:INTERNAL=assistant;clang;clang_rtti;qdoc;clangcpp;designer;distancefieldgenerator;kmap2qmap;linguist;pixeltool;qdbus;qev;qtattributionsscanner;qtdiag;qtplugininfo
//Known Qt modules with tools
QT_KNOWN_MODULES_WITH_TOOLS:INTERNAL=;Linguist
//Known Qt module Linguist tools
QT_KNOWN_MODULE_Linguist_TOOLS:INTERNAL=lconvert;lprodump;lrelease;lrelease-pro;lupdate;lupdate-pro
//Known Qt plugins
QT_KNOWN_PLUGINS:INTERNAL=
//Known current repo Qt modules
QT_REPO_KNOWN_MODULES:INTERNAL=Tools;Linguist;Designer
//Known current repo Qt plug-in types
QT_REPO_KNOWN_PLUGIN_TYPES:INTERNAL=designer
//internal command prefix for tool invocations
QT_TOOL_PATH_SETUP_COMMAND:INTERNAL=COMMAND;set;PATH=C:\Work\vcpkg\installed\x64-windows\bin$<SEMICOLON>%PATH%
//Are tools going to be built
QT_WILL_BUILD_TOOLS:INTERNAL=TRUE
//Do tool targets need to be renamed
QT_WILL_RENAME_TOOL_TARGETS:INTERNAL=FALSE
TEST_architecture_arch:INTERNAL=x86_64
TEST_buildAbi:INTERNAL=x86_64-little_endian-lp64
TEST_ld_version_script:INTERNAL=OFF
TEST_subarch_result:INTERNAL=
//Install the dependencies listed in your manifest:
//\n    If this is off, you will have to manually install your dependencies.
//\n    See https://github.com/microsoft/vcpkg/tree/master/docs/specifications/manifests.md
// for more info.
//\n
VCPKG_MANIFEST_INSTALL:INTERNAL=OFF
//ADVANCED property for variable: VCPKG_VERBOSE
VCPKG_VERBOSE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZSTD_INCLUDE_DIRS
ZSTD_INCLUDE_DIRS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZSTD_LIBRARY_DEBUG
ZSTD_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZSTD_LIBRARY_RELEASE
ZSTD_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//Making sure VCPKG_MANIFEST_MODE doesn't change
Z_VCPKG_CHECK_MANIFEST_MODE:INTERNAL=OFF
//Vcpkg root directory
Z_VCPKG_ROOT_DIR:INTERNAL=C:/Work/vcpkg
//CMAKE_INSTALL_PREFIX during last run
_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=C:/Work/vcpkg/packages/qttools_x64-windows/debug
//Compiler reason failure
_Python3_Compiler_REASON_FAILURE:INTERNAL=
//Development reason failure
_Python3_Development_REASON_FAILURE:INTERNAL=
//Path to a program.
_Python3_EXECUTABLE:INTERNAL=C:/Python312/python.exe
//Path to a program.
_Python3_EXECUTABLE_DEBUG:INTERNAL=_Python3_EXECUTABLE_DEBUG-NOTFOUND
//Python3 Properties
_Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;12;9;64;32;<none>;cp312-win_amd64;;C:\Python312\Lib;C:\Python312\Lib;C:\Python312\Lib\site-packages;C:\Python312\Lib\site-packages
_Python3_INTERPRETER_SIGNATURE:INTERNAL=b99382995dc1911cf255ce65371f8e57
//NumPy reason failure
_Python3_NumPy_REASON_FAILURE:INTERNAL=
__pkg_config_checked_PC_ZSTD:INTERNAL=1


I believe the problem is a missing dependency of the qttools feature "designer". It apparently needs qtbase to have the feature "widgets", but it doesn't depend on it.
Running vcpkg install --recurse --host-triplet=x64-windows --triplet=x64-windows-release "qtbase[core,widgets]:x64-windows" "qttools[core,linguist]:x64-windows-release" succeeds.

Metadata

Metadata

Assignees

Labels

category:port-featureThe issue is with a library, which is requesting new capabilities that didn’t exist

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions