1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-16 19:14:06 +02:00

* Unbreak non-Linux compiling.

This commit is contained in:
Christian Muehlhaeuser
2011-09-15 07:34:07 +02:00
parent d8d7347394
commit b1a135fff9
2 changed files with 5 additions and 3 deletions

View File

@@ -4,6 +4,10 @@ SET( OS_SPECIFIC_LINK_LIBRARIES
tomahawk_breakpad
)
SET( tomahawkSources ${tomahawkSources}
breakpad/BreakPad.cpp
)
FILE( GLOB _icons "${CMAKE_SOURCE_DIR}/data/icons/tomahawk-icon-*.png" )
FOREACH( _file ${_icons} )
STRING( REPLACE "${CMAKE_SOURCE_DIR}/data/icons/tomahawk-icon-" "" _res ${_file} )

View File

@@ -63,7 +63,7 @@ SET( tomahawkSourcesGui ${tomahawkSourcesGui}
sourcetree/items/genericpageitems.cpp
sourcetree/items/temporarypageitem.cpp
breakpad/BreakPad.cpp
# breakpad/BreakPad.cpp
transferview.cpp
PipelineStatusView.cpp
@@ -115,8 +115,6 @@ SET( tomahawkHeadersGui ${tomahawkHeadersGui}
sourcetree/items/genericpageitems.h
sourcetree/items/temporarypageitem.h
breakpad/BreakPad.h
transferview.h
PipelineStatusView.h
tomahawktrayicon.h