Make plasma checkbox compile
svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=641742
This commit is contained in:
parent
5c9778a4ff
commit
08366a02c8
@ -15,6 +15,7 @@ set(plasma_LIB_SRCS
|
|||||||
widgets/widget.cpp
|
widgets/widget.cpp
|
||||||
widgets/lineedit.cpp
|
widgets/lineedit.cpp
|
||||||
widgets/pushbutton.cpp
|
widgets/pushbutton.cpp
|
||||||
|
widgets/checkbox.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
kde4_automoc(${plasma_LIB_SRCS})
|
kde4_automoc(${plasma_LIB_SRCS})
|
||||||
@ -40,5 +41,6 @@ install( FILES
|
|||||||
widgets/widget.h
|
widgets/widget.h
|
||||||
widgets/lineedit.h
|
widgets/lineedit.h
|
||||||
widgets/pushbutton.h
|
widgets/pushbutton.h
|
||||||
|
widgets/checkbox.h
|
||||||
DESTINATION ${INCLUDE_INSTALL_DIR}/plasma )
|
DESTINATION ${INCLUDE_INSTALL_DIR}/plasma )
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user