Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
None
-
QtTAS 4.1
-
None
-
-
9b777c0dd (dev), 75e98b06d (4.1)
Description
Steps to reproduce:
- AS, plugin, etc.
- Open "Settings" -> "Build, Execution, Deployment" -> "Qt"
- Hover over "Extra CMake Arguments" input field and write the same line to the input
- 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
- is required for
-
QTTA-185 Qt Tools for Android Studio 4.1
-
- In Progress
-