
add_subdirectory( skins ) 

include_directories( ${CMAKE_SOURCE_DIR}/noatun/library  )


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

set(noatun_kjofol_PART_SRCS 
   kjloader.cpp 
   kjwidget.cpp 
   kjbutton.cpp 
   kjseeker.cpp 
   kjsliders.cpp 
   kjfont.cpp 
   kjtextdisplay.cpp 
   kjvis.cpp 
   kjequalizer.cpp 
   kjbackground.cpp 
   noatunui.cpp 
   parser.cpp 
   kjprefs.cpp )


kde4_add_ui_files(noatun_kjofol_PART_SRCS kjskinselectorwidget.ui kjguisettingswidget.ui )

kde4_add_plugin(noatun_kjofol ${noatun_kjofol_PART_SRCS})



target_link_libraries(noatun_kjofol  ${KDE4_KDECORE_LIBS} noatun ${KDE4_KIO_LIBS} m artsmodules )

install(TARGETS noatun_kjofol  DESTINATION ${PLUGIN_INSTALL_DIR} )


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

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




