From b1a135fff9d32fcadb6df6a16923628499f11853 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Thu, 15 Sep 2011 07:34:07 +0200 Subject: [PATCH] * Unbreak non-Linux compiling. --- src/CMakeLists.linux.txt | 4 ++++ src/CMakeLists.txt | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) 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