Details
-
Suggestion
-
Resolution: Done
-
Not Evaluated
-
None
-
Qt Installer Sprint 26
Description
Script:
installer.setValue("SDKToolBinary", value + "\\bin\\sdktool.exe"); component.addOperation("Execute", new Array("@SDKToolBinary@", "--help", "UNDOEXECUTE", "@SDKToolBinary@", "–help"))
.dat file:
<argument>@RELOCATABLE_PATH@/bin/sdktool.exe</argument>
.dat file should be:
<argument>@RELOCATABLE_PATH@/@SDKToolBinary@</argument>
Saving the variable unresolved makes it possible to change the location of SDKToolBinary during update.
Attachments
Issue Links
- is required for
-
QTBUG-28101 Qt Creator should not be a mandatory component of the SDK installer
- Closed