SVN_SILENT:Fix Cmake to have PushButton

svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=639394
This commit is contained in:
Siraj Razick 2007-03-05 04:16:05 +00:00
parent bb0992ed29
commit f084f1d722

View File

@ -13,7 +13,7 @@ set(plasma_LIB_SRCS
widgets/widget.cpp
widgets/lineedit.cpp
widgets/button.cpp
widgets/pushbutton.cpp
)
kde4_automoc(${plasma_LIB_SRCS})
@ -38,6 +38,6 @@ install( FILES
widgets/widget.h
widgets/lineedit.h
widgets/button.h
widgets/pushbutton.h
DESTINATION ${INCLUDE_INSTALL_DIR}/plasma )