Page MenuHomePhabricator

Build bitcoin-qt with cmake
ClosedPublic

Authored by deadalnix on Sep 27 2018, 18:24.

Details

Summary

The method used is rather byzantine. It basically parse the prl files used for Qt internal build system to figure out dependencies as dependencies for cmake files produced by Qt are incorrect.

The solution come from https://bugreports.qt.io/browse/QTBUG-38913 and, interestingly, is used within QtWebkit.

Test Plan
ninja

Check that bitcoin-qt builds.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
qtcmake
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 3423
Build 4922: Bitcoin ABC Buildbot (legacy)
Build 4921: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Sep 27 2018, 18:29
This revision was automatically updated to reflect the committed changes.