diff options
| author | Harald Sitter <sitter@kde.org> | 2015-09-30 07:15:43 (GMT) |
|---|---|---|
| committer | Harald Sitter <sitter@kde.org> | 2015-09-30 07:15:43 (GMT) |
| commit | 435542b6a2b6725593e63458c0698769177bfbf3 (patch) | |
| tree | a26f12127cb7781eaa56ab28f8cada37ccb60f2f | |
| parent | cda4cdca93cf2655ee449223ede201b4d3508f75 (diff) | |
Add I18n to target link libraries to get access to the KLocalizedString header and fix a build failure
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | src/CMakeLists.txt | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c40479a..3a8fc0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +kubuntu-driver-manager (15.10ubuntu3) wily; urgency=medium + + * Add I18n to target link libraries to get access to the KLocalizedString + header and fix a build failure + + -- Harald Sitter <sitter@kde.org> Wed, 30 Sep 2015 09:14:20 +0200 + kubuntu-driver-manager (15.10ubuntu2) wily; urgency=medium * Fix rules. "Make - Like Perl, but Worse" diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d847e50..cee3bde 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -22,6 +22,7 @@ add_library(kcm_driver_manager MODULE ${kcm_SRCS}) target_link_libraries(kcm_driver_manager Qt5::DBus KF5::ConfigWidgets + KF5::I18n QApt::Main DebconfKDE::Main) |
