I've compiled the new git update, but for some reason I am only left with chaincoin-cli and chaincoind. There is no chaincoin-qt. Am I missing something?
It skips qt if you don't have all the dependencies installed. Check when you do ./configure, it will tell you which dependencies are missing for qt. You'll need qt, protobuf compiler, qrencode:
sudo apt-get install libprotoc-dev libprotobuf-dev -y
sudo apt-get install libpng-dev qrencode -y
sudo apt-get install libqrencode-dev -y