Skip to content

Commit

Permalink
Modify INCLUDEPATH and LIBS for Windows in Guitar.pri
Browse files Browse the repository at this point in the history
  • Loading branch information
soramimi committed Sep 19, 2024
1 parent 1508115 commit 3e3892b
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 @@ -53,8 +53,8 @@ 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"
LIBS += "-LC:\Qt\Tools\OpenSSLv3\Win_x64\lib"
INCLUDEPATH += "C:\OpenSSL\include"
LIBS += "-LC:\OpenSSL\lib"
LIBS += -llibcrypto -llibssl
}

Expand Down

0 comments on commit 3e3892b

Please sign in to comment.