From caa2d738fa6f0116867475eab9ce004445e712b1 Mon Sep 17 00:00:00 2001 From: Giorgos Tsiapaliokas Date: Tue, 27 Aug 2013 21:11:19 +0300 Subject: [PATCH] make use of the plasmaview --- src/shell/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/shell/CMakeLists.txt b/src/shell/CMakeLists.txt index 970a514d1..941c55b99 100644 --- a/src/shell/CMakeLists.txt +++ b/src/shell/CMakeLists.txt @@ -58,14 +58,11 @@ set(widgetexplorer_SRC add_executable(plasma-shell main.cpp configview.cpp - containmentconfigview.cpp - currentcontainmentactionsmodel.cpp desktopcorona.cpp panelview.cpp shellpluginloader.cpp shellpackage.cpp lookandfeelpackage.cpp - view.cpp panelconfigview.cpp ${scripting_SRC} ${widgetexplorer_SRC} @@ -81,6 +78,7 @@ target_link_libraries(plasma-shell ${KWindowSystem_LIBRARIES} ${KCoreAddons_LIBRARIES} plasma + plasmaview ${Qt5Script_LIBRARIES} ${KDE4Support_LIBRARIES} ${Solid_LIBRARIES}