kwin/clients/CMakeLists.txt
Alexander Neundorf a9fc0d54c7 kde4_header and kde4_footer() are gone now
svn path=/trunk/KDE/kdebase/workspace/; revision=540215

The following changes were in SVN, but were removed from git:

M	wallpapers/CMakeLists.txt
2006-05-12 18:12:37 +00:00

27 lines
636 B
CMake

add_subdirectory( plastik )
add_subdirectory( b2 )
add_subdirectory( default )
add_subdirectory( keramik )
add_subdirectory( laptop )
add_subdirectory( modernsystem )
add_subdirectory( quartz )
add_subdirectory( redmond )
add_subdirectory( web )
########### install files ###############
#original Makefile.am contents follow:
#SUBDIRS = plastik b2 default keramik laptop modernsystem quartz redmond web
## need to be ported: kwmtheme (almost done)
## only for testing: test
#
#messages: rc.cpp
# $(EXTRACTRC) `find . -name \*.ui` >> rc.cpp
# $(XGETTEXT) `find . -name \*.cpp` -o $(podir)/kwin_clients.pot
# -rm rc.cpp