How do I run a trezarcoin-qt.pro wallet?
as others posted you need to get the dependencies:
sudo apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev
after that you just need 2 commands and i always compile without Upnp Support - it's useless and if activated dangerous, had an issue with XVG wallets IRC implementation (but this was on an windows machine)
go into the folder where the .pro file lies; open terminal and input:
qmake "USE_UPNP=-"
make