Link clementine_lib instead of clementine against qtsparkle, fixing the tests on Windows

This commit is contained in:
David Sansome 2011-02-03 21:06:05 +00:00
parent 3ef0bf65a8
commit e586ca12e5
1 changed files with 1 additions and 4 deletions

View File

@ -992,6 +992,7 @@ if (WIN32)
${ZLIB_LIBRARIES}
${MSWMDM_LIBRARIES}
${SAC_SHIM_LIBRARIES}
${QTSPARKLE_LIBRARIES}
qtwin
)
endif (WIN32)
@ -1038,10 +1039,6 @@ set_target_properties(clementine PROPERTIES
MACOSX_BUNDLE_INFO_PLIST "../dist/Info.plist"
)
if(WIN32)
target_link_libraries(clementine ${QTSPARKLE_LIBRARIES})
endif(WIN32)
if (APPLE)
install(FILES ../dist/clementine.icns
DESTINATION "${CMAKE_BINARY_DIR}/clementine.app/Contents/Resources")