mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-02-16 02:30:52 +00:00
learning static c++
This commit is contained in:
@@ -22,6 +22,8 @@ DEFINES += QT_DEPRECATED_WARNINGS
|
||||
# You can also select to disable deprecated APIs only up to a certain version of Qt.
|
||||
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
|
||||
|
||||
INCLUDEPATH += \
|
||||
/usr/local/opt/openssl/include
|
||||
|
||||
SOURCES += \
|
||||
main.cpp \
|
||||
@@ -46,5 +48,6 @@ RESOURCES += \
|
||||
resources.qrc
|
||||
|
||||
LIBS += \
|
||||
-L/usr/local/opt/openssl/lib \
|
||||
-lssl \
|
||||
-lcrypto
|
||||
|
||||
Reference in New Issue
Block a user