Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.2.1
-
any
-
-
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
For Gerrit Dashboard: QTBUG-38249 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
83275,1 | androiddeployqt: Escape arguments to shell tools | stable | qt/qttools | Status: MERGED | +2 | 0 |