From kde-commits Tue Jun 30 22:08:35 2015 From: Friedrich W. H. Kossebau Date: Tue, 30 Jun 2015 22:08:35 +0000 To: kde-commits Subject: [calligra/frameworks] /: Search for KDb, KProperty, KReport and add these as Kexi dependencies Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=143570212511520 Git commit d4cadbe5a2e987ad7055117cf102ca1cac5a0c06 by Friedrich W. H. Koss= ebau. Committed on 30/06/2015 at 21:35. Pushed by kossebau into branch 'frameworks'. Search for KDb, KProperty, KReport and add these as Kexi dependencies M +27 -0 CMakeLists.txt http://commits.kde.org/calligra/d4cadbe5a2e987ad7055117cf102ca1cac5a0c06 diff --git a/CMakeLists.txt b/CMakeLists.txt index 0999a61..29a0a41 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -400,6 +400,27 @@ macro_optional_find_package(KChart 2.6.0) macro_log_feature(KChart_FOUND "KChart" "Library for creating business cha= rts (part of KDiagram)" "http://www.kde.org/" FALSE "" "Required by Chart s= hape and Plan") = ## +## Test for KDb +## +macro_optional_find_package(KDb 1.0.0) +macro_log_feature(KDb_FOUND "KDb" "A database connectivity and creation fr= amework" + "http://community.kde.org/KDb" FALSE "" "Requi= red by Kexi and its plugins") + +## +## Test for KReport +## +macro_optional_find_package(KReport 2.96.0) +macro_log_feature(KReport_FOUND "KReport" "A framework for the creation an= d generation of reports in multiple formats" + "http://community.kde.org/KReport" FALSE "= " "Required by Kexi and Plan") + +## +## Test for KProperty +## +macro_optional_find_package(KProperty 2.96.0) +macro_log_feature(KProperty_FOUND "KProperty" "A property editing framewor= k with editor widget" + "http://community.kde.org/KProperty" FAL= SE "" "Required by Kexi") + +## ## Test for eigen3 ## macro_optional_find_package(Eigen3) @@ -914,6 +935,12 @@ calligra_drop_product_on_bad_condition( APP_KRITA REQUIRED_Xinput_FOUND "Xinput devel not found " ) = +calligra_drop_product_on_bad_condition( APP_KEXI + KDb_FOUND "KDb not found" + KReport_FOUND "KReport not found" + KProperty_FOUND "KProperty not found" +) + calligra_drop_product_on_bad_condition( APP_ACTIVE QT_QTDECLARATIVE_FOUND "QtDeclarative not found" KF5DECLARATIVE_FOUND "KF5Declarative not found"