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

msvc 2019 arm64 qtpaths.bat contains wrong path

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 6.4.0
    • 6.4.0 Beta2, 6.4.0 RC1
    • Packaging & Installer
    • None
    • Windows
    • 23084bc71b (qtsdk/tqtc-qtsdk/master)

    Description

      In my qt installation for "MSVC 2019 ARM64" qtpaths.bat contains the following lines

      @echo off
      C:/Qt2/6.4.0/msvc2019_arm64/bin\qtpaths.exe -qtconf "%~dp0\target_qt.conf" %*
      

      As this configuration is a cross build there is no qtpaths.exe for this installation. Instead qtpaths.bat should reference qtpaths.exe from its host equivalent so the lines should like this

      @echo off
      C:\Qt2\6.4.0\msvc2019_64\bin\qtpaths.exe -qtconf "%~dp0\target_qt.conf" %*
      

      Attachments

        For Gerrit Dashboard: QTBUG-104974
        # Subject Branch Project Status CR V

        Activity

          People

            janihe Jani Heikkinen
            owolff Oliver Wolff
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes