Make plasma checkbox compile

svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=641742
This commit is contained in:
Siraj Razick 2007-03-12 13:52:12 +00:00
parent 5c9778a4ff
commit 08366a02c8

View File

@ -15,6 +15,7 @@ set(plasma_LIB_SRCS
widgets/widget.cpp
widgets/lineedit.cpp
widgets/pushbutton.cpp
widgets/checkbox.cpp
)
kde4_automoc(${plasma_LIB_SRCS})
@ -40,5 +41,6 @@ install( FILES
widgets/widget.h
widgets/lineedit.h
widgets/pushbutton.h
widgets/checkbox.h
DESTINATION ${INCLUDE_INSTALL_DIR}/plasma )