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

qt-configure-module not working for android_armv7 on linux host

    XMLWordPrintable

Details

    • Android, Linux/X11
    • 20c3675d9 (master), 8041d5e71 (dev)

    Description

      Using Qt 6.6.1 or 6.7.0 beta (via the online installer) on a Linux desktop computer, cross compiling Qt modules for Android.

      I'm usually patching QtConnectivity, and building QtMqtt and maplibre-native-qt for my applications.

      Unfortunately, the script to configure and build Qt modules is broken again for Android armv7:

      Qt/6.6.1/android_armv7/bin/qt-configure-module

       

      The line:

      cmake_script_path="$script_dir_path/..\lib\cmake\Qt6/QtProcessConfigureArgs.cmake"

      is mixing slash and backslash, causing it to fail.

      Simply rewriting the line with only slashes works fine:

      cmake_script_path="$script_dir_path/../lib/cmake/Qt6/QtProcessConfigureArgs.cmake"

      Attachments

        Issue Links

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

          Activity

            People

              tejokitu Teemu Jokitulppo
              emeric Emeric Grange
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes