SET(kdevextras_LIB_SRCS
kdevcompileroptions.cpp
kdevvcsintegrator.cpp
)

KDE_AUTOMOC(${kdevextras_LIB_SRCS})

KDE_ADD_MOC_FILES(kdevextras_LIB_SRCS kdevcompileroptions.h)

ADD_LIBRARY(kdevextras SHARED ${kdevextras_LIB_SRCS})

TARGET_LINK_LIBRARIES(kdevextras ${QT_LIBRARIES} )

INSTALL_TARGETS(/lib kdevextras)
INSTALL_FILES(/include/kdevelop/interfaces/extras FILES kdevcompileroptions.h kdevvcsintegrator.h )
INSTALL_FILES(/share/servicetypes FILES kdevelopcompileroptions.desktop kdevelopvcsintegrator.desktop)

#original Makefile.am contents follow:

#INCLUDES = -I$(top_srcdir)/lib/interfaces/external -I$(top_srcdir)/lib/util \
#	$(all_includes)
#METASOURCES = AUTO
#libkdevextras_la_LDFLAGS = $(all_libraries)
#lib_LTLIBRARIES = libkdevextras.la
#kdevelopincludedir = $(includedir)/kdevelop/interfaces/extras
#servicetypedir = $(kde_servicetypesdir)
#
#kdevelopinclude_HEADERS = kdevcompileroptions.h kdevvcsintegrator.h
#libkdevextras_la_SOURCES = kdevcompileroptions.cpp kdevvcsintegrator.cpp
#servicetype_DATA = kdevelopcompileroptions.desktop \
#	kdevelopvcsintegrator.desktop
#
#DOXYGEN_REFERENCES = dcop interfaces kdecore kdefx kdeui khtml kmdi kio kjs kparts kutils kdevinterfaces
#DOXYGEN_PROJECTNAME = KDevelop Extra Interfaces Library
#DOXYGEN_DOCDIRPREFIX = kdev
#include ../../../Doxyfile.am

#######################
#previous CMakeLists.txt contents follow:

#SET(kdevextras_SRCS kdevcompileroptions.cpp kdevvcsintegrator.cpp)
#
#KDE_AUTOMOC(${kdevextras_SRCS})
#
#KDE_ADD_MOC_FILES(kdevextras_SRCS kdevcompileroptions.h)
