From 465b1d0072a03dbb3c5c8b37a1d6593e59107005 Mon Sep 17 00:00:00 2001 From: Robert Knight Date: Thu, 13 Sep 2007 04:38:30 +0000 Subject: [PATCH] Build the FreeLayout class and install its header. svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=711889 --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c7a038eb4..76e378893 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,6 +34,7 @@ set(plasma_LIB_SRCS uiloader.cpp widgets/boxlayout.cpp widgets/checkbox.cpp + widgets/freelayout.cpp widgets/flowlayout.cpp widgets/flash.cpp widgets/icon.cpp @@ -106,6 +107,7 @@ install(FILES widgets/boxlayout.h widgets/hboxlayout.h widgets/vboxlayout.h + widgets/freelayout.h widgets/flash.h widgets/icon.h widgets/label.h