mirror of https://github.com/nymea/nymea.git
Merge PR #296: Don't directly link to libssl, we're using the Qt wrappers
commit
76335484ba
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue