set(plasmaengineexplorer_SRCS
    engineexplorer.cpp
    main.cpp
)

kde4_add_ui_files(plasmaengineexplorer_SRCS engineexplorer.ui)
kde4_add_executable(plasmaengineexplorer ${plasmaengineexplorer_SRCS})

target_link_libraries(plasmaengineexplorer plasma kworkspace  ${KDE4_KIO_LIBS})

install(TARGETS plasmaengineexplorer DESTINATION ${BIN_INSTALL_DIR})

