forked from BitBoxSwiss/bitbox-wallet-app
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Needs a newer linuxdeployqt version that supports Qt6 and Qt6 WebEngine. since linuxdeployqt is not maintained anymore and the commit that adds support for it does not have a permanent tag/release, we re-release their latest `continuous` release at https://github.com/BitBoxSwiss/linuxdeployqt/releases/tag/bitbox-1 and use that. - We don't compile Qt from sources anymore, as it does not work with the Ubuntu 20 cmake (too old) and it doesn't work with the newest cmake (currently 3.31) - there is some webengine cmake incompatibility. Instead of trying to figure all of this out, we use the excellent aqtinstall tool instead to fetch binaries. We also use pre-built binaries on macOS/Windows already, compiling from source on linux was an exception.
- Loading branch information
Showing
5 changed files
with
51 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters