Warning, /multimedia/amarok/src/services/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 include_directories( ${Amarok_SOURCE_DIR}/src )
0002 
0003 add_subdirectory( magnatune )
0004 
0005 # add_subdirectory( jamendo ) // Needs complete rewrite because of API change
0006 
0007 if(OPENSSL_FOUND OR LIBGCRYPT_FOUND)
0008     if(LIBXML2_FOUND AND CURL_FOUND AND LOUDMOUTH_FOUND AND GLIB2_FOUND AND GOBJECT_FOUND AND QT5_GLIB_SUPPORT)
0009 #        add_subdirectory( mp3tunes ) // Needs more work
0010     endif()
0011 endif()
0012 
0013 add_subdirectory( ampache )
0014 
0015 if ( Mygpo-qt5_FOUND )
0016     add_subdirectory( gpodder )
0017 endif()
0018 
0019 if( LIBLASTFM_FOUND )
0020     add_subdirectory( lastfm )
0021 endif()
0022 
0023 add_subdirectory( opmldirectory )