Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-25373

qmake commands translate to wrong command when using the Android SDK on Windows

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Out of scope
    • Icon: Not Evaluated Not Evaluated
    • None
    • Qt Creator 4.14.0
    • Android Support
    • None
    • Windows

      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 /...
      

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

            portale Alessandro Portale
            DanielSt Peter Staab
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes