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

"androiddeployqt --storepass" cannot pass password with characters that shouls be escaped to jarsigner

    XMLWordPrintable

Details

    • Android
    • a03dc073c155b9ac82e17a49e68ada61a4d4605b

    Description

      Look in androiddeployqt source code, main.cpp

      if (!options.keyStorePassword.isEmpty())
      jarSignerTool += QString::fromLatin1(" -storepass %1").arg(options.keyStorePassword);

      %1 must be escaped if there are special characters in it.
      The same bug exists for ALL others options too.

      Attachments

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

        Activity

          People

            esabraha Eskil Abrahamsen Blomfeldt
            gvy Vadim
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes