Fix no newlines warnings. Patch by Peter Oberndorfer
[kdevelopdvcssupport.git] / outputview / CMakeLists.txt
blob4f0410a8e5e4ef569a5d1d41bec18a4d03381ee5
2 add_definitions( -DKDE_DEFAULT_DEBUG_AREA=9507 )
3 set( outputviewinterfaces_LIB_SRCS
4     outputmodel.cpp
5     ioutputviewmodel.cpp
6     outputjob.cpp
8 kde4_add_library( kdevplatformoutputview SHARED ${outputviewinterfaces_LIB_SRCS} )
9 target_link_libraries(kdevplatformoutputview ${QT_QTCORE_LIBRARY} ${KDE4_KDEUI_LIBS} kdevplatforminterfaces  )
10 set_target_properties(kdevplatformoutputview PROPERTIES VERSION ${KDEVPLATFORM_LIB_VERSION} SOVERSION ${KDEVPLATFORM_LIB_SOVERSION})
11 install(TARGETS kdevplatformoutputview ${INSTALL_TARGETS_DEFAULT_ARGS} )
13  ########### install files ###############
14  install( FILES
15           ioutputview.h
16           outputmodel.h
17           ioutputviewmodel.h
18           outputviewexport.h
19           outputjob.h
20           DESTINATION ${INCLUDE_INSTALL_DIR}/kdevplatform/outputview )