mirror of https://github.com/nymea/nymea.git
clean debug and add -fPIC to libguh linker flags
parent
3157298a65
commit
ffaa50c6c4
|
|
@ -982,7 +982,6 @@ void DeviceManager::loadPlugins()
|
|||
connect(pluginIface, &DevicePlugin::actionExecutionFinished, this, &DeviceManager::actionExecutionFinished);
|
||||
connect(pluginIface, &DevicePlugin::pairingFinished, this, &DeviceManager::slotPairingFinished);
|
||||
connect(pluginIface, &DevicePlugin::autoDevicesAppeared, this, &DeviceManager::autoDevicesAppeared);
|
||||
qCDebug(dcDeviceManager) << "* Finished loading plugin" << pluginIface->pluginName() << pluginIface->pluginId();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@ TEMPLATE = lib
|
|||
QT += network
|
||||
DEFINES += LIBGUH_LIBRARY
|
||||
|
||||
QMAKE_LFLAGS += -fPIC
|
||||
|
||||
target.path = /usr/lib
|
||||
INSTALLS += target
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue