Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Lupdate stuck on creating stash file

Lupdate stuck on creating stash file

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
3 Posts 2 Posters 598 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    matsdra
    wrote on last edited by
    #1

    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 ?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      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.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • M Offline
        M Offline
        matsdra
        wrote on last edited by
        #3

        I wonder how I did not find this option by myself...
        Thanks a lot ! it works.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved