From f5d2cac4e721cec368b1343459b77856f67e3fab Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 15 Sep 2007 08:15:07 +0000 Subject: [PATCH] try installing the header file instead of the .cpp to fix dashboard svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=712775 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d759d4f72..83d2b3d58 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -116,7 +116,7 @@ install(FILES widgets/layoutanimator.h widgets/layoutitem.h widgets/lineedit.h - widgets/progressbar.cpp + widgets/progressbar.h widgets/pushbutton.h widgets/checkbox.h widgets/radiobutton.h