┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLukáš Tinkl <[email protected]>2014-06-20 21:12:34 +0200
committerLukáš Tinkl <[email protected]>2014-06-20 21:12:34 +0200
commit96f4646b66812dd80015da7d769a499128b56074 (patch)
tree6b73ec38cc8ae20b53ed595cb915136105b59cb2 /src
parente41c969063c14a89e40453ee6e92f70ae0e78780 (diff)
i18n fixes
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
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"