1 set(plasmaengineexplorer_SRCS
3 ktreeviewsearchline.cpp
8 macro_optional_find_package(Soprano)
9 macro_log_feature(Soprano_FOUND "Soprano" "Soprano Libraries" "kdesupport" FALSE "" "Adds support for the Soprano data type to Plasma Engine Explorer.")
12 include_directories( ${SOPRANO_INCLUDE_DIR} )
13 add_definitions( -DFOUND_SOPRANO=1 )
16 kde4_add_ui_files(plasmaengineexplorer_SRCS engineexplorer.ui serviceviewer.ui)
17 kde4_add_executable(plasmaengineexplorer ${plasmaengineexplorer_SRCS})
19 target_link_libraries(plasmaengineexplorer ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS})
22 target_link_libraries(plasmaengineexplorer ${SOPRANO_LIBRARIES})
25 install(TARGETS plasmaengineexplorer ${INSTALL_TARGETS_DEFAULT_ARGS})