doesn't need klibrary
This commit is contained in:
parent
924b8b5a9e
commit
137906a547
2 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,7 @@ target_link_libraries(kdecorations
|
|||
PUBLIC
|
||||
Qt5::Widgets
|
||||
KF5::ConfigCore
|
||||
KF5::Service # KLibrary
|
||||
KF5::Service # KPluginLoader
|
||||
KF5::WindowSystem # NETWM defines
|
||||
PRIVATE
|
||||
KF5::I18n
|
||||
|
|
|
@ -27,7 +27,6 @@ DEALINGS IN THE SOFTWARE.
|
|||
#include "kdecoration_plugins_p.h"
|
||||
|
||||
#include <kconfig.h>
|
||||
#include <klibrary.h>
|
||||
#include <KPluginFactory>
|
||||
#include <KPluginLoader>
|
||||
#include <KPluginTrader>
|
||||
|
|
Loading…
Reference in a new issue