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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.