Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-99201

When building for Windows ARM64, configure failed because the tool "Qt6::qsb" was not found in the Qt6ShaderToolsTools package

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • 6.2.2
    • Build System: CMake
    • None
    • VS2022, MSVC v143 X64
    • Windows

    Description

      However, the X64 build (without -qt-host-path and -xplatfrom args)didn't have this issue.

       PS C:\Users\tommy\Desktop\qt\6.2.2\buildARM64> ..\configure.bat -opensource -platform win32-msvc -xplatform win32-arm64-msvc -prefix "C:\qtqt"  -confirm-license  -nomake examples -nomake tests  -mp -qt-host-path C:\Qt\6.2.2\msvc2019_64
      + cd qtbase
      + C:\Users\tommy\Desktop\qt\6.2.2\qtbase\configure.bat -top-level -opensource -platform win32-msvc -xplatform win32-arm64-msvc -prefix C:\qtqt -confirm-license -nomake examples -nomake tests -mp -qt-host-path C:\Qt\6.2.2\msvc2019_64
      'C:/Program Files/CMake/bin/cmake.exe' '-DQT_HOST_PATH=C://Qt//6.2.2//msvc2019_64' '-DCMAKE_INSTALL_PREFIX=C://qtqt' '-DQT_QMAKE_TARGET_MKSPEC=win32-msvc' '-DQT_QMAKE_TARGET_MKSPEC=win32-arm64-msvc' '-DCMAKE_C_COMPILER=cl' '-DCMAKE_CXX_COMPILER=cl' '-DQT_BUILD_EXAMPLES=FALSE' '-DQT_BUILD_TESTS=FALSE' '-DINPUT_msvc_mp=yes' '-G' 'Ninja' 'C:/Users/tommy/Desktop/qt/6.2.2'
      -- The CXX compiler identification is MSVC 19.31.30818.0
      -- The C compiler identification is MSVC 19.31.30818.0
      -- The ASM compiler identification is MSVC
      -- Found assembler: C:/Program Files/Microsoft Visual Studio/2022/Preview/VC/Tools/MSVC/14.31.30818/bin/Hostx64/arm64/cl.exe
      -- Detecting CXX compiler ABI info
      -- Detecting CXX compiler ABI info - done
      -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Preview/VC/Tools/MSVC/14.31.30818/bin/Hostx64/arm64/cl.exe - skipped
      -- Detecting CXX compile features
      -- Detecting CXX compile features - done
      -- Detecting C compiler ABI info
      -- Detecting C compiler ABI info - done
      -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Preview/VC/Tools/MSVC/14.31.30818/bin/Hostx64/arm64/cl.exe - skipped
      -- Detecting C compile features
      -- Detecting C compile features - done
      Checking dependencies of 'qtbase'
      Checking dependencies of 'qtshadertools'
      Checking dependencies of 'qtsvg'
      Checking dependencies of 'qtimageformats'
      Checking dependencies of 'qtdeclarative'
      Checking dependencies of 'qt3d'
      Checking dependencies of 'qt5compat'
      Checking dependencies of 'qtactiveqt'
      Checking dependencies of 'qtmultimedia'
      Checking dependencies of 'qtcharts'
      Checking dependencies of 'qtcoap'
      Checking dependencies of 'qtconnectivity'
      Checking dependencies of 'qtdatavis3d'
      Checking dependencies of 'qttools'
      Checking dependencies of 'qtdoc'
      Checking dependencies of 'qtlottie'
      Checking dependencies of 'qtmqtt'
      Checking dependencies of 'qtnetworkauth'
      Checking dependencies of 'qtopcua'
      Checking dependencies of 'qtserialport'
      Checking dependencies of 'qtpositioning'
      Checking dependencies of 'qtquicktimeline'
      Checking dependencies of 'qtquick3d'
      Checking dependencies of 'qtremoteobjects'
      Checking dependencies of 'qtscxml'
      Checking dependencies of 'qtsensors'
      Checking dependencies of 'qtserialbus'
      Checking dependencies of 'qttranslations'
      Checking dependencies of 'qtvirtualkeyboard'
      Checking dependencies of 'qtwayland'
      Checking dependencies of 'qtwebsockets'
      Checking dependencies of 'qtwebchannel'
      Checking dependencies of 'qtwebengine'
      Checking dependencies of 'qtwebview'
      Configuring 'qtbase'
      -- Check for feature set changes
      -- Building architecture extraction project with the following CMake arguments:
          -DCMAKE_OBJCOPY=C:/Strawberry/c/bin/objcopy.exe
          -DCMAKE_C_STANDARD=11
          -DCMAKE_CXX_STANDARD=17
          -DCMAKE_MODULE_PATH:STRING=C:/Users/tommy/Desktop/qt/6.2.2/qtbase/cmake/platforms
      -- Extracting architecture info from C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/qtbase/config.tests/arch/architecture_test.exe.
      -- Performing Test HAVE_LD_VERSION_SCRIPT
      -- Performing Test HAVE_LD_VERSION_SCRIPT - Failed
      -- Performing Test HAVE_WIN10_WIN32_WINNT
      -- Performing Test HAVE_WIN10_WIN32_WINNT - Success
      -- CMAKE_VERSION: "3.22.0-rc1"
      -- CMAKE_HOST_SYSTEM: "Windows-10.0.19044"
      -- CMAKE_HOST_SYSTEM_NAME: "Windows"
      -- CMAKE_HOST_SYSTEM_VERSION: "10.0.19044"
      -- CMAKE_HOST_SYSTEM_PROCESSOR: "AMD64"
      -- CMAKE_SYSTEM: "Windows"
      -- CMAKE_SYSTEM_NAME: "Windows"
      -- CMAKE_SYSTEM_VERSION: "10"
      -- CMAKE_SYSTEM_PROCESSOR: "arm64"
      -- CMAKE_CROSSCOMPILING: "TRUE"
      -- CMAKE_C_COMPILER: "C:/Program Files/Microsoft Visual Studio/2022/Preview/VC/Tools/MSVC/14.31.30818/bin/Hostx64/arm64/cl.exe" (19.31.30818.0)
      -- CMAKE_CXX_COMPILER: "C:/Program Files/Microsoft Visual Studio/2022/Preview/VC/Tools/MSVC/14.31.30818/bin/Hostx64/arm64/cl.exe" (19.31.30818.0)
      -- MSVC_VERSION: "1931"
      -- MSVC_TOOLSET_VERSION: "143"
      -- Could NOT find ZLIB (missing: ZLIB_LIBRARY) (found suitable version "1.2.11", minimum required is "1.0.8")
      -- Could NOT find WrapZLIB (missing: WrapZLIB_FOUND) (Required is at least version "1.0.8")
      -- Could NOT find ZSTD: Found unsuitable version "", but required is at least "1.3" (found ZSTD_LIBRARY-NOTFOUND)
      -- Could NOT find WrapDBus1 (missing: DBus1_LIBRARY DBus1_INCLUDE_DIR WrapDBus1_FOUND) (Required is at least version "1.2")
      -- Performing Test HAVE_cxx14
      -- Performing Test HAVE_cxx14 - Success
      -- Performing Test HAVE_cxx17
      -- Performing Test HAVE_cxx17 - Success
      -- Performing Test HAVE_cxx20
      -- Performing Test HAVE_cxx20 - Success
      -- Performing Test precompiled header support
      -- Performing Test precompiled header support - Success
      -- Performing Test TEST_use_bfd_linker
      -- Performing Test TEST_use_bfd_linker - Failed
      -- Performing Test TEST_use_gold_linker
      -- Performing Test TEST_use_gold_linker - Failed
      -- Performing Test TEST_use_lld_linker
      -- Performing Test TEST_use_lld_linker - Failed
      -- Performing Test TEST_optimize_debug
      -- Performing Test TEST_optimize_debug - Failed
      -- Performing Test TEST_enable_new_dtags
      -- Performing Test TEST_enable_new_dtags - Success
      -- Performing Test TEST_gdb_index
      -- Performing Test TEST_gdb_index - Success
      -- Performing Test HAVE_reduce_relocations
      -- Performing Test HAVE_reduce_relocations - Failed
      -- Performing Test separate debug information support
      -- Performing Test separate debug information support - Failed
      -- Performing Test HAVE_signaling_nan
      -- Performing Test HAVE_signaling_nan - Success
      -- Performing SIMD Test SSE2 instructions
      -- Performing SIMD Test SSE2 instructions - Failed
      -- Performing SIMD Test SSE3 instructions
      -- Performing SIMD Test SSE3 instructions - Failed
      -- Performing SIMD Test SSSE3 instructions
      -- Performing SIMD Test SSSE3 instructions - Failed
      -- Performing SIMD Test SSE4.1 instructions
      -- Performing SIMD Test SSE4.1 instructions - Failed
      -- Performing SIMD Test SSE4.2 instructions
      -- Performing SIMD Test SSE4.2 instructions - Failed
      -- Performing SIMD Test AES new instructions
      -- Performing SIMD Test AES new instructions - Failed
      -- Performing SIMD Test F16C instructions
      -- Performing SIMD Test F16C instructions - Failed
      -- Performing SIMD Test RDRAND instruction
      -- Performing SIMD Test RDRAND instruction - Failed
      -- Performing SIMD Test RDSEED instruction
      -- Performing SIMD Test RDSEED instruction - Failed
      -- Performing SIMD Test SHA new instructions
      -- Performing SIMD Test SHA new instructions - Failed
      -- Performing SIMD Test AVX instructions
      -- Performing SIMD Test AVX instructions - Failed
      -- Performing SIMD Test AVX2 instructions
      -- Performing SIMD Test AVX2 instructions - Failed
      -- Performing SIMD Test AVX512 F instructions
      -- Performing SIMD Test AVX512 F instructions - Failed
      -- Performing SIMD Test AVX512 ER instructions
      -- Performing SIMD Test AVX512 ER instructions - Failed
      -- Performing SIMD Test AVX512 CD instructions
      -- Performing SIMD Test AVX512 CD instructions - Failed
      -- Performing SIMD Test AVX512 PF instructions
      -- Performing SIMD Test AVX512 PF instructions - Failed
      -- Performing SIMD Test AVX512 DQ instructions
      -- Performing SIMD Test AVX512 DQ instructions - Failed
      -- Performing SIMD Test AVX512 BW instructions
      -- Performing SIMD Test AVX512 BW instructions - Failed
      -- Performing SIMD Test AVX512 VL instructions
      -- Performing SIMD Test AVX512 VL instructions - Failed
      -- Performing SIMD Test AVX512 IFMA instructions
      -- Performing SIMD Test AVX512 IFMA instructions - Failed
      -- Performing SIMD Test AVX512 VBMI instructions
      -- Performing SIMD Test AVX512 VBMI instructions - Failed
      -- Performing Test HAVE_posix_fallocate
      -- Performing Test HAVE_posix_fallocate - Failed
      -- Performing Test HAVE_alloca_stdlib_h
      -- Performing Test HAVE_alloca_stdlib_h - Failed
      -- Performing Test HAVE_alloca_h
      -- Performing Test HAVE_alloca_h - Failed
      -- Performing Test HAVE_alloca_malloc_h
      -- Performing Test HAVE_alloca_malloc_h - Success
      -- Performing Test HAVE_stack_protector
      -- Performing Test HAVE_stack_protector - Success
      -- Performing Test HAVE_intelcet
      -- Performing Test HAVE_intelcet - Failed
      -- Could NOT find double-conversion (missing: double-conversion_DIR)
      -- Could NOT find WrapDoubleConversion (missing: WrapDoubleConversion_FOUND)
      -- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
      -- Found the following ICU libraries:
      --   i18n (required)
      --   uc (required)
      --   data (required)
      -- Failed to find all ICU components (missing: ICU_INCLUDE_DIR)
      -- Performing Test HAVE_STDATOMIC
      -- Performing Test HAVE_STDATOMIC - Success
      -- Found WrapAtomic: TRUE
      -- Could NOT find Libb2 (missing: LIBB2_LIBRARY LIBB2_INCLUDE_DIR)
      -- Performing Test HAVE_GETTIME
      -- Performing Test HAVE_GETTIME - Failed
      -- Could NOT find WrapRt (missing: WrapRt_FOUND)
      -- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
      -- Could NOT find WrapSystemPCRE2 (missing: PCRE2_LIBRARIES PCRE2_INCLUDE_DIRS __pcre2_found) (Required is at least version "10.20")
      -- Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY)
      -- Performing Test HAVE_atomicfptr
      -- Performing Test HAVE_atomicfptr - Success
      -- Performing Test HAVE_cloexec
      -- Performing Test HAVE_cloexec - Failed
      -- Performing Test HAVE_cxx11_future
      -- Performing Test HAVE_cxx11_future - Success
      -- Performing Test HAVE_cxx11_random
      -- Performing Test HAVE_cxx11_random - Success
      -- Performing Test HAVE_cxx17_filesystem
      -- Performing Test HAVE_cxx17_filesystem - Success
      -- Performing Test HAVE_eventfd
      -- Performing Test HAVE_eventfd - Failed
      -- Performing Test HAVE_futimens
      -- Performing Test HAVE_futimens - Failed
      -- Performing Test HAVE_futimes
      -- Performing Test HAVE_futimes - Failed
      -- Performing Test HAVE_getauxval
      -- Performing Test HAVE_getauxval - Failed
      -- Performing Test HAVE_getentropy
      -- Performing Test HAVE_getentropy - Failed
      -- Performing Test HAVE_glibc
      -- Performing Test HAVE_glibc - Failed
      -- Performing Test HAVE_inotify
      -- Performing Test HAVE_inotify - Failed
      -- Performing Test HAVE_ipc_sysv
      -- Performing Test HAVE_ipc_sysv - Failed
      -- Performing Test HAVE_ipc_posix
      -- Performing Test HAVE_ipc_posix - Failed
      -- Performing Test HAVE_linkat
      -- Performing Test HAVE_linkat - Failed
      -- Performing Test HAVE_ppoll
      -- Performing Test HAVE_ppoll - Failed
      -- Performing Test HAVE_pollts
      -- Performing Test HAVE_pollts - Failed
      -- Performing Test HAVE_poll
      -- Performing Test HAVE_poll - Failed
      -- Performing Test HAVE_renameat2
      -- Performing Test HAVE_renameat2 - Failed
      -- Performing Test HAVE_statx
      -- Performing Test HAVE_statx - Failed
      -- Performing Test HAVE_syslog
      -- Performing Test HAVE_syslog - Failed
      -- Performing Test HAVE_xlocalescanprint
      -- Performing Test HAVE_xlocalescanprint - Failed
      -- Could NOT find WrapBrotli (missing: BrotliDec_FOUND BrotliEnc_FOUND BrotliCommon_FOUND)
      -- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY) (found version "1.1.1i")
      -- Found WrapOpenSSLHeaders: C:/Strawberry/c/include (found version "1.1.1i")
      -- Performing Test HAVE_openssl_headers
      -- Performing Test HAVE_openssl_headers - Success
      -- Could NOT find WrapOpenSSL (missing: OPENSSL_CRYPTO_LIBRARY) (found version "1.1.1i")
      -- Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS)
      -- Performing Test HAVE_getifaddrs
      -- Performing Test HAVE_getifaddrs - Failed
      -- Performing Test HAVE_ifr_index
      -- Performing Test HAVE_ifr_index - Failed
      -- Performing Test HAVE_ipv6ifname
      -- Performing Test HAVE_ipv6ifname - Failed
      -- Performing Test HAVE_linux_netlink
      -- Performing Test HAVE_linux_netlink - Failed
      -- Performing Test HAVE_sctp
      -- Performing Test HAVE_sctp - Failed
      -- Performing Test HAVE_dtls
      -- Performing Test HAVE_dtls - Success
      -- Performing Test HAVE_ocsp
      -- Performing Test HAVE_ocsp - Success
      -- Performing Test HAVE_networklistmanager
      -- Performing Test HAVE_networklistmanager - Success
      -- FindLibdrm.cmake cannot find libdrm on Windows systems.
      -- Performing Test HAVE_EGL
      -- Performing Test HAVE_EGL - Failed
      -- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
      -- Could NOT find WrapSystemFreetype (missing: __freetype_found) (found suitable version "2.10.0", minimum required is "2.2.0")
      -- Could NOT find Fontconfig (missing: Fontconfig_LIBRARY) (found version "2.13.1")
      -- Findgbm.cmake cannot find gbm on Windows systems.
      -- Could NOT find WrapSystemHarfbuzz (missing: HARFBUZZ_LIBRARIES) (Required is at least version "2.6.0")
      -- FindLibinput.cmake cannot find libinput on Windows systems.
      -- Could NOT find JPEG (missing: JPEG_LIBRARY) (found version "90")
      -- Could NOT find md4c (missing: md4c_DIR)
      -- Could NOT find WrapSystemPNG (missing: __png_found)
      -- Found OpenGL: opengl32
      -- Found WrapOpenGL: TRUE
      -- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
      -- Performing Test HAVE_GLESv2
      -- Performing Test HAVE_GLESv2 - Failed
      -- Could NOT find GLESv2 (missing: GLESv2_INCLUDE_DIR GLESv2_LIBRARY HAVE_GLESv2 HAVE_GLESv2)
      -- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
      -- Performing Test HAVE_evdev
      -- Performing Test HAVE_evdev - Failed
      -- Performing Test HAVE_integrityfb
      -- Performing Test HAVE_integrityfb - Failed
      -- Performing Test HAVE_linuxfb
      -- Performing Test HAVE_linuxfb - Failed
      -- Performing Test HAVE_directwrite
      -- Performing Test HAVE_directwrite - Success
      -- Performing Test HAVE_directwrite3
      -- Performing Test HAVE_directwrite3 - Success
      -- Performing Test HAVE_d2d1
      -- Performing Test HAVE_d2d1 - Success
      -- Performing Test HAVE_d2d1_1
      -- Performing Test HAVE_d2d1_1 - Success
      -- Searching for tool 'Qt6::moc' in package Qt6CoreTools.
      -- Qt6::moc was found at C:/Qt/6.2.2/msvc2019_64/./bin/moc.exe using package Qt6CoreTools.
      -- Tool 'Qt6::rcc' was found at C:/Qt/6.2.2/msvc2019_64/./bin/rcc.exe.
      -- Tool 'Qt6::tracegen' was found at C:/Qt/6.2.2/msvc2019_64/./bin/tracegen.exe.
      -- Tool 'Qt6::cmake_automoc_parser' was found at C:/Qt/6.2.2/msvc2019_64/./bin/cmake_automoc_parser.exe.
      -- Looking for pthread.h
      -- Looking for pthread.h - not found
      -- Found Threads: TRUE
      -- Using Qt bundled PCRE2.
      -- Found WrapPCRE2: TRUE
      -- Using source syncqt found at: C:/Users/tommy/Desktop/qt/6.2.2/qtbase/libexec/syncqt.pl
      -- Running syncqt for module: 'QtCore'
      -- Could NOT find double-conversion (missing: double-conversion_DIR)
      -- Could NOT find WrapDoubleConversion (missing: WrapDoubleConversion_FOUND)
      -- Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
      -- Found the following ICU libraries:
      --   i18n (required)
      --   uc (required)
      --   data (required)
      -- Failed to find all ICU components (missing: ICU_INCLUDE_DIR)
      -- Could NOT find Libb2 (missing: LIBB2_LIBRARY LIBB2_INCLUDE_DIR)
      -- Could NOT find WrapRt (missing: WrapRt_FOUND)
      -- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
      -- Could NOT find WrapSystemPCRE2 (missing: PCRE2_LIBRARIES PCRE2_INCLUDE_DIRS __pcre2_found) (Required is at least version "10.20")
      -- Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY)
      CMake Warning at qtbase/src/corelib/CMakeLists.txt:1230 (message):
        xmlstarlet was not found.  freedesktop.org.xml will not be minified!
      -- Running syncqt for module: 'QtZlib'
      -- Running syncqt for module: 'QtConcurrent'
      -- Running syncqt for module: 'QtSql'
      QtSql: created deprecated header(s) { qsql.h }
      -- Running syncqt for module: 'QtNetwork'
      -- Could NOT find WrapBrotli (missing: BrotliDec_FOUND BrotliEnc_FOUND BrotliCommon_FOUND)
      -- Could NOT find WrapOpenSSL (missing: OPENSSL_CRYPTO_LIBRARY)
      -- Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS)
      -- Running syncqt for module: 'QtXml'
      -- Searching for tool 'Qt6::uic' in package Qt6WidgetsTools.
      -- Qt6::uic was found at C:/Qt/6.2.2/msvc2019_64/./bin/uic.exe using package Qt6WidgetsTools.
      -- Searching for tool 'Qt6::qdbuscpp2xml' in package Qt6DBusTools.
      -- Qt6::qdbuscpp2xml was found at C:/Qt/6.2.2/msvc2019_64/bin/qdbuscpp2xml.exe using package Qt6DBusTools.
      -- Tool 'Qt6::qdbusxml2cpp' was found at C:/Qt/6.2.2/msvc2019_64/bin/qdbusxml2cpp.exe.
      -- Tool 'Qt6::qlalr' was found at C:/Qt/6.2.2/msvc2019_64/./bin/qlalr.exe.
      -- Tool 'Qt6::qvkgen' was found at C:/Qt/6.2.2/msvc2019_64/./bin/qvkgen.exe.
      -- Tool 'Qt6::qtpaths' was found at C:/Qt/6.2.2/msvc2019_64/bin/qtpaths.exe.
      -- Running syncqt for module: 'QtDBus'
      QtDBus: created deprecated header(s) { qdbusmacros.h }
      -- Could NOT find X11_XCB (missing: X11_XCB_LIBRARY X11_XCB_INCLUDE_DIR)
      -- Using Qt bundled Harfbuzz.
      -- Found WrapHarfbuzz: TRUE
      -- Using Qt bundled PNG.
      -- Found WrapPNG: TRUE
      -- Using Qt bundled Freetype.
      -- Found WrapFreetype: TRUE
      -- Running syncqt for module: 'QtGui'
      -- FindLibdrm.cmake cannot find libdrm on Windows systems.
      -- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
      -- Could NOT find WrapSystemFreetype (missing: __freetype_found) (found suitable version "2.10.0", minimum required is "2.2.0")
      -- Could NOT find Fontconfig (missing: Fontconfig_LIBRARY) (found version "2.13.1")
      -- Findgbm.cmake cannot find gbm on Windows systems.
      -- Could NOT find WrapSystemHarfbuzz (missing: HARFBUZZ_LIBRARIES) (Required is at least version "2.6.0")
      -- FindLibinput.cmake cannot find libinput on Windows systems.
      -- Could NOT find JPEG (missing: JPEG_LIBRARY) (found version "90")
      -- Could NOT find md4c (missing: md4c_DIR)
      -- Could NOT find WrapSystemPNG (missing: __png_found)
      -- Could NOT find EGL (missing: EGL_INCLUDE_DIR HAVE_EGL EGL_LIBRARY)
      -- Could NOT find GLESv2 (missing: GLESv2_INCLUDE_DIR GLESv2_LIBRARY HAVE_GLESv2 HAVE_GLESv2)
      -- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR)
      -- Running syncqt for module: 'QtOpenGL'
      -- Running syncqt for module: 'QtWidgets'
      -- Running syncqt for module: 'QtOpenGLWidgets'
      -- Running syncqt for module: 'QtDeviceDiscoverySupport'
      -- Running syncqt for module: 'QtFbSupport'
      -- Running syncqt for module: 'QtTest'
      -- Running syncqt for module: 'QtPrintSupport'
      -- Could NOT find Cups (missing: CUPS_LIBRARIES CUPS_INCLUDE_DIR)
      -- Could NOT find DB2 (missing: DB2_INCLUDE_DIR DB2_LIBRARY)
      -- Could NOT find MySQL (missing: MySQL_LIBRARY MySQL_INCLUDE_DIR)
      -- Could NOT find PostgreSQL (missing: PostgreSQL_LIBRARY) (found version "11.3")
      -- Could NOT find Oracle (missing: Oracle_LIBRARY Oracle_INCLUDE_DIR)
      -- Found ODBC: odbc32.lib
      -- Could NOT find SQLite3 (missing: SQLite3_INCLUDE_DIR SQLite3_LIBRARY)
      -- Could NOT find Interbase (missing: Interbase_LIBRARY Interbase_INCLUDE_DIR)
      -- Could NOT find JPEG (missing: JPEG_LIBRARY) (found version "90")
      Configuring 'qtshadertools'
      -- Running syncqt for module: 'QtShaderTools'
      -- Searching for tool 'Qt6::qsb' in package Qt6ShaderToolsTools.
      -- Could NOT find Qt6ShaderToolsTools (missing: Qt6ShaderToolsTools_DIR)
      CMake Error at qtbase/cmake/QtToolHelpers.cmake:156 (message):
        The tool "Qt6::qsb" was not found in the Qt6ShaderToolsTools package.
        Package found: 0
      Call Stack (most recent call first):
        qtshadertools/tools/qsb/CMakeLists.txt:8 (qt_internal_add_tool)
      -- Configuring incomplete, errors occurred!
      See also "C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeOutput.log".
      See also "C:/Users/tommy/Desktop/qt/6.2.2/buildARM64/CMakeFiles/CMakeError.log".
      CMake Error at C:/Users/tommy/Desktop/qt/6.2.2/qtbase/cmake/QtProcessConfigureArgs.cmake:947 (message):
        CMake exited with code 1.
      

      Attachments

        1. CMakeError.log
          48 kB
        2. CMakeError-1.log
          53 kB
        3. CMakeOutput.log
          31 kB
        4. CMakeOutput-1.log
          32 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qtbuildsystem Qt Build System Team
            tommyvct Tommy Vercetti
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes