Lupdate stuck on creating stash file
Solved
Qt Creator and other tools
-
Re: Lupdate program stuck at Info: creating stash file C:.......qmake.stash
Well, I just got this issue too with QT 5.12.12
After some tracking, comes from the following line
#include <boost/log/sources/logger.hpp>
Boost libraries 1.79, haven't found a way around it yet.
Tried to find exactly what file was creating the issue but there are so many includes that I just gave up.
Is there a way to exclude specific files from lupdate parsing ? -
Hi and welcome to devnet,
Based on this stack overflow answer, you should add the boost headers to the TR_EXCLUDE variable in your .pro file.