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
When trying to make a standard build, aka: qmake -r && make
There is build errors related to fresh lib.
It require shadow build to works correctly: mkdir build && cd build && qmake -r && make