[kdepim-addons] examples/apps: Disable etm_usage folder from building

Luca Beltrame lbeltrame at kde.org
Fri Sep 16 06:29:41 BST 2016


Git commit 9aeade1fb60f7010d39b23349df374bc41947537 by Luca Beltrame.
Committed on 16/09/2016 at 05:28.
Pushed by lbeltrame into branch 'master'.

Disable etm_usage folder from building

It's totally broken due to the Akonadi change, which was not only BIC,
but also SIC. Fixing it goes beyond my very limited C++ ability.

Can someone fix it up properly, please?

Knotes and kalarm are equally broken due to this.

CCMAIL: dvratil at kde.org
CCMAIL: kde-pim at kde.org

M  +1    -1    examples/apps/CMakeLists.txt

http://commits.kde.org/kdepim-addons/9aeade1fb60f7010d39b23349df374bc41947537

diff --git a/examples/apps/CMakeLists.txt b/examples/apps/CMakeLists.txt
index ceae617..8b79e39 100644
--- a/examples/apps/CMakeLists.txt
+++ b/examples/apps/CMakeLists.txt
@@ -1,6 +1,6 @@
 
 
-add_subdirectory(etm_usage)
+# add_subdirectory(etm_usage)
 add_subdirectory(kabc)
 add_subdirectory(mailreader)
 add_subdirectory(coisceim)



More information about the kde-pim mailing list