From 903ea66b36663dc0ffc5318863ce7d3f856b2e3e Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Thu, 15 Sep 2011 10:33:03 +0200 Subject: [PATCH] * Remove file copy in CMakeLists.txt. --- src/breakpad/CrashReporter/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) 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)