From 520ed23d8d468554b863663ed4a57037cdc6527e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Tue, 13 Mar 2018 17:44:25 +0100 Subject: [PATCH] Rename to nymea --- httpcommander/devicepluginhttpcommander.h | 2 +- httpcommander/httpcommander.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/httpcommander/devicepluginhttpcommander.h b/httpcommander/devicepluginhttpcommander.h index 4bacfa95..939d2363 100644 --- a/httpcommander/devicepluginhttpcommander.h +++ b/httpcommander/devicepluginhttpcommander.h @@ -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: diff --git a/httpcommander/httpcommander.pro b/httpcommander/httpcommander.pro index 34f0ba80..890aea91 100644 --- a/httpcommander/httpcommander.pro +++ b/httpcommander/httpcommander.pro @@ -1,6 +1,6 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(guh_devicepluginhttpcommander) +TARGET = $$qtLibraryTarget(nymea_devicepluginhttpcommander) SOURCES += \ devicepluginhttpcommander.cpp \