Details
-
Suggestion
-
Resolution: Done
-
Not Evaluated
-
None
-
Qt Installer Sprint 26
Description
Related to https://bugreports.qt.io/browse/QTIFW-2124
Installer has hard-coded arguments in .dat file making it impossible to move the executable location.
Suggestion: implement new '_OLD' predefined variable which can be forwarded to a new location:
installer.setValue("SDKToolBinary", path + "\\newlocation\\bin\\sdktool.exe"); installer.setValue("SDKToolBinary_OLD", path + "/bin/sdktool.exe");
Attachments
Issue Links
- is required for
-
QTBUG-28101 Qt Creator should not be a mandatory component of the SDK installer
- Closed
- relates to
-
QTBUG-96145 Redirect sdktool to new location
- Closed