From 6731d94aa564e4096d2809c93d199b656ab24b96 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Tue, 11 Oct 2022 11:16:18 +0300 Subject: [PATCH] libs: plasmagenericshell tests build fix Signed-off-by: Ivailo Monev --- libs/plasmagenericshell/tests/CMakeLists.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/libs/plasmagenericshell/tests/CMakeLists.txt b/libs/plasmagenericshell/tests/CMakeLists.txt index bd62a257..7d18a1f0 100644 --- a/libs/plasmagenericshell/tests/CMakeLists.txt +++ b/libs/plasmagenericshell/tests/CMakeLists.txt @@ -6,12 +6,11 @@ include_directories( add_definitions(-DPLASMAGENERICSHELL_EXPORT=) set(appletexplorer_SRCS - ../widgetsexplorer/kcategorizeditemsviewmodels.cpp - ../widgetsexplorer/plasmaappletitemmodel.cpp - ../widgetsexplorer/widgetexplorer.cpp - ../widgetsexplorer/openwidgetassistant.cpp - main.cpp - ) + ../widgetsexplorer/kcategorizeditemsviewmodels.cpp + ../widgetsexplorer/plasmaappletitemmodel.cpp + ../widgetsexplorer/widgetexplorer.cpp + main.cpp +) add_executable(plasmaappletexplorer ${appletexplorer_SRCS}) target_link_libraries(plasmaappletexplorer ${KDE4_PLASMA_LIBS}