diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-05 13:02:48 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-05 13:02:48 +0200 |
commit | 7c94d55f866794b2f1bb33b1f241552496b59b31 (patch) | |
tree | 675e547aeab1f9251934a96ff6c67a5e1980453c /framework/actions/CMakeLists.txt | |
parent | 5755ad47145d2985ba74354961b4127d82c516f6 (diff) | |
download | kube-7c94d55f866794b2f1bb33b1f241552496b59b31.tar.gz kube-7c94d55f866794b2f1bb33b1f241552496b59b31.zip |
Removed old files
Diffstat (limited to 'framework/actions/CMakeLists.txt')
-rw-r--r-- | framework/actions/CMakeLists.txt | 17 |
1 files changed, 0 insertions, 17 deletions
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 @@ | |||
1 | set(SRCS | ||
2 | actionplugin.cpp | ||
3 | action.cpp | ||
4 | actionhandler.cpp | ||
5 | actionbroker.cpp | ||
6 | actionresult.cpp | ||
7 | context.cpp | ||
8 | ) | ||
9 | |||
10 | add_library(actionplugin SHARED ${SRCS}) | ||
11 | |||
12 | target_link_libraries(actionplugin KAsync sink) | ||
13 | qt5_use_modules(actionplugin Core Quick Qml) | ||
14 | |||
15 | install(TARGETS actionplugin DESTINATION ${FRAMEWORK_INSTALL_DIR}) | ||
16 | |||
17 | add_subdirectory(tests) | ||