Uploaded image for project: 'Qt Tools for Android'
  1. Qt Tools for Android
  2. QTTA-404

Extra CMake Arguments tooltip shows wrong format

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3: Somewhat important
    • None
    • QtTAS 4.1
    • QtTAS: General
    • None
    • Android
    • 9b777c0dd (dev), 75e98b06d (4.1)

    Description

      Steps to reproduce:

      1. AS, plugin, etc.
      2. Open "Settings" -> "Build, Execution, Deployment" -> "Qt"
      3. Hover over "Extra CMake Arguments" input field and write the same line to the input
      4. Build the project

      Expected:

          Both arguments are used in the build

      Actual:

          Only the first argument is used in the build, the format is wrong (it should be comma-separated)

       

      So setting the value to "-DCMAKE_BUILD_TYPE=Release -DQT_ANDROID_ABIS:STRING=x86_64" will result in the following error:

      ninja: error: CMakeFiles/rules.ninja:17: expected newline, got identifier
      rule CXX_COMPILER__ottopreptoeptoetpreotepApp_unscanned_Release -DQT_AND...
      ^ near here
      

      Attachments

        Issue Links

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

          Activity

            People

              olvuolte Olli Vuolteenaho
              olvuolte Olli Vuolteenaho
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes