diff options
| author | Lukáš Tinkl <[email protected]> | 2014-06-20 21:12:34 +0200 |
|---|---|---|
| committer | Lukáš Tinkl <[email protected]> | 2014-06-20 21:12:34 +0200 |
| commit | 96f4646b66812dd80015da7d769a499128b56074 (patch) | |
| tree | 6b73ec38cc8ae20b53ed595cb915136105b59cb2 /src | |
| parent | e41c969063c14a89e40453ee6e92f70ae0e78780 (diff) | |
i18n fixes
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ce629fb9f..1c5c31ea4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,3 +1,5 @@ +add_definitions(-DTRANSLATION_DOMAIN=\"dolphin\") + find_package(KF5Baloo 4.97) set_package_properties(Baloo PROPERTIES DESCRIPTION "Baloo Core libraries" URL "http://www.kde.org" |
