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:
parent
525072f757
commit
903ea66b36
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user