From kde-commits Thu Feb 14 09:16:37 2013 From: Till Adam Date: Thu, 14 Feb 2013 09:16:37 +0000 To: kde-commits Subject: [kdepim] /: Build without Qt3Support. Message-Id: <20130214091637.CE1F0A60DF () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=136083340922581 Git commit 20fa3bba3ddbba1d2f518fe871c75c251896a4f3 by Till Adam. Committed on 13/02/2013 at 23:49. Pushed by tilladam into branch 'master'. Build without Qt3Support. M +2 -0 CMakeLists.txt http://commits.kde.org/kdepim/20fa3bba3ddbba1d2f518fe871c75c251896a4f3 diff --git a/CMakeLists.txt b/CMakeLists.txt index 10da425..21c33b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -327,7 +327,9 @@ else() macro_optional_add_subdirectory(kmailcvt) macro_optional_add_subdirectory(knotes) macro_optional_add_subdirectory(ksendemail) +if(QT_QT3SUPPORT_FOUND) macro_optional_add_subdirectory(ktnef) +endif() macro_optional_add_subdirectory(mailimporter) macro_optional_add_subdirectory(pimsettingexporter) macro_optional_add_subdirectory(kalarm)