mirror of https://github.com/nymea/nymea-mqtt
don't depend on qtgui in server project file
parent
4e32a9b273
commit
1f2b3d0646
|
|
@ -4,6 +4,7 @@ TARGET = nymea-mqttserver
|
|||
include(../nymea-mqtt.pri)
|
||||
|
||||
QT += network
|
||||
QT -= gui
|
||||
|
||||
INCLUDEPATH += $$top_srcdir/libnymea-mqtt/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue