-
Bug
-
Resolution: Unresolved
-
P2: Important
-
QtGP 1.3
When using a ~ as home directory with QtBuild
QtBuild {
qtPath = file("~/Qt/6.9.1")
...
}
You get an error
Execution failed for task ':app:QtBuildTask'. > No Qt for Android kit found from: /Users/assam/Workspace/projects/Transformer/app/~/Qt/6.9.1
It seems we're treating those files as relative paths regardless if they are really relative or not.