Rename to nymea

master
Simon Stürz 2018-03-13 17:44:25 +01:00 committed by Michael Zanetti
parent 698f933c6e
commit 520ed23d8d
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ class DevicePluginHttpCommander : public DevicePlugin
{
Q_OBJECT
Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "devicepluginhttpcommander.json")
Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "devicepluginhttpcommander.json")
Q_INTERFACES(DevicePlugin)
public:

View File

@ -1,6 +1,6 @@
include(../plugins.pri)
TARGET = $$qtLibraryTarget(guh_devicepluginhttpcommander)
TARGET = $$qtLibraryTarget(nymea_devicepluginhttpcommander)
SOURCES += \
devicepluginhttpcommander.cpp \