Steps
- Install the OS X command line tools
xcode-select --install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
brew install automake berkeley-db4 libtool boost --c++11 miniupnpc openssl pkg-config protobuf python3 qt libevent
brew cask install qt-creator
git clone https://github.com/bitcoin/bitcoin
cd bitcoin
mkdir conf
touch conf/bitcoin.conf
vim conf/bitcoin.conf
=====
regtest=1
rpcuser=btc
rpcpassword=btc
listen=1
server=1
=====
./autogen.sh
./configure --enable-debug
- Import project in qt-creator
Menu "File" ->
Select "Open File or Project" ->
Select "Makefile.am" ->
Button "Open" ->



Reference
bitcoin doc: Mac OS X Build Instructions and Notes