aboutsummaryrefslogtreecommitdiff
path: root/src/obj
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-04-22 09:21:09 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-04-22 09:21:09 +0200
commitf59dceb44f9bcfe1447b2dcca7483ed806cab22a (patch)
treea7424bb4c24a0b1ef104df17426ddf7f60fb8219 /src/obj
parent351abf9e035581e3320fbb72ec5b1fa452b09c2f (diff)
downloadbitcoin-f59dceb44f9bcfe1447b2dcca7483ed806cab22a.tar.xz
qt: Fix out-of-tree GUI builds
Without this patch: - When I compile the GUI from the bitcoin directory itself, it works as expected. - When I build the GUI in an out-of-tree build, I cannot get it to select tabs. When I click, say the "Receive" tab nothing happens, the button selects but it doesn't switch the page. The rest - even the debug window - seems to work. See full discussion here: https://github.com/bitcoin/bitcoin/pull/7911#issuecomment-212413442 This turned out to be caused by a mismatch in the arguments to moc, preventing it from finding `bitcoin-config.h`. Fix this by passing `$(DEFAULT_INCLUDES)` to it, which gets set to the appropriate path by autoconf itself.
Diffstat (limited to 'src/obj')
0 files changed, 0 insertions, 0 deletions