Don't directly link to libssl, we're using the Qt wrappers

pull/296/head
Michael Zanetti 2020-05-20 20:52:05 +02:00
parent 9af820b696
commit b16ed05257
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ QT *= sql xml websockets bluetooth dbus network
LIBS += -L$$top_builddir/libnymea/ -lnymea \
-L$$top_builddir/libnymea-core -lnymea-core \
-lssl -lcrypto -lnymea-remoteproxyclient
-lnymea-remoteproxyclient
# Server files
include(qtservice/qtservice.pri)