From 2ceb0757063670bb55a159d998b820f5e4d2e6c3 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sat, 24 Sep 2011 11:18:39 +0200 Subject: [PATCH] * Also compile Breakpad class on all platforms. --- src/CMakeLists.txt | 2 +- src/CMakeLists.unix.txt | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) 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 )