bitcoin-qt.exe will build but won't run due to missing QT5
dependencies.
This patch adds the required dependencies.
Depends on D2666
Differential D2667
[CMAKE] Fix bitcoin-qt cross compilation for Windows Fabien on Mar 7 2019, 17:14. Authored by
Details
bitcoin-qt.exe will build but won't run due to missing QT5 Depends on D2666 Prerequisite: # 32-bit version mkdir buildcmake && cd buildcmake cmake -GNinja .. -DBUILD_BITCOIN_SEEDER=OFF \ -DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/Win32.cmake ninja Check the build succeeds. Operate the same for Win64. # 64-bit version rm -rf * cmake -GNinja .. -DBUILD_BITCOIN_SEEDER=OFF \ -DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/Win64.cmake ninja Check the build succeeds.
Diff Detail
Event Timeline
Comment Actions Fix bugs in the contrib/convert-prl-libs-to-cmake.pl. This allows for
|