13 ########### next target ###############
15 set(kopete_videodevice_LIB_SRCS
21 videodevicemodelpool.cpp
25 kde4_add_library(kopete_videodevice SHARED ${kopete_videodevice_LIB_SRCS})
28 target_link_libraries(kopete_videodevice ${QT_QTGUI_LIBRARY} ${KDE4_KDECORE_LIBS} ${KDE4_SOLID_LIBS} ${LIBV4L2_LIBRARY})
30 target_link_libraries(kopete_videodevice ${QT_QTGUI_LIBRARY} ${KDE4_KDECORE_LIBS} ${KDE4_SOLID_LIBS})
33 set_target_properties(kopete_videodevice PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} )
34 install(TARGETS kopete_videodevice ${INSTALL_TARGETS_DEFAULT_ARGS})
37 ########### next target ###############
40 ########### install files ###############