If the QT build is static, add the minimal integration plugin and any
platform specific plugin depending on the target.
Depends on D3091
Differential D3017
[CMAKE] Add QT plugins according to the target platform Fabien on May 10 2019, 11:27. Authored by Tags None Subscribers None
Details
If the QT build is static, add the minimal integration plugin and any Depends on D3091 mkdir buildcmake && cd buildcmake cmake -GNinja .. ninja ./src/qt/bitcoin-qt Check that bitcoin-qt runs. rm -rf * cmake -GNinja -DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/Win64.cmake \ -DBUILD_BITCOIN_SEEDER=OFF .. ninja Run the generated bitcoin-qt.exe on a 64 bits Windows. rm -rf * cmake -GNinja -DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/Win32.cmake \ -DBUILD_BITCOIN_SEEDER=OFF .. ninja Run the generated bitcoin-qt.exe on a 32 or 64 bits Windows. Note: OSX build needs another fix to build.
Diff Detail
Event Timeline
Comment Actions Move all the static build code into a single section.
|