mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Also compile Breakpad class on all platforms.
This commit is contained in:
@@ -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
|
||||
|
@@ -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 )
|
||||
|
Reference in New Issue
Block a user