if you're going to fix duplicates, take out the one that is out of alphabetical order. preventing dupes when hand editting is why i put things in alpha order in the first place.
also, remove a duplicate in the installed headers. svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=693937
This commit is contained in:
parent
0e16a6b846
commit
b9b651bf7e
@ -31,18 +31,17 @@ set(plasma_LIB_SRCS
|
|||||||
widgets/boxlayout.cpp
|
widgets/boxlayout.cpp
|
||||||
widgets/checkbox.cpp
|
widgets/checkbox.cpp
|
||||||
widgets/hboxlayout.cpp
|
widgets/hboxlayout.cpp
|
||||||
|
widgets/flash.cpp
|
||||||
widgets/icon.cpp
|
widgets/icon.cpp
|
||||||
|
widgets/label.cpp
|
||||||
|
widgets/layout.cpp
|
||||||
|
widgets/layoutitem.cpp
|
||||||
widgets/lineedit.cpp
|
widgets/lineedit.cpp
|
||||||
widgets/pushbutton.cpp
|
widgets/pushbutton.cpp
|
||||||
widgets/radiobutton.cpp
|
widgets/radiobutton.cpp
|
||||||
# widgets/rectangle.cpp
|
# widgets/rectangle.cpp
|
||||||
widgets/widget.cpp
|
widgets/widget.cpp
|
||||||
widgets/layout.cpp
|
|
||||||
widgets/layoutitem.cpp
|
|
||||||
widgets/vboxlayout.cpp
|
widgets/vboxlayout.cpp
|
||||||
widgets/flash.cpp
|
|
||||||
widgets/label.cpp
|
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if(QT_QTOPENGL_FOUND AND OPENGL_FOUND)
|
if(QT_QTOPENGL_FOUND AND OPENGL_FOUND)
|
||||||
@ -99,6 +98,7 @@ install(FILES
|
|||||||
install(FILES
|
install(FILES
|
||||||
widgets/boxlayout.h
|
widgets/boxlayout.h
|
||||||
widgets/hboxlayout.h
|
widgets/hboxlayout.h
|
||||||
|
widgets/flash.h
|
||||||
widgets/icon.h
|
widgets/icon.h
|
||||||
widgets/label.h
|
widgets/label.h
|
||||||
widgets/layout.h
|
widgets/layout.h
|
||||||
@ -110,8 +110,6 @@ install(FILES
|
|||||||
# widgets/rectangle.h
|
# widgets/rectangle.h
|
||||||
widgets/vboxlayout.h
|
widgets/vboxlayout.h
|
||||||
widgets/widget.h
|
widgets/widget.h
|
||||||
widgets/flash.h
|
|
||||||
widgets/label.h
|
|
||||||
DESTINATION ${INCLUDE_INSTALL_DIR}/plasma/widgets)
|
DESTINATION ${INCLUDE_INSTALL_DIR}/plasma/widgets)
|
||||||
|
|
||||||
install(FILES
|
install(FILES
|
||||||
|
Loading…
Reference in New Issue
Block a user