Trying to run the DBIX linux wallet on ubuntu desktop. I keep getting this error:
~/Documents/DbixWall-UbuntuGUIv1.0.1_49-2$ ./dbixwall
./dbixwall: /usr/lib/x86_64-linux-gnu/libQt5Network.so.5: version `Qt_5' not found (required by ./dbixwall)
./dbixwall: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5: version `Qt_5' not found (required by ./dbixwall)
./dbixwall: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5: version `Qt_5' not found (required by ./dbixwall)
./dbixwall: /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5: version `Qt_5' not found (required by ./dbixwall)
./dbixwall: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.6' not found (required by ./dbixwall)
./dbixwall: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5' not found (required by ./dbixwall)
It looks like it needs Qt5 to run. Any recommendations on how to get QT5 so it's available to the wallet?