e12b8f755a
svn path=/trunk/KDE/kdebase/workspace/; revision=558082 The following changes were in SVN, but were removed from git: M wallpapers/CMakeLists.txt
45 lines
988 B
CMake
45 lines
988 B
CMake
|
|
add_subdirectory( cli_installer )
|
|
|
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
set(kwin3_kwmtheme_PART_SRCS kwmthemeclient.cpp )
|
|
|
|
kde4_automoc(${kwin3_kwmtheme_PART_SRCS})
|
|
|
|
kde4_add_plugin(kwin3_kwmtheme ${kwin3_kwmtheme_PART_SRCS})
|
|
|
|
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} kwin3_kwmtheme )
|
|
|
|
target_link_libraries(kwin3_kwmtheme ${KDE4_KDECORE_LIBS} kdecorations )
|
|
|
|
install(TARGETS kwin3_kwmtheme DESTINATION ${PLUGIN_INSTALL_DIR} )
|
|
|
|
|
|
########### install files ###############
|
|
|
|
install( FILES kwmtheme.desktop DESTINATION ${DATA_INSTALL_DIR}/kwin )
|
|
|
|
|
|
|
|
|
|
#original Makefile.am contents follow:
|
|
|
|
#SUBDIRS=cli_installer
|
|
#INCLUDES = $(all_includes)
|
|
#
|
|
#kde_module_LTLIBRARIES = kwin3_kwmtheme.la
|
|
#
|
|
#kwin3_kwmtheme_la_SOURCES = kwmthemeclient.cpp
|
|
#kwin3_kwmtheme_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
|
#kwin3_kwmtheme_la_LIBADD = -lkdecorations
|
|
#
|
|
#METASOURCES = AUTO
|
|
#noinst_HEADERS = kwmthemeclient.h
|
|
#
|
|
#lnkdir = $(kde_datadir)/kwin
|
|
#lnk_DATA = kwmtheme.desktop
|
|
#
|