From 7c94d55f866794b2f1bb33b1f241552496b59b31 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 5 Apr 2017 13:02:48 +0200 Subject: Removed old files --- framework/actions/CMakeLists.txt | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 framework/actions/CMakeLists.txt (limited to 'framework/actions/CMakeLists.txt') diff --git a/framework/actions/CMakeLists.txt b/framework/actions/CMakeLists.txt deleted file mode 100644 index 72dd9fcd..00000000 --- a/framework/actions/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ -set(SRCS - actionplugin.cpp - action.cpp - actionhandler.cpp - actionbroker.cpp - actionresult.cpp - context.cpp -) - -add_library(actionplugin SHARED ${SRCS}) - -target_link_libraries(actionplugin KAsync sink) -qt5_use_modules(actionplugin Core Quick Qml) - -install(TARGETS actionplugin DESTINATION ${FRAMEWORK_INSTALL_DIR}) - -add_subdirectory(tests) -- cgit v1.2.3