You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described in KDAB#1237, on Windows we're sometimes hitting the 260 character limit
for filepaths.
This is mostly due to a lot of nesting by Qt Creator, Corrosion and
Cargo who all include the target triple and other configuration information in the
build path.
However, we can at least reduce the character count a little bit on our
part.
For example, for qqmlengine.cxxqt.h, the path length is now reduced by
~40 characters from:
out/cxx-qt-build/target/crates/cxx-qt-lib/include/cxx-qt-lib-internals/src/qml/qqmlengine.cxxqt.h
to now:
out/cxxqtbuild/include/private/src/qml/qqmlengine.cxxqt.h
0 commit comments