Post
Topic
Board Development & Technical Discussion
Re: Ported Bitcoin (and Litecoin) 0.8.6 to VS2012 (32 and 64 bit) and Qt5
by
TechAUmNu
on 15/02/2014, 15:06:32 UTC
Hi Clare,

I have spent a while setting up everything and managed to compile everything apart from litecoinQt which fails with this error

Code:
'..\..\..\bitcoindeps\qt-everywhere-opensource-src-5.1.1\qtbase\bin\lrelease.exe' is not recognized as an internal or external command,

I have spent a while trying to figure out why lrealease isn't being built, since the folder is there and it all looks ok.
All of the dependencies seem to compile just fine, so I am confused what is going on.

Any ideas?

Edit: Got it to work by building qt 4.8.5 using mingw and then copying lrelease in the bin folder of qt 5.1.1

Thank you Clare123 for the awesome port!