don't depend from DNNSD
it wasn't actually used anymore
This commit is contained in:
parent
1fd741b5d3
commit
88122c62a5
@ -116,7 +116,7 @@ endif()
|
||||
target_link_libraries(KF5Plasma
|
||||
PUBLIC
|
||||
Qt5::Widgets
|
||||
KF5::ConfigWidgets
|
||||
KF5::ConfigWidgets # KConfigSkeleton
|
||||
KF5::Service # For kplugininfo.h and kservice.h
|
||||
PRIVATE
|
||||
Qt5::Network
|
||||
@ -137,7 +137,6 @@ PRIVATE
|
||||
KF5::Declarative
|
||||
KF5::XmlGui
|
||||
KF5::GlobalAccel
|
||||
KF5::DNSSD
|
||||
${PLASMA_EXTRA_LIBS}
|
||||
)
|
||||
|
||||
|
@ -31,9 +31,6 @@
|
||||
#include <kplugininfo.h>
|
||||
#include <klocalizedstring.h>
|
||||
|
||||
#include <dnssd/publicservice.h>
|
||||
#include <dnssd/servicebrowser.h>
|
||||
|
||||
#include "plasma/configloader.h"
|
||||
|
||||
namespace Plasma
|
||||
@ -77,8 +74,7 @@ class ServicePrivate
|
||||
public:
|
||||
ServicePrivate(Service *service)
|
||||
: q(service),
|
||||
dummyConfig(0),
|
||||
publicService(0)
|
||||
dummyConfig(0)
|
||||
{
|
||||
}
|
||||
|
||||
@ -99,7 +95,6 @@ public:
|
||||
QString resourcename;
|
||||
QMap<QString, QVariantMap> operationsMap;
|
||||
KConfig *dummyConfig;
|
||||
KDNSSD::PublicService *publicService;
|
||||
QSet<QString> disabledOperations;
|
||||
};
|
||||
|
||||
|
@ -31,8 +31,6 @@
|
||||
#include <kservicetypetrader.h>
|
||||
#include <ksharedconfig.h>
|
||||
|
||||
#include <dnssd/publicservice.h>
|
||||
#include <dnssd/servicebrowser.h>
|
||||
#include <qstandardpaths.h>
|
||||
|
||||
#include "configloader.h"
|
||||
|
Loading…
Reference in New Issue
Block a user