Don't enforce ssl linker flags in lib pri
parent
85a03577ba
commit
6efd438c3d
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -4,3 +4,5 @@ CONFIG += staticlib
|
|||
|
||||
include(../config.pri)
|
||||
include(libnymea-app.pri)
|
||||
|
||||
LIBS += -lssl -lcrypto
|
||||
|
|
|
|||
Loading…
Reference in New Issue