diff --git a/src/CMakeLists.linux.txt b/src/CMakeLists.linux.txt index fef3e6653..0617f8837 100644 --- a/src/CMakeLists.linux.txt +++ b/src/CMakeLists.linux.txt @@ -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} ) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d055e26f5..371b99d7f 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 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