Rename to nymea
parent
698f933c6e
commit
520ed23d8d
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
include(../plugins.pri)
|
||||
|
||||
TARGET = $$qtLibraryTarget(guh_devicepluginhttpcommander)
|
||||
TARGET = $$qtLibraryTarget(nymea_devicepluginhttpcommander)
|
||||
|
||||
SOURCES += \
|
||||
devicepluginhttpcommander.cpp \
|
||||
|
|
|
|||
Loading…
Reference in New Issue