diff options
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..2c823cb --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,4 @@ +[env] +# CXX-Qt otherwise prefers Qt 5 when both major versions are installed. +QT_VERSION_MAJOR = "6" +QMAKE = { value = "tools/qmake6", relative = true } |