Warning, /multimedia/amarok/tests/context/engines/upcomingevents/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_subdirectory( data )
0002 
0003 include_directories(
0004   ${AMAROK_SOURCE_TREE}/context/engines/upcomingevents
0005   ${AMAROK_SOURCE_TREE}/context/applets/upcomingevents
0006   ${AMAROK_SOURCE_TREE}/context
0007   ${AMAROK_TEST_TREE}/context/engines
0008   ${AMAROK_COLLECTION_SUPPORT_DIR}
0009 
0010 
0011 )
0012 
0013 
0014 set( testupcomingeventsengine_SRCS
0015     TestUpcomingEventsEngine.cpp
0016     ${AMAROK_TEST_TREE}/context/engines/ContextView.cpp
0017     ${AMAROK_TEST_TREE}/context/engines/TestDataEngine.cpp
0018     ${AMAROK_SOURCE_TREE}/context/ContextObserver.cpp
0019     ${AMAROK_SOURCE_TREE}/context/engines/upcomingevents/UpcomingEventsEngine.cpp
0020     ${AMAROK_SOURCE_TREE}/context/applets/upcomingevents/LastFmEvent.cpp
0021     ${AMAROK_SOURCE_TREE}/context/applets/upcomingevents/LastFmEventXmlParser.cpp
0022 )
0023 
0024 add_executable( testupcomingeventsengine ${testupcomingeventsengine_SRCS} )
0025 add_test(NAME testupcomingeventsengine COMMAND $<TARGET_FILE:testupcomingeventsengine>)
0026 ecm_mark_as_test(testupcomingeventsengine)
0027 
0028 add_dependencies( testupcomingeventsengine amaroklib)
0029 
0030 target_link_libraries( testupcomingeventsengine amarokcore amaroklib KF5::Plasma  KF5::KIOCore Qt5::Test)