6e204b3cf7
svn path=/trunk/KDE/kdebase/workspace/; revision=565833
49 lines
1.1 KiB
CMake
49 lines
1.1 KiB
CMake
|
|
add_subdirectory( config )
|
|
|
|
include_directories( ${CMAKE_SOURCE_DIR}/workspace/kwin/lib )
|
|
|
|
|
|
########### next target ###############
|
|
|
|
set(kwin3_modernsys_PART_SRCS modernsys.cpp)
|
|
|
|
kde4_automoc(${kwin3_modernsys_PART_SRCS})
|
|
|
|
kde4_add_plugin(kwin3_modernsys ${kwin3_modernsys_PART_SRCS})
|
|
|
|
kde4_install_libtool_file(${PLUGIN_INSTALL_DIR} kwin3_modernsys)
|
|
|
|
target_link_libraries(kwin3_modernsys ${KDE4_KDECORE_LIBS} ${KDE4_KDEFX_LIBS} kdecorations ${QT_QTGUI_LIBRARY})
|
|
|
|
install(TARGETS kwin3_modernsys DESTINATION ${PLUGIN_INSTALL_DIR})
|
|
|
|
|
|
########### install files ###############
|
|
|
|
install( FILES modernsystem.desktop DESTINATION ${DATA_INSTALL_DIR}/kwin/ )
|
|
|
|
|
|
|
|
|
|
#original Makefile.am contents follow:
|
|
|
|
#
|
|
#INCLUDES = -I$(srcdir)/../../lib $(all_includes)
|
|
#
|
|
#SUBDIRS = config
|
|
#
|
|
#kde_module_LTLIBRARIES = kwin3_modernsys.la
|
|
#
|
|
#kwin3_modernsys_la_SOURCES = modernsys.cpp
|
|
#kwin3_modernsys_la_LIBADD = ../../lib/libkdecorations.la -lkdefx
|
|
#kwin3_modernsys_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
|
#
|
|
#METASOURCES = AUTO
|
|
#noinst_HEADERS = modernsys.h
|
|
#
|
|
#lnkdir = $(kde_datadir)/kwin/
|
|
#lnk_DATA = modernsystem.desktop
|
|
#
|
|
#EXTRA_DIST = $(lnk_DATA)
|
|
#
|