Don't enforce ssl linker flags in lib pri
This commit is contained in:
parent
85a03577ba
commit
6efd438c3d
@ -15,8 +15,6 @@ include(../nymea-remoteproxy/libnymea-remoteproxyclient/libnymea-remoteproxyclie
|
|||||||
QT -= gui
|
QT -= gui
|
||||||
QT += network websockets bluetooth charts quick
|
QT += network websockets bluetooth charts quick
|
||||||
|
|
||||||
LIBS += -lssl -lcrypto
|
|
||||||
|
|
||||||
INCLUDEPATH += \
|
INCLUDEPATH += \
|
||||||
$${PWD} \
|
$${PWD} \
|
||||||
$$top_srcdir/QtZeroConf
|
$$top_srcdir/QtZeroConf
|
||||||
|
|||||||
@ -4,3 +4,5 @@ CONFIG += staticlib
|
|||||||
|
|
||||||
include(../config.pri)
|
include(../config.pri)
|
||||||
include(libnymea-app.pri)
|
include(libnymea-app.pri)
|
||||||
|
|
||||||
|
LIBS += -lssl -lcrypto
|
||||||
|
|||||||
Reference in New Issue
Block a user