Page MenuHomePhabricator

[CMAKE] Determine the Qt library directory from a public variable
ClosedPublic

Authored by Fabien on May 6 2019, 23:27.

Details

Summary

The cmake script currently uses a private variable to get the Qt library
directory. This diffs determines this location from the Qt5Core library
location, avoiding the use of the private variable.
It should have no impact on the build.

Test Plan
cmake -GNinja ..
ninja
./src/qt/bitcoin-qt

Diff Detail

Repository
rABC Bitcoin ABC
Branch
cmake_qt_install_dir
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 5705
Build 9472: Bitcoin ABC Buildbot (legacy)
Build 9471: arc lint + arc unit