diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-24 21:22:39 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-24 21:22:39 +0200 |
commit | 4ba8c5b72fd7a3db6e593853c4669750dc6dd2a2 (patch) | |
tree | 5d4f590ccd0993a1cc1cc225e93b3ddc82eca644 /framework/src/CMakeLists.txt | |
parent | 1d0717f90712c298e93d61dd7312498303b5db0f (diff) | |
download | kube-4ba8c5b72fd7a3db6e593853c4669750dc6dd2a2.tar.gz kube-4ba8c5b72fd7a3db6e593853c4669750dc6dd2a2.zip |
Removed notification plugin
...which is replaced by the fabric
Diffstat (limited to 'framework/src/CMakeLists.txt')
-rw-r--r-- | framework/src/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/src/CMakeLists.txt b/framework/src/CMakeLists.txt index cf971497..73e489b1 100644 --- a/framework/src/CMakeLists.txt +++ b/framework/src/CMakeLists.txt | |||
@@ -48,7 +48,6 @@ set(SRCS | |||
48 | domain/peoplemodel.cpp | 48 | domain/peoplemodel.cpp |
49 | accounts/accountfactory.cpp | 49 | accounts/accountfactory.cpp |
50 | accounts/accountsmodel.cpp | 50 | accounts/accountsmodel.cpp |
51 | notifications/notificationhandler.cpp | ||
52 | fabric.cpp | 51 | fabric.cpp |
53 | sinkfabric.cpp | 52 | sinkfabric.cpp |
54 | ) | 53 | ) |