Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
Qt Creator 4.14.0
-
None
Description
Variables such as DEL_FILE, COPY_FILE, ... translate to the corresponding Linux commands when running the Qt Android SDK on Windows. For example:
// Wrong: COPY = cp -f // Correct COPY = xcopy /...