Skip to content

Commit fd54cd9

Browse files
committed
Merge #443: doc: Add missing fedora dependency
93356a2 doc: Add missing fedora dependency (David Gumberg) Pull request description: Without the `qt5-quickcontrols` package, this builds on fedora 40 but fails to run: ```console $ ./configure --with-qml # [...] Options used to compile and link: with gui / qt = yes with qml = yes with qr = yes $ ./src/qt/bitcoin-qt QSocketNotifier: Can only be used with threads started with QThread QQmlApplicationEngine failed to load component qrc:/qml/pages/main.qml:68:9: Type OnboardingWizard unavailable qrc:/qml/pages/onboarding/OnboardingWizard.qml:38:9: Type OnboardingStorageLocation unavailable qrc:/qml/pages/onboarding/OnboardingStorageLocation.qml:26:17: Type StorageLocations unavailable qrc:/qml/components/StorageLocations.qml:8:1: module "QtQuick.Dialogs" is not installed ``` ACKs for top commit: johnny9: ACK 93356a2 Tree-SHA512: 80c16f6011644db81496b5a180bec06b4a65fc4f656b4950ba3930b1c09cf2c33ed55d4bec76b0d0bf8e0629e29b14950b6b15d8cfaecf3927d1e96f117fd5a8
2 parents a8d15db + 93356a2 commit fd54cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/qml/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ If you're unable to install the dependencies through your system's package manag
7979
#### Fedora:
8080

8181
```
82-
sudo dnf install qt5-qtdeclarative-devel qt5-qtquickcontrols2-devel
82+
sudo dnf install qt5-qtdeclarative-devel qt5-qtquickcontrols qt5-qtquickcontrols2-devel
8383
```
8484

8585
### Build

0 commit comments

Comments
 (0)