From c5b02c7a1b8702288f4f6fe21c8d45e7b3fd2901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9nard?= Date: Sat, 28 Jul 2007 15:22:44 +0000 Subject: [PATCH] Fix missing compilation and install of widget label svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=693642 --- CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b7474acf7..32342959c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,9 @@ set(plasma_LIB_SRCS widgets/layoutitem.cpp widgets/vboxlayout.cpp widgets/flash.cpp - ) + widgets/label.cpp + +) if(QT_QTOPENGL_FOUND AND OPENGL_FOUND) MESSAGE(STATUS "Adding support for OpenGL applets to libplasma") @@ -110,6 +112,7 @@ install(FILES widgets/vboxlayout.h widgets/widget.h widgets/flash.h + widgets/label.h DESTINATION ${INCLUDE_INSTALL_DIR}/plasma/widgets) install(FILES