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:
parent
234aef73f2
commit
fba82f41bc
@ -77,6 +77,7 @@ set(plasma_LIB_SRCS
|
|||||||
widgets/radiobutton.cpp
|
widgets/radiobutton.cpp
|
||||||
widgets/signalplotter.cpp
|
widgets/signalplotter.cpp
|
||||||
widgets/slider.cpp
|
widgets/slider.cpp
|
||||||
|
widgets/tabbar.cpp
|
||||||
widgets/textedit.cpp
|
widgets/textedit.cpp
|
||||||
widgets/webcontent.cpp
|
widgets/webcontent.cpp
|
||||||
)
|
)
|
||||||
@ -180,6 +181,7 @@ install(FILES
|
|||||||
widgets/radiobutton.h
|
widgets/radiobutton.h
|
||||||
widgets/signalplotter.h
|
widgets/signalplotter.h
|
||||||
widgets/slider.h
|
widgets/slider.h
|
||||||
|
widgets/tabbar.h
|
||||||
widgets/textedit.h
|
widgets/textedit.h
|
||||||
widgets/webcontent.h
|
widgets/webcontent.h
|
||||||
DESTINATION ${INCLUDE_INSTALL_DIR}/plasma/widgets COMPONENT Devel)
|
DESTINATION ${INCLUDE_INSTALL_DIR}/plasma/widgets COMPONENT Devel)
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#include <QtGui/QGraphicsWidget>
|
#include <QtGui/QGraphicsWidget>
|
||||||
#include <QtGui/QTabBar>
|
#include <QtGui/QTabBar>
|
||||||
|
|
||||||
#include "plasma_export.h"
|
#include <plasma/plasma_export.h>
|
||||||
|
|
||||||
class QString;
|
class QString;
|
||||||
class QIcon;
|
class QIcon;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user