1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-13 20:41:58 +02:00

Fix lastfm export macro after my last commit. Why did it work before that?!

This commit is contained in:
Dominik Schmidt 2012-03-05 01:09:11 +01:00
parent 46a86fe6a5
commit 0d9e248dac

View File

@ -87,6 +87,7 @@ endif(WIN32)
qt4_wrap_cpp(MOC_SOURCES ${MOC_HEADERS})
IF( WIN32 )
add_definitions( -DLASTFM_LIB )
add_library(tomahawk_lastfm2 SHARED
${SOURCES}
${MOC_SOURCES}