mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-25 19:32:54 +00:00
22 lines
1.1 KiB
Text
22 lines
1.1 KiB
Text
![]() |
include_directories( .
|
||
|
${AMAROK_SOURCE_TREE}/collection
|
||
|
${AMAROK_SOURCE_TREE}/browsers/playlistbrowser
|
||
|
${CMAKE_BINARY_DIR}/src
|
||
|
${CMAKE_BINARY_DIR}/tests
|
||
|
)
|
||
|
|
||
|
#------------------------ Test SqlUserPlaylistProvider -----------------------------
|
||
|
|
||
|
set( testsqluserplaylistprovider_SRCS
|
||
|
TestSqlUserPlaylistProvider.cpp
|
||
|
${AMAROK_SOURCE_TREE}/playlistmanager/sql/SqlUserPlaylistProvider.cpp
|
||
|
${AMAROK_SOURCE_TREE}/playlistmanager/sql/SqlPlaylistGroup.cpp
|
||
|
${AMAROK_SOURCE_TREE}/playlistmanager/sql/SqlPlaylist.cpp
|
||
|
${AMAROK_SOURCE_TREE}/core-impl/meta/timecode/TimecodeMeta.cpp
|
||
|
${AMAROK_SOURCE_TREE}/core-impl/capabilities/timecode/TimecodeBoundedPlaybackCapability.cpp
|
||
|
${AMAROK_SOURCE_TREE}/core/capabilities/BoundedPlaybackCapability.cpp
|
||
|
${AMAROK_SOURCE_TREE}/core-impl/playlists/types/file/PlaylistFileSupport.cpp
|
||
|
)
|
||
|
kde4_add_unit_test( testsqluserplaylistprovider ${testsqluserplaylistprovider_SRCS} )
|
||
|
target_link_libraries( testsqluserplaylistprovider ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS} ${QT_QTTEST_LIBRARY} ${QT_QTCORE_LIBRARY} amarokcore amaroklib )
|