forked from CryptoCoderz/DigitalNote
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
patch: use miniupnpc include version. patch: openssl from path to lib…
… path. patch: Digitalnote config with latest windows libs paths.
- Loading branch information
Showing
7 changed files
with
22 additions
and
20 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 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 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
6 changes: 4 additions & 2 deletions
6
include/options/use_latest_miniupnpc.pri → include/options/use_miniupnpc_version.pri
100755 → 100644
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
## | ||
## Old version contains version number inside include name | ||
## | ||
## Ubuntu 22.04 doesn't automaticly install the developers version by default. | ||
## You have to manually execute: | ||
## sudo apt-get install -y libminiupnpc-dev | ||
## | ||
|
||
contains(USE_UBUNTU2204_MINIUPNPC, 1) { | ||
DEFINES += UBUNTU2204_MINIUPNPC | ||
contains(USE_MINIUPNPC_VERSION, 1) { | ||
DEFINES += USE_MINIUPNPC_VERSION | ||
} |
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