Skip to content

Commit

Permalink
Update macOS OpenSSL include and library paths
Browse files Browse the repository at this point in the history
  • Loading branch information
soramimi committed Jul 27, 2024
1 parent 78185e0 commit 106aef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Guitar.pri
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ linux {
}
}
haiku:LIBS += -lssl -lcrypto -lnetwork
macx:INCLUDEPATH += /opt/homebrew/Cellar/openssl@3/3.2.1/include
macx:LIBS += /opt/homebrew/Cellar/openssl@3/3.2.1/lib/libssl.a /opt/homebrew/Cellar/openssl@3/3.2.1/lib/libcrypto.a
macx:INCLUDEPATH += /opt/homebrew/include
macx:LIBS += /opt/homebrew/lib/libssl.a /opt/homebrew/lib/libcrypto.a

win32:msvc {
INCLUDEPATH += "C:\Qt\Tools\OpenSSLv3\Win_x64\include"
Expand Down

0 comments on commit 106aef9

Please sign in to comment.