1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

* Also compile Breakpad class on all platforms.

This commit is contained in:
Christian Muehlhaeuser 2011-09-24 11:18:39 +02:00
parent 9a84a7deea
commit 2ceb075706
2 changed files with 1 additions and 5 deletions

View File

@ -63,7 +63,7 @@ SET( tomahawkSourcesGui ${tomahawkSourcesGui}
sourcetree/items/genericpageitems.cpp
sourcetree/items/temporarypageitem.cpp
# breakpad/BreakPad.cpp
breakpad/BreakPad.cpp
tomahawktrayicon.cpp
audiocontrols.cpp

View File

@ -11,10 +11,6 @@ SET( OS_SPECIFIC_LINK_LIBRARIES
tomahawk_breakpad
)
SET( tomahawkSources ${tomahawkSources}
breakpad/BreakPad.cpp
)
IF( APPLE )
INCLUDE( "CMakeLists.osx.txt" )
ENDIF( APPLE )