Closed boppybibbles closed 4 years ago
Issue-Label Bot is automatically applying the label feature_request
to this issue, with a confidence of 0.81. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
I am willing to work on it.
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.