Great!
But I got this error in Ubuntu 18.04:
./ascension-qt: error while loading shared libraries: libqrencode.so.3: cannot open shared object file: No such file or directory
Had to do this:
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qrencode
And now it works.