diff options
| author | Michael Palimaka <[email protected]> | 2015-08-26 22:53:44 +1000 |
|---|---|---|
| committer | Michael Palimaka <[email protected]> | 2015-08-27 20:33:10 +1000 |
| commit | 4c0d110b2d36153a564602223b4dd3e04b1f4158 (patch) | |
| tree | 502560f4813db1dd2d86aea7278f0bc92d626337 /src | |
| parent | 3083e2db39f3987a1a537cf835ea35630e2070eb (diff) | |
Update dependencies.
It appears that KF5TextEditor was added for KTextEdit, but that is actually
provided by KF5TextWidgets. It's then necessary to explicitly link to KF5Parts
(it was previously brought in implicitly by KF5TextEditor).
REVIEW: 124932
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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) |
