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

Details

    • Bug
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • Qt Creator 4.14.0
    • Android Support
    • None
    • Windows

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

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes