diff options
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/CMakeLists.txt | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b56fd7a6e..a5580e9e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,7 +62,7 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Solid IconThemes Completion - TextEditor + TextWidgets WindowSystem Notifications ) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2a5e5a688..968992388 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -143,10 +143,11 @@ target_link_libraries( KF5::KIOWidgets KF5::KIOFileWidgets KF5::Completion - KF5::TextEditor + KF5::TextWidgets KF5::WindowSystem KF5::ConfigCore KF5::NewStuff + KF5::Parts ) if(HAVE_BALOO) |
