Merge PR #296: Don't directly link to libssl, we're using the Qt wrappers

modbusclient
Jenkins nymea 2020-06-07 19:16:23 +02:00
commit 76335484ba
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)