diff --git a/src/breakpad/CrashReporter/CMakeLists.txt b/src/breakpad/CrashReporter/CMakeLists.txt index 8a91eb8fd..02dfedf1e 100644 --- a/src/breakpad/CrashReporter/CMakeLists.txt +++ b/src/breakpad/CrashReporter/CMakeLists.txt @@ -18,8 +18,3 @@ ADD_DEFINITIONS( ${QT_DEFINITIONS} ) ADD_EXECUTABLE( CrashReporter ${crashreporter_SOURCES} ${crashreporter_HEADERS_MOC} ${crashreporter_UI_HEADERS} ${crashreporter_RC_RCC} ) TARGET_LINK_LIBRARIES( CrashReporter ${QT_LIBRARIES} ) - -IF(APPLE) - FILE(COPY ${CMAKE_BINARY_DIR}/CrashReporter - DESTINATION "${CMAKE_BINARY_DIR}/tomahawk.app/Contents/MacOS") -ENDIF(APPLE)