X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=067e79fc6fdd263b5b0a77b905e55daef50d31b9;hp=afdb357183638566d6fb61299aa67ac40308dab2;hb=30962d60b9a058e415098130e098430cf70b63f7;hpb=60dde7fac7b03220ac13b2e7f80733c221c1c01e diff --git a/CMakeLists.txt b/CMakeLists.txt index afdb3571..067e79fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(QUASSEL_MAJOR 0) set(QUASSEL_MINOR 13) set(QUASSEL_PATCH 0) -set(QUASSEL_VERSION_STRING "0.13-rc1") +set(QUASSEL_VERSION_STRING "0.13.0") # Build type if (CMAKE_CONFIGURATION_TYPES) @@ -350,7 +350,7 @@ if (USE_QT5) if (ECM_FOUND) list(APPEND CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) if (WITH_KDE) - find_package(KF5 COMPONENTS ConfigWidgets CoreAddons Notifications NotifyConfig TextWidgets WidgetsAddons XmlGui QUIET) + find_package(KF5 COMPONENTS ConfigWidgets CoreAddons Notifications NotifyConfig Sonnet TextWidgets WidgetsAddons XmlGui QUIET REQUIRED) set_package_properties(KF5 PROPERTIES TYPE REQUIRED URL "http://www.kde.org" DESCRIPTION "KDE Frameworks"