HomePhabricator

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

Description

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

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

Reviewers: #bitcoin_abc, deadalnix, jasonbcox

Reviewed By: #bitcoin_abc, jasonbcox

Differential Revision: https://reviews.bitcoinabc.org/D2947

Details

Provenance
FabienAuthored on May 6 2019, 08:48
FabienPushed on May 10 2019, 10:06
Reviewer
Restricted Project
Differential Revision
D2947: [CMAKE] Determine the Qt library directory from a public variable
Parents
rABCd39eb4619980: [CMAKE] Add an option to statically link libstdc++
Branches
Unknown
Tags
Unknown