summaryrefslogtreecommitdiff
path: root/.cargo/config.toml
blob: 2c823cbb7cf857d8bcbfbc0ecebe9bfbf4632670 (plain)
1
2
3
4
[env]
# CXX-Qt otherwise prefers Qt 5 when both major versions are installed.
QT_VERSION_MAJOR = "6"
QMAKE = { value = "tools/qmake6", relative = true }