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
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.81. Please mark this comment with 👍 or 👎 to give our bot feedback!
Enable out-of-source (shadow) builds.
Out-of-source build is a widely used practice. Unfortunately it is not possible to use it out of the box because of compiler error.
How to reproduce:
QtPass
directory:git clone git@github.com:IJHack/QtPass.git
;mkdir build && cd build
;qmake ../QtPass
;make
;Compiler error:
Related to #467.
The text was updated successfully, but these errors were encountered: