Rex Dieter e5f144c
From c44222aadcfd365e7f3f9dcd4137f4c3a716f495 Mon Sep 17 00:00:00 2001
Rex Dieter e5f144c
From: Montel Laurent <montel@kde.org>
Rex Dieter e5f144c
Date: Fri, 25 Apr 2014 08:24:50 +0200
Rex Dieter e5f144c
Subject: [PATCH 4/9] Fix option description
Rex Dieter e5f144c
Rex Dieter e5f144c
---
Rex Dieter e5f144c
 CMakeLists.txt | 2 +-
Rex Dieter e5f144c
 1 file changed, 1 insertion(+), 1 deletion(-)
Rex Dieter e5f144c
Rex Dieter e5f144c
diff --git a/CMakeLists.txt b/CMakeLists.txt
Rex Dieter e5f144c
index 3c26bb1..68ad2fe 100644
Rex Dieter e5f144c
--- a/CMakeLists.txt
Rex Dieter e5f144c
+++ b/CMakeLists.txt
Rex Dieter e5f144c
@@ -11,7 +11,7 @@ find_package(Dmtx REQUIRED)
Rex Dieter e5f144c
 set(CMAKE_AUTOMOC ON)
Rex Dieter e5f144c
 set(CMAKE_INCLUDE_CURRENT_DIR ON)
Rex Dieter e5f144c
 
Rex Dieter e5f144c
-option(QT5_BUILD "Build Akonadi using the Qt5 framework" FALSE)
Rex Dieter e5f144c
+option(QT5_BUILD "Build libprison using the Qt5 framework" FALSE)
Rex Dieter e5f144c
 
Rex Dieter e5f144c
 
Rex Dieter e5f144c
 include_directories(${CMAKE_SOURCE_DIR}/lib ${QT_INCLUDES} ${CMAKE_CURRENT_BINARY_DIR} )
Rex Dieter e5f144c
-- 
Rex Dieter e5f144c
2.5.0
Rex Dieter e5f144c