mirror of
https://github.com/monero-project/monero-gui
synced 2025-01-02 21:26:24 +01:00
Merge pull request #2064
34fdfcb
Use pkg-config to find libusb and protobuf (Trezor dependencies) (prusnak)
This commit is contained in:
commit
32d9c8f661
@ -10,6 +10,12 @@ QT += qml quick widgets
|
|||||||
WALLET_ROOT=$$PWD/monero
|
WALLET_ROOT=$$PWD/monero
|
||||||
|
|
||||||
CONFIG += c++11 link_pkgconfig
|
CONFIG += c++11 link_pkgconfig
|
||||||
|
packagesExist(libusb-1.0) {
|
||||||
|
PKGCONFIG += libusb-1.0
|
||||||
|
}
|
||||||
|
packagesExist(protobuf) {
|
||||||
|
PKGCONFIG += protobuf
|
||||||
|
}
|
||||||
packagesExist(hidapi-libusb) {
|
packagesExist(hidapi-libusb) {
|
||||||
PKGCONFIG += hidapi-libusb
|
PKGCONFIG += hidapi-libusb
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user