build the tabbar and install the header, so not it can be actually used

:)

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=842109
This commit is contained in:
Marco Martin 2008-08-04 18:16:13 +00:00
parent 234aef73f2
commit fba82f41bc
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -24,7 +24,7 @@
#include <QtGui/QGraphicsWidget>
#include <QtGui/QTabBar>
#include "plasma_export.h"
#include <plasma/plasma_export.h>
class QString;
class QIcon;