1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

* Remove file copy in CMakeLists.txt.

This commit is contained in:
Christian Muehlhaeuser 2011-09-15 10:33:03 +02:00
parent 525072f757
commit 903ea66b36

View File

@ -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)