From fba82f41bc268216ccd0f9f7821687a98eb996bf Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Mon, 4 Aug 2008 18:16:13 +0000 Subject: [PATCH] build the tabbar and install the header, so not it can be actually used :) svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=842109 --- CMakeLists.txt | 2 ++ widgets/tabbar.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e3fc86af2..46cee8465 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,6 +77,7 @@ set(plasma_LIB_SRCS widgets/radiobutton.cpp widgets/signalplotter.cpp widgets/slider.cpp + widgets/tabbar.cpp widgets/textedit.cpp widgets/webcontent.cpp ) @@ -180,6 +181,7 @@ install(FILES widgets/radiobutton.h widgets/signalplotter.h widgets/slider.h + widgets/tabbar.h widgets/textedit.h widgets/webcontent.h DESTINATION ${INCLUDE_INSTALL_DIR}/plasma/widgets COMPONENT Devel) diff --git a/widgets/tabbar.h b/widgets/tabbar.h index 0bcbf907b..5462b844f 100644 --- a/widgets/tabbar.h +++ b/widgets/tabbar.h @@ -24,7 +24,7 @@ #include #include -#include "plasma_export.h" +#include class QString; class QIcon;