Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
QtTAS 3.0, QtTAS 4.0
Description
Why?
Cause
- Currently we use regex to extract values from build.gradle file which can lead to failure on reading the correct value. The variable in QtBuild{} extension can be set by calling a function and the current regexp cannot evaluate the value.
Customer
Cruft
- We need to make sure those values gets evaluated during Android Studio sync / Gradle configuration
What?
Definition
- Investigate steps needed to extract configuration values like projectPath, qtPath, etc from QtBuild block in a clean way without using regex.
Demarcation
Dependencies
- Jetbrain APIs