kde4_add_executable(configuration_test
    configuration_test.cpp
    ../private/device-element-factory.cpp
    ../private/phonon-integration.cpp
)
target_link_libraries(configuration_test
    ${KDE4_KDECORE_LIBS}
    ${KDE4_PHONON_LIBRARY}
    ${QT_QTDBUS_LIBRARY}
    ${QTGSTREAMER_LIBRARIES}
)
