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

Wasm: qmake.bat and qtpath.bat wrapper scripts call non-existent host tools

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • 6.5.0
    • 6.5
    • Build System: CMake
    • None
    • WebAssembly, Windows
    • 270a2f7ee (dev), fd6b13633 (dev)

    Description

      I build Qt dev/6.5 for Webassembly on Windows and expect the .bat wrapper scrips for qmake and qtpaths to point to the equivalent tools in the "host Qt" installation.

      The host tools would be qmake.exe and qtpaths.exe. The wrapper scripts do however try to call the non-existing qmake6.exe and qtpaths6.exe.

      qmake.bat and qmake6.bat
      @echo off
      C:/Users/alportal/dev/qt6_desktop/qtbase/bin\qmake6.exe -qtconf "%~dp0\target_qt.conf" %*
      
      qtpaths.bat and qtpaths6.bat
      @echo off
      C:/Users/alportal/dev/qt6_desktop/qtbase/bin\qtpaths6.exe -qtconf "%~dp0\target_qt.conf" %*
      

      Besides this issue, it would be nice to have paths with consistent directory separator. Either '/' or '\'

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              mrmsdbdl Amir Masoud Abdol
              portale Alessandro Portale
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes