Watch
1
0
Fork
You've already forked RedFlag
0

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:
Fimeg 2026-09-03 18:49:01 -04:00
commit 87038170ac

View file

@ -1,3 +1,3 @@
[General] [General]
buildDir="/home/casey/Projects/redflag-desktop-health-worktree/desktop/target/cxxqt/qml_modules" buildDir="target/cxxqt/qml_modules"
no-cmake-calls=true no-cmake-calls=true