Remove serialport module since not required any more in nymea

pull/346/head
Simon Stürz 2020-11-16 12:50:56 +01:00
parent 400239fc6c
commit 3ae8baaa40
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ TARGET = nymea-core
include(../nymea.pri)
QT += sql qml serialport
QT += sql qml
INCLUDEPATH += $$top_srcdir/libnymea $$top_builddir
LIBS += -L$$top_builddir/libnymea/ -lnymea -lssl -lcrypto