From b9b651bf7ed76caf0d748ddcc14d8f67d3b4bebb Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Sun, 29 Jul 2007 15:20:02 +0000 Subject: [PATCH] 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 --- CMakeLists.txt | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 034cafbcf..274d8de54 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,18 +31,17 @@ set(plasma_LIB_SRCS widgets/boxlayout.cpp widgets/checkbox.cpp widgets/hboxlayout.cpp + widgets/flash.cpp widgets/icon.cpp + widgets/label.cpp + widgets/layout.cpp + widgets/layoutitem.cpp widgets/lineedit.cpp widgets/pushbutton.cpp widgets/radiobutton.cpp # widgets/rectangle.cpp widgets/widget.cpp - widgets/layout.cpp - widgets/layoutitem.cpp widgets/vboxlayout.cpp - widgets/flash.cpp - widgets/label.cpp - ) if(QT_QTOPENGL_FOUND AND OPENGL_FOUND) @@ -99,6 +98,7 @@ install(FILES install(FILES widgets/boxlayout.h widgets/hboxlayout.h + widgets/flash.h widgets/icon.h widgets/label.h widgets/layout.h @@ -110,8 +110,6 @@ install(FILES # widgets/rectangle.h widgets/vboxlayout.h widgets/widget.h - widgets/flash.h - widgets/label.h DESTINATION ${INCLUDE_INSTALL_DIR}/plasma/widgets) install(FILES