desktop: point qmlls at a relative build dir
The tracked buildDir was an absolute path into a worktree that no longer exists, so the setting was already dead. It is also what the release workflow's public-history gate rejects; relative to desktop/ it resolves in any checkout.
This commit is contained in:
parent
213918f1a2
commit
87038170ac
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
[General]
|
||||
buildDir="/home/casey/Projects/redflag-desktop-health-worktree/desktop/target/cxxqt/qml_modules"
|
||||
buildDir="target/cxxqt/qml_modules"
|
||||
no-cmake-calls=true
|
||||
|
|
|
|||
Loading…
Reference in a new issue