Add environment variables to config.toml

This commit is contained in:
2026-02-07 10:35:59 -05:00
parent c170b3b20d
commit 491087a6c1
2 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
[build]
rustflags = [ "-C", "link-arg=-fuse-ld=lld", ]
[env]
QMAKE="/opt/Qt/6.7.3/gcc_64/bin/qmake6"
LD_LIBRARY_PATH="/opt/Qt/6.7.3/gcc_64/lib"