Don't enforce ssl linker flags in lib pri

pull/502/head
Michael Zanetti 2021-01-14 00:18:19 +01:00
parent 85a03577ba
commit 6efd438c3d
2 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,6 @@ include(../nymea-remoteproxy/libnymea-remoteproxyclient/libnymea-remoteproxyclie
QT -= gui
QT += network websockets bluetooth charts quick
LIBS += -lssl -lcrypto
INCLUDEPATH += \
$${PWD} \
$$top_srcdir/QtZeroConf

View File

@ -4,3 +4,5 @@ CONFIG += staticlib
include(../config.pri)
include(libnymea-app.pri)
LIBS += -lssl -lcrypto