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

Event Timeline

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