make use of the plasmaview

This commit is contained in:
Giorgos Tsiapaliokas 2013-08-27 21:11:19 +03:00 committed by Marco Martin
parent 9e4e6e2444
commit caa2d738fa

View File

@ -58,14 +58,11 @@ set(widgetexplorer_SRC
add_executable(plasma-shell add_executable(plasma-shell
main.cpp main.cpp
configview.cpp configview.cpp
containmentconfigview.cpp
currentcontainmentactionsmodel.cpp
desktopcorona.cpp desktopcorona.cpp
panelview.cpp panelview.cpp
shellpluginloader.cpp shellpluginloader.cpp
shellpackage.cpp shellpackage.cpp
lookandfeelpackage.cpp lookandfeelpackage.cpp
view.cpp
panelconfigview.cpp panelconfigview.cpp
${scripting_SRC} ${scripting_SRC}
${widgetexplorer_SRC} ${widgetexplorer_SRC}
@ -81,6 +78,7 @@ target_link_libraries(plasma-shell
${KWindowSystem_LIBRARIES} ${KWindowSystem_LIBRARIES}
${KCoreAddons_LIBRARIES} ${KCoreAddons_LIBRARIES}
plasma plasma
plasmaview
${Qt5Script_LIBRARIES} ${Qt5Script_LIBRARIES}
${KDE4Support_LIBRARIES} ${KDE4Support_LIBRARIES}
${Solid_LIBRARIES} ${Solid_LIBRARIES}