



########### next target ###############

set(noatunpitchablespeed_PART_SRCS pitchablespeed.cpp )

kde4_add_ui_files(noatunpitchablespeed_PART_SRCS speedtuner.ui )

kde4_add_plugin(noatunpitchablespeed ${noatunpitchablespeed_PART_SRCS})



target_link_libraries(noatunpitchablespeed  ${KDE4_KDECORE_LIBS} noatun m artsmodules )

install(TARGETS noatunpitchablespeed  DESTINATION ${PLUGIN_INSTALL_DIR} )


########### install files ###############

install( FILES pitchablespeed.plugin  DESTINATION  ${DATA_INSTALL_DIR}/noatun )




#original Makefile.am contents follow:

#INCLUDES= -I$(kde_includes)/arts $(all_includes)
#
#kde_module_LTLIBRARIES = noatunpitchablespeed.la
#noatunpitchablespeed_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
#noatunpitchablespeed_la_LIBADD = $(LIB_KFILE) -lnoatun -lm -lartsmodules
#
#noatunpitchablespeed_la_SOURCES = pitchablespeed.cpp speedtuner.ui
#noatunpitchablespeed_la_METASOURCES = AUTO
#noinst_HEADERS = pitchablespeed.h
#
#noatun_DATA = pitchablespeed.plugin
#noatundir = $(kde_datadir)/noatun
#
#messages: rc.cpp
#	$(XGETTEXT) *.cpp *.h -o $(podir)/pitchablespeed.pot
