mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-26 20:03:10 +00:00
15 lines
439 B
Text
15 lines
439 B
Text
![]() |
include_directories(
|
||
|
${AMAROK_SOURCE_TREE}/context/engines/upcomingevents
|
||
|
${AMAROK_SOURCE_TREE}/context/applets/upcomingevents
|
||
|
${AMAROK_SOURCE_TREE}/context/engines/similarartists
|
||
|
${AMAROK_SOURCE_TREE}/context/applets/similarartists
|
||
|
${AMAROK_COLLECTION_SUPPORT_DIR}
|
||
|
${KDE4_INCLUDE_DIR}
|
||
|
${QT_INCLUDES}
|
||
|
)
|
||
|
|
||
|
if(LIBLASTFM_FOUND)
|
||
|
add_subdirectory( similarartists )
|
||
|
add_subdirectory( upcomingevents )
|
||
|
endif(LIBLASTFM_FOUND)
|