mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 13:44:17 +00:00
Fix build on Linux
This commit is contained in:
parent
272aa6896e
commit
d9301fc06d
1 changed files with 6 additions and 6 deletions
12
app/app.pro
12
app/app.pro
|
@ -31,16 +31,16 @@ macx {
|
|||
INCLUDEPATH += $$PWD/../libs/mac/include
|
||||
LIBS += -L$$PWD/../libs/mac/lib
|
||||
}
|
||||
|
||||
unix:!macx {
|
||||
CONFIG += link_pkgconfig
|
||||
PKGCONFIG += openssl sdl2
|
||||
PKGCONFIG += openssl sdl2 libavcodec libavdevice libavformat libavutil
|
||||
}
|
||||
|
||||
LIBS += -lSDL2 -lavcodec -lavdevice -lavformat -lavutil
|
||||
win32 {
|
||||
LIBS += -llibssl -llibcrypto
|
||||
} else {
|
||||
LIBS += -lssl -lcrypto
|
||||
LIBS += -llibssl -llibcrypto -lSDL2 -lavcodec -lavdevice -lavformat -lavutil
|
||||
}
|
||||
macx {
|
||||
LIBS += -lssl -lcrypto -lSDL2 -lavcodec.58 -lavdevice.58 -lavformat.58 -lavutil.56
|
||||
}
|
||||
|
||||
SOURCES += \
|
||||
|
|
Loading…
Reference in a new issue