project(libpolyester)

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

add_subdirectory( config )

set( polyester_SRCS
     polyester.cpp
     drawcontrol.cpp
     scrollareaborder.cpp
     misc.cpp
   )

include(${QT_USE_FILE})

kde4_add_plugin(libpolyester ${polyester_SRCS} )

target_link_libraries( libpolyester
	${KDE4_KDEUI_LIBS}
)

install( TARGETS libpolyester DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/styles/ )

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

install( FILES polyester.themerc DESTINATION  ${DATA_INSTALL_DIR}/kstyle/themes )

