diff options
author | Raymond Wooninck <tittiatcoke@gmail.com> | 2013-02-17 15:06:08 +0100 |
---|---|---|
committer | Raymond Wooninck <tittiatcoke@gmail.com> | 2013-02-17 15:06:08 +0100 |
commit | 33f5096a8f5065a618e9a49ea709567a7e3a967f (patch) | |
tree | 946b069ad5ed98e56abfab63f04cefb3b5f2e5c9 /CMakeLists.txt | |
parent | Get sure tabWindow && webwindow exist before calling them (diff) | |
download | rekonq-33f5096a8f5065a618e9a49ea709567a7e3a967f.tar.xz |
Nepomuk-core has it's own versioning and does not follow the KDE SC version
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b83b134e..3b7caa8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,7 +49,7 @@ ADD_DEFINITIONS(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS) # ================================================================================== # optional nepomuk requirements -FIND_PACKAGE(NepomukCore 4.10) +FIND_PACKAGE(NepomukCore 0.1.0) IF(NepomukCore_FOUND) ADD_DEFINITIONS(-DHAVE_NEPOMUK) |