Rename to nymea

This commit is contained in:
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_OBJECT
Q_PLUGIN_METADATA(IID "guru.guh.DevicePlugin" FILE "devicepluginhttpcommander.json") Q_PLUGIN_METADATA(IID "io.nymea.DevicePlugin" FILE "devicepluginhttpcommander.json")
Q_INTERFACES(DevicePlugin) Q_INTERFACES(DevicePlugin)
public: public:

View File

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