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