Has anyone compiled the source in Ubuntu 15.04? I'm getting this error:
src/qt/bitcoin.cpp:5:24: fatal error: QApplication: No such file or directory
#include
^
compilation terminated.
Makefile:1138: recipe for target 'build/bitcoin.o' failed
make: *** [build/bitcoin.o] Error 1
Thanks in advance for any help.
try changing line #6 in the .pro by adding "widgets"
i think it's a QT5 thing.
QT += network widgets
else you could try QT4
--
however leveldb folder is missing a makefile so you'll need to find one somewhere
