From 8746bf62cc4e9b82fb6cd5e300f987245837ccaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Wed, 23 Dec 2009 12:27:31 +0000 Subject: [PATCH] fix enable-final compile svn path=/trunk/KDE/kdelibs/; revision=1065500 --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c181c58f..2b89350a6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,7 @@ +# strange conversion error in pushbutton.cpp +kde4_no_enable_final(plasma) + + include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${KDE4_KDECORE_INCLUDES} ${KDE4_KDEUI_INCLUDES}