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

windeployqt can not find qtpaths executable

    XMLWordPrintable

Details

    • Windows
    • bcdc9d705 (dev), 06ab1d363 (6.7), 9409af0fa (6.6), a16bdba91 (tqtc/lts-6.5)

    Description

      The windeployqt tool expects qtpaths to be installed, however the executable is actually called qtpaths6, so during the build, windeployqt fails to find qtpaths.

       

      This happens due to the command (specifically, the `–qtpaths` option) that is generated by `qt_generate_deploy_app_script()`:

      'C:/msys64/mingw64/bin/windeployqt-qt6.exe' 'C:/msys64/home/user/dev/draft/build/Draft.exe' '--dir' '.' '--libdir' '.' '--plugindir' 'plugins' '--force' '--qtpaths' 'C:/msys64/mingw64/bin/qtpaths.exe' 

       This could have been introduced in 

      CMake: Deploy correct arch files when cross-compiling to arm Windows · qt/qtbase@5712016 · GitHub

       

      Commit 571201603acc731330c9af42a3aca9cda41d38fd

      Attachments

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

        Activity

          People

            alexandru.croitor Alexandru Croitor
            ur r i
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews