1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-26 07:14:47 +02:00

Move NetworkActivityWidget to libtomahawk-widgets

This commit is contained in:
Dominik Schmidt
2013-06-30 22:06:55 +02:00
parent 1f66489755
commit 62f1fde90a
13 changed files with 183 additions and 41 deletions

View File

@@ -43,5 +43,7 @@ function(tomahawk_add_plugin)
list(APPEND tomahawk_add_library_args "LINK_LIBRARIES" "${PLUGIN_LINK_LIBRARIES}")
endif()
list(APPEND tomahawk_add_library_args "NO_VERSION")
tomahawk_add_library(${tomahawk_add_library_args})
endfunction()