From 5730bae979c7f3a593de7e0c5cec440c24c64e25 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 9 Apr 2015 14:42:09 +0200 Subject: [PATCH] find KI18n --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fb403166..83a5cc6f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ include(FeatureSummary) find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core Gui Widgets Qml Quick) -find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Plasma Service Declarative) +find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Plasma Service Declarative I18n) find_package(KF5 REQUIRED COMPONENTS PlasmaQuick)