Post
Topic
Board Development & Technical Discussion
Re: Building headless Bitcoin and Bitcoin-qt on Windows
by
Varuna
on 17/01/2017, 16:27:30 UTC
Anyone try windows 10 bash with mxe compile? if not ill set up a vb and see if it works :p


I get the same results whether I use a Linux VM or Windows 10 bash.

I think the problem is that the static libqwindows.a is not distributed with Qt. You get only the shared library qwindows.dll.

The platform plugin libraries are here:

C:\Qt\5.7\mingw53_32\plugins\platforms

I only have:

qminimal.dll
qminimald.dll
qwindows.dll
qwindowsd.dll

I am trying to follow the instructions for building a static Qt5.7 and I hope that also the missing libraries are built in the process.