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

Extra CMake Arguments tooltip shows wrong format

XMLWordPrintable

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

      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
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes