diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 302f33ab0..e37c1fa33 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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 diff --git a/src/CMakeLists.unix.txt b/src/CMakeLists.unix.txt index e602f3ca2..7aba34e58 100644 --- a/src/CMakeLists.unix.txt +++ b/src/CMakeLists.unix.txt @@ -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 )