clean debug and add -fPIC to libguh linker flags

pull/135/head
Simon Stürz 2016-01-11 19:10:40 +01:00 committed by Michael Zanetti
parent 3157298a65
commit ffaa50c6c4
2 changed files with 4 additions and 3 deletions

View File

@ -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();
}
}
}

View File

@ -6,6 +6,8 @@ TEMPLATE = lib
QT += network
DEFINES += LIBGUH_LIBRARY
QMAKE_LFLAGS += -fPIC
target.path = /usr/lib
INSTALLS += target