Page MenuHomePhabricator

[CMAKE] Move-only: refactor qt/CMakeLists.txt
ClosedPublic

Authored by Fabien on May 22 2019, 13:29.

Details

Summary

This is a move only diff that puts related things together.
It tries to avoid duplicating the tests in the file, and moves the
static build section after the bitcoin-qt-base target is defined
(prepare for adding the platform plugins to the target).

Test Plan
mkdir buildcmake && cd buildcmake
cmake -GNinja ..
ninja check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
cmake_refactor_qt_static
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 5936
Build 9932: Bitcoin ABC Buildbot (legacy)
Build 9931: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.May 23 2019, 12:01